Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Thanks for the quick reply Yigit, I was hoping to find a different solution than dequeuing the whole shortcodes.css.
If I do that, it works. But please notice the handle for that CSS is avia-scs, not avia-shortcodes.The proper code, for anyone else who needs it, would be
add_action( 'wp_enqueue_scripts', 'wp_change_shortcodescss', 20 ); function wp_change_shortcodescss() { wp_dequeue_style( 'avia-scs' ); wp_enqueue_style( 'avia-scs-child', get_stylesheet_directory_uri().'/css/shortcodes.css' ); }
Best,
LucaHi and thanks for your kindness.
I just finished the server change and updated to WP 4.0 and the latest version of Enfold. Now it all works like a charm
Thanks again,
LucaHi Yigit, thanks for the quick reply.
As i added it happens without WPML too. Will ask for your help once moved from my local machine.
LucaHi Yigit, not yet because it’s still on my machine’s local server.
My bad, that happens even without WPML
Hi Josue, sorry if I didn’t explain properly:
i don’t want to use a custom lightbox, I’d like to know how to make it work with the layout builder as if I add a photo or a photo gallery with the layout builder i only can choose if giving a link to each image but i can’t choose to open larger version in a lightboxHi Peter,
i bought the blog version and looks like I’m not entitled to download betas.
I solved it by temporally downgrading WP to 3.8.3 and works fine so far.
Thank you,
Luca -
AuthorPosts