3rror
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Image Slider – Cannot Toggle CaptionsThe first time I tried re-adding it didn’t work.
But now when I tried again, it worked!Everything seems fine now. Thanks.
Hi, yes.
I fixed it by enqueuing the latest Bootstrap bundle with jQuery as dependency, in functions.php:
function pwwp_enqueue_my_scripts() { // jQuery is stated as a dependancy of bootstrap-js - it will be loaded by WordPress before the BS scripts wp_enqueue_script( 'bootstrap-js', '//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js', array('jquery'), true); // all the bootstrap javascript goodness } add_action('wp_enqueue_scripts', 'pwwp_enqueue_my_scripts');Hi, yes.
I fixed it by enqueuing the latest Bootstrap bundle with jQuery as dependency:
function pwwp_enqueue_my_scripts() { // jQuery is stated as a dependancy of bootstrap-js - it will be loaded by WordPress before the BS scripts wp_enqueue_script( 'bootstrap-js', '//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js', array('jquery'), true); // all the bootstrap javascript goodness } add_action('wp_enqueue_scripts', 'pwwp_enqueue_my_scripts');Hi,
I just sent the basic support ticket.
Thanks,
Anes
Forum: Themes and Templates
In reply to: [Flat] Icons in sidebar menuI’m wondering the same thing.
That plugin helped but it doesn’t really do it like on the demo.
It’s strange that the theme is missing that feature compared to official demo.Here is how it looks with suggested plugin:
http://www.kontinuum.dreamhosters.com/How do we create those vertical borders between an Icon and Label like its shown on demo?
Forum: Reviews
In reply to: [Minimatica] NiceI’ve edited the original post. Yes, it was an issue between the theme and WP 3.5.1