Hi, I’m wondering what tags or categories you need to add to blog posts to get them added to the latest post section on the home page? You’re help will be greatly appreciated
]]>Hello,
I recently noticed my website with the News Base theme wasn’t loading – the circles animation would continue but no content would appear. In the browser console I noticed the following error:
Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3
Some googling led to discussions on other themes with a similar issue, connected to the wordpress 5.6 update:
I’ve temporarily worked around this by adding the following at the top of the theme’s functions.php file:
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js’, false, null);
wp_enqueue_script(‘jquery’);
Has anyone else had this issue? Is there a theme update in the works that will address this? (Sounds like bootstrap itself might need updating?)
Cheers!
]]>Hello,
I can’t find how to make top-bar “fixed” is there any options or Custom Css code to fix this?
Thank you.
]]>