WordPress Customizer - Publish button stays active - wordpress

Wordpress Customizer is not working normally. When I click on "Save & Publish" it saved the value but still stays active. I tried to update WP to 4.9 but the problem remains the same.
When I click on checkbox admin-ajax.php works and returns:
{"success":true,"data":{"setting_validities":{"top_bar_enable":true},"changeset_status":"auto-draft"
,"autosaved":true}}
When I click on Save admin-ajax.php works again
{"success":true,"data":{"setting_validities":{"top_bar_enable":true},"changeset_status":null
}}
I installed the theme to a new WordPress installation and it works great. Is there any ideas how to fix the issue.

Could it be like my answer on Wordpress admin cannot publish posts
Please take look into settings - general and check your timezone!
It should be something like UTC+0, NOT e.g. Berlin, Zagreb, etc.
I had the same issue after hours of debugging and at least, I changed the timezone to UTC+0 and it worked.

Related

Woocommerce issue - can't change the order status, 'Change' / 'Update' button is not present

I found a strange behaviour with Woocommerce plugin. I am using :
WooCommerce version 6.7.0
Wordpress version 6.0.1
Theme OceanWP 3.3.3
There is an order which is in 'processing' state. When I open that order from admin page and try to change the state to any other state (say 'delivered' etc.), I can't do this because the 'Update' button is not present in the page. (I hope name of the button is not wrong)
Strange thing is that I can change the state of the same order using 'Bulk option -> Apply' operation, no issue. But not within the 'order detail admin page' as 'Update' button is not present.
Also, even two days back I didn't face any such issue, I could change the order status seamlessly by clicking on the 'Update' button.
I didn't install any new plugin recently, also I didn't insert any new code that could break the feature. I have 'git' setup and I verified that.
What could be the reason of this sudden change of WooCommerce functionality ? Is there any WooCommerce settings that I missed ?
Thanks !!!
If you are not able to see the button here this may be because of theme or plugin conflict change your current theme with Wordpress default woo-commerce theme and deactivate all plugins and start activating the theme one by one to find out if any plugin is causing the issue.
You can change it from here, If you think its automatically change then you can add a plugin for activity so you can easily track it if any user changed it or something like this.
When you configured woocommerce have you checked if this option was showing before?
You can try upgrading to Wordpress and Woocommerce's latest version if the theme and plugins are not conflicting.

Wordpress and Woocommerce - unable to add gallery

I am having a strange issue when trying to open the media modal from a woocommerce product.
Basically, the modal just won't show up.
I am running a fresh install of Wordpress (v4.6.1) and WooCommerce. The theme is a custom theme (with correct woocommerce declaration on my functions.php file)
I' ve already tried the following:
Disable all the plugins - Still not working
Revert theme - Still not working
Change permalinks for both Posts and Products - Still not working
Create new products - Still not working
And checked the following:
dev console - no errors are thrown
apache2 error log - again, clear, no errors.
apache2 access log - no errors, still all clear.
Something odd I've noticed, is the actual link:
When I click on add product gallery, the page refreshes because the link is the following:
"http://10.254.237.107/wp-admin/post.php?post=9675&action=edit"
while if I try to add a featured picture (that opens the same modal) the link is correct and the modal shows up correctly:
"http://10.254.237.107/wp-admin/media-upload.php?post_id=9675&type=image&TB_iframe=1"
Do you have any idea why this happens? and how to solve it, or maybe how to debug it a bit more deeply?
Thanks in advance for any suggestion
It turned out to be an issue related, somehow, with woocommerce. I installed a new one and it fixed itself.

WordPress: deleted page still showing up

I'm using WordPress 4.6 with Divi theme.
A project page behaved funny so I deleted it.
Now I wanted to build it again with the same slug, but the deleted page still shows up under that slug.
I deleted the trash
I deleted the browser cache
even opened an incognito tab in Chrome
I even changed the slug at the time the old page appeared. Now the deleted page still shows up. But under the NEW slug.
Completely lost here.
What can I do?
Thanks!
Have you actually deleted the page, and not just left it in 'Bin' or 'Trash'?
If you're logged in as Admin, I believe deleted, and draft pages still show as normal so you can preview them.
Try logging out of /wp-admin/ and see if you can still access the page. If it says 'Page not found', then your page is still in Wordpress and hasn't been deleted.
In Appearance > Theme Options > Front Page Section 1 Content you can edit what pages show on that first scrolling screen. This also drove me mad for a while till I figured it out.
I had this kind of problem because an image had the same name as a page.

Wordpress Edit Page not working

I am running on the latest version of wordpress.
I am clicking on edit page of a Home Page, however, wordpress is not allowing me to edit the page.
also when clicking on edit post, the font is white on the visual editor and this is very frustrating.
So kindly please help.
Step to perform
Deactivate all plugins. Yes... ALL plugins.
Switch to the default 2014 theme.
Manually empty and refresh your browser cache.
Only after you perform all three steps.. will you see the content editor load properly.
Why need to do this step
You have to deactivate all plugins to rule out possible interference from a plugin.
You have to switch to the default theme because... well... we know it works.
You have to manually empty your browser cache because the tinymce editor is notorious for holding onto and serving cached files from the server.
Now, after your editor is working properly again... reactivate your theme.
If it continues working... it's not your theme. Begin reactivating plugins (one at a time) going back to check the editor.
You will eventually find the faulty plugin (or theme) that is preventing the editor from displaying properly.
"Edit Page" - all of the text in the edit box is in white font
Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

Wordpress menu not working after update

I purchased the Angular theme for wordpress some months ago for a portfolio site to show off my front-end web dev work (Too lazy to create my own).
I went to update the site last night and noticed that the menu had stopped functioning. If I click on a menu item the URL will change to the URL of the link but the page will remain on the current page and not display the content of the new URL.
My website is http://www.decodedcreative.com.
Does anyone have any ideas or things that I could try to resolve the problem?
I have switched the theme to the twentytwelve theme and the menu then works as expected and have also tried re downloading the entire Angular theme in case I'd corrupted a file.
Any ideas?
Thanks
P.S - I've also tried restarting Apache on my server but to no avail. This question is also asked on the support forum for the theme.
When you are viewing the list of pages in Wordpress, try using the "Quick edit" to edit the page Slug. Even though I had updated the permalink when you use the "Edit" link, it didn't actually update the slug. Updating the slug will fix it.

Resources