Wildy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image block is missingHi @lgrza
What version of WordPress are you using? Can you share a screenshot of your dashboard?
Forum: Fixing WordPress
In reply to: Screen options are not available when editing a postIt’s possible that you’re using the default WordPress Editor (which is recommended). In the YouTube video, the author is using the Classic Editor, which is why he has all those screen options available. If you want to use the Classic Editor, there is a plugin available to enable it. You can find the link to the plugin here: https://wordpress.org/plugins/classic-editor/
Hope this help.
Forum: Everything else WordPress
In reply to: File editor not shown in appearance sectionHi @ahmaralmass,
Some security plugins have the file editor disable by default. If you use any, you should check this article: https://nichetwins.com/wordpress-theme-editor-missing/
Hope this help.
Forum: Fixing WordPress
In reply to: [NSFW] cannot loginHowdy~
Have you updated your site recently? It might be because some files are missing or corrupted. One way to fix it is by reinstalling WordPress or/and disabling the wo_bebug plugin from your hosting panel. These guides from Kinsta can be useful: https://kinsta.com/blog/reinstall-wordpress/ ; https://kinsta.com/blog/uninstall-wordpress-plugin/#uninstall-wordpress-plugin-ftp
Hope this help.
Forum: Everything else WordPress
In reply to: Copying WebsiteA to WebsiteBYes. It will.
Please note that the “import/export plugin” I mentioned above is a category of plugins, not one in particular. Pick whatever suits you best.Forum: Everything else WordPress
In reply to: Copying WebsiteA to WebsiteBHi Bucki,
You can use a “import/export plugin” to migrate your “Testing” site to a live server.
Forum: Fixing WordPress
In reply to: Setting woocommerce price colour in Oceanwp ChildthemeI’m glad it worked out well.
Have a good day.Forum: Fixing WordPress
In reply to: Setting woocommerce price colour in Oceanwp ChildthemeHi @shalice1218,
Try this instead to see if it helps:
/* woocommerce-Price-amount*/ .woocommerce ul.products li.product .price .amount{ color: #FF0262; }Jean