ohildner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: comments on websiteYou have to login on wp-admin, click on posts in the left menu, select the post Hello World and move it to trash.
After that you can delete it permanently.Follow this guide if you are not sure how to do so:
https://blog.templatetoaster.com/how-to-delete-post-in-wordpress/Forum: Fixing WordPress
In reply to: JQuery Error on wordpress updateIs your slider revolution plugin up to date? You should check on Codecanyon or wherever you bought it for a newer version.
If you got it with a theme you should check for theme updates then or get in contact with your theme support team.
Or simply switch to Smart Slider 3 and rebuild your slider there, if that’s an option for you.
https://ww.wp.xz.cn/plugins/smart-slider-3/Forum: Fixing WordPress
In reply to: JQuery Error on wordpress updateIs everything working fine when you deactivate the plugin Slider Revolution?
Forum: Fixing WordPress
In reply to: comments on websiteIt was pretty easy finding the Hello World post using the search provided:
https://asteriongrowth.com/2020/12/21/hello-world/
(A search-field is provided on your 404-page, for example:https://asteriongrowth.com/dafdf)As I can see at:
https://asteriongrowth.com/wp-json/wp/v2/posts
this seems to be your only post. It is created automatically by WordPress on installation. Delete this post and you should be fine.If you are planning on using posts in the future you can install a plugin like this to disable comments on your site:
https://ww.wp.xz.cn/plugins/disable-comments-rb/Also if you don’t want your posts and other website data publically visible as I mentioned above you should install the plugin Disable REST Api
https://ww.wp.xz.cn/plugins/disable-json-api/- This reply was modified 5 years, 2 months ago by ohildner.
Forum: Fixing WordPress
In reply to: The menu items remains selected when I press it.I suppose you mean the dotted border around the menu item?
This is the Focus Attribute of the link which is styled that way by your theme.
You can override this by adding.ast-builder-menu-1 .menu-item > .menu-link { outline:none }to your CSS Code.
Forum: Fixing WordPress
In reply to: JQuery Error on wordpress updateSeems like your version of Slider Revolution is using jQuery WordPress is no longer supporting.
You can try installing this plugin
https://ww.wp.xz.cn/plugins/enable-jquery-migrate-helper
and switch back to legacy jQuery usage. This plugin also helps you to find deprecated jQuery Code on your website.Forum: Fixing WordPress
In reply to: Website DownHave you tried enabling debugging in wp-config.php and see if you get more detailed errors?
Forum: Fixing WordPress
In reply to: How does WP Precheck for PHP Errors in Code EditorsThank you. I’ll check on that.
Forum: Fixing WordPress
In reply to: How does WP Precheck for PHP Errors in Code EditorsThank you for your answer.
Do you know where the code is located?
Or do you have an idea how to use this method to check custom files as I described?