Currently moved a website from one domain to another
Everything works except the add new page and new post and also can't edit prevoius post
Error Image
Currently running on wordpress 4.9.1
Disabled all plugins
And from the error image above, can write in title section but cant for the body part
Help would be pretty much appreciated
Have you tried to clear your browser's cache and cookies?
If your browser google chrome:
Ctrl+H
Click clear browsing data
Click tab advanced -> time range (All times)
Check all the box
Clear data
Reference:
Based on experience (Google chrome)
Related
So I have this problem with this Santu WooCommerce plugin, so this plugin will open an iframe every time someone click the product link, this iframe will open a checkout page from santu.
So the problem I had is I think there are some conflicts on wordpress themes and santu CSS/JS. Here is the screenshot
before I click the product link from santu.
After click the add to cart
what happened after click the santu link
So what I want is to prevent the assets (CSS/JS) from Santu Site affected my website. So I already googled it and found about the iframe sandbox, but when I added the sandbox attributes, it's broken the santu as well.
So is there any solution about this?
maybe some function in WooCommerce that can fix this problem?
Thank you.
Here's the video
Of course, there is needed much more information, example (at least link to that site too) and there might be needed further (and deeper) dig into those files and etc, which can be hardly achieved with this Q/A format.
However, as an ugly alternative (as a temporary solution, if you can't fix it better) is that the add-to-cart JS action should be triggered into the new window-frame (which will be closed automatically) and thus, the initial page's design won't be messed up.
If that's possible, here is phseudo-concept:
clicking on "add-to-cart" triggers window.open( window.location.href + '&xyz')
if(window.location.href.indexOf("&xyz") > -1) then trigger add-to-cart window.
closing that window should trigger window.close();
I really appreciate your generosity in taking the time to help me out!
I am working on a portfolio site to showcase my graphic work on wordpress.
For most themes, when you click on a list item on the portfolio it directs you to a new page dedicated to that item. I want it to be that when you click on the link, a big popup (about half the screen) comes up that displays the contents.
Is there a way to make the page content into a popup? Is there a plugin I can use for this?
You can see what I am looking for in this site:http://www.mikekus.com/
When you click on the link for each item, it doesn't redirect you to a new page. A popup comes up with the page information. How can I do that on wordpress?
Thank you in advance for your assistance!
Here is what that site is running on: Dunked.
There are quite a few options out there for this, especially in the WordPress plugin area. One fairly barebones looking one is WP Post Popup which, as the name implies, turns your posts into modal pop-up's instead of a new page.
Not sure if there is anything out of the box that is comparable to popping up on the side like the page you linked. With some CSS work though you could probably make the one I linked above, or any of them for that matter, look as you would like.
If you want to try and make something on your own, I would recommend doing some reading up on modal windows.
I am reasonably new to word press and I am currently building my site. If you go to the google search page here
You can see that the Pricing webpage shows information from New York.
I desperately need to change this as it may put potential customers off with me being in England.
Can anyone help please. I have tried following tutorials with Yoast but cannot see the "advaced settings option" and therefore cannot follow the tutorials.
Thanks
James
You need to do following step
List item Log in to your WordPress website. When you're logged in, you will be in your 'Dashboard'. On the left-hand side, you will see a menu. In that menu, click on 'SEO'.
The ‘SEO’ settings will expand providing you additional options. Click on Search Appearance
Under the 'General' tab, check the box "Enable force rewrite titles". This is not available when your theme already supports dynamic titles as discussed Here
Save changes.
Updated:
In Yost SEO Plugin 7.2 version, you can see that optionVersion 7.2. but today morning i updated plugin, that time it's not showing on this.Version 7.3. You need to install 7.2 version for this.
I am trying to add new posts for my site which also should allow posting comments. But when I update, I am getting something like this "Comments are closed".
All the required options have been checked while installing wordpress.
Can anybody let me know as to where I have I done wrong?
Any suggestions are acceptable.
In the Settings section of the Dashboard Sidebar, go to Discussion, and make sure the three boxes are ticked under "Default article settings".
This will make all new posts able to accept comments. However, you may have to change that setting manually on each old page or post. Underneath the description box, there should be another box called "Discussion". If this is hidden, you can turn it on at the top under screen options.
I'm in the middle of creating a Drupal site. It already has lots of content. This morning I found out that the "Save" button has now gone missing from my Page and News nodes. Users now have to click Preview before the Save button appears (both for creating new content and editing existing content). It was fine yesterday and I'm not sure what has changed. Can anyone help me to restore the Save button?
Many thanks
Check under admin/content/node-settings if you set the preview to "required", that would cause this behaviour. You can also try to emtpy all caches.
in Drupal 8 , preview mode can be set for each content types,e.g for articles :
/admin/structure/types/manage/article
If set to required the save button will appear only after previewing the content and returning to edit mode.