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).
Related
Bit of an issue I'm having with the WooCommerce plugin on WP.
When installed, it points to a default store page (changeable to other pages). However, whichever page it points to is completely blank in the WP editor, but has assets like a sidebar and product menu when previewed/published.
This is somewhat editable within WooCommerce's customise tab in WP. You can add/remove sidebar.
screenshot of the customise tab
However, I cannot for the life of me remove the product menu from the page because the editor shows a blank page, but WC is adding in its default assets. Its default assets would be fine, if it wasn't for the typo in the sidebar. 'Brows by categories' instead of 'Browse by categories' is utterly infuriating.
screenshot of the published page with iffy sidebar
I could remove the store page entirely, but I want to run it in catalog mode which removes 'add to cart' and everything that goes with it.
The aim of the page is to essentially show products available in store, with all the details like a store page, but without the purchasing functionality.
So far I've tried:
Uninstalling and reinstalling plugin
Editing HTML on the page (nothing shows just like the edit page)
Removing default store page (this disables catalog mode, the plugin I need)
I wouldn't be against ditching WooCommerce if I was able to setup a product catalog by other means. WooCommerce' system would be so good if it weren't for that ruddy typo!!
Any help would be incredibly appreciated. Thanks
Woocommerce is fullly customizable, it has a lot of action/filter which you can hook into to edit things or just overwrite his template file by simply copying them into your theme main directory inside the "woocommerce" folder (if you don't have it already, simply create it).
After you created that directory you can copy any file from the /wp-content/plugins/woocommerce/templates directory and just make it become w/e you want =)
You can create a personalized shopping page with the elementor plugin.
Working with elementor is very simple and you can get the result you want with a simple Google search.
I hope I could help.
I cannot edit my posts after an update to WordPress 5.9.3. They show up in classic editor format with no visual/text editor section. The same is not happening with my Pages though (they appear in block editor). I am using the blocksy theme but the issue does not go away with the Twenty Twenty-Two theme as well. Just to clarify, I want the block editor.
Make a backup.
Deactivate all plugins and test if it works. Change the theme and test if it works.
on my wordpress site, I have ); in the top left corner of the website, showing on all pages. it will show also on some admin pages, but not all. For instance, after updating a plugin, it will show there under the Update Plugins header.
Any idea as to which file to find this in and where it might be in there?
Disable all plugins and see if that solves the issue. If it does, enable them one at a time until the issue reoccurs. You'll have found the problematic plugin once it does.
Otherwise, the first place I'd turn attention to is your functions.php file in your active theme. You can switch to a different them and see if the problem disappears, to quickly confirm it that's the problem or not.
I have a wordpress website with a static homepage. When I make some changes in the Page editor and click Update, it does not reflect in my website homepage, although clicking on Preview Changes from within the editor shows my changes.
I tried deleting everything, and just put "Hello World", disabled all my plugins, deleted the files from my custom theme, cleared the plugin cache, still the problem persists.
I am really stumped. Is there anything else I can try?
EDIT: It may be a problem with my DNS. Looking into that.
You have tried to change in http://foart.space/art-local-artists-locals/ edit side. and check it on the home page.
Is it not displaying anything at all or just not updating?
If it is not displaying anything at all it does the Homepage page template echo the contents?
Is there the_content(); in that template?
I'm building a custom Wordpress theme that was working but at some point the theme stopped loading in Wordpress and Wordpress switched back to the default TwentyTen.
I think it may have had to do with upgrading to 3.1.3. Any pointers on how to debug this?
Turn on WP_DEBUG in config file
http://codex.wordpress.org/Editing_wp-config.php
Aslo except for WP_DEBUG when themes are not showing up and just displays blank pages there is usually a quick fix:
Change to another theme in the admin panel
Change back to the theme that was not working
If the theme has a hyphen in the name, remove it.
Check so that all the files are in their proper place
Check so that all the files are named right
When the theme doesn't have a screenshot it's hard to spot, even though it's in the list. Check again carefully.