charlie67p
Forum Replies Created
-
Great !
It works perfectly now
Thank you very muchForum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass optionIt works ! ??
without dot before Class namebaguettebox_selector . '",{ignoreClass:"noSlider",captions
Thank you !- This reply was modified 1 year, 11 months ago by charlie67p.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass optionPS : I guess I’ll have to insert ignoreClass in Line 34 ??
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass optionOK, thank you very much for your time,
I will give a try ??Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass optionI just sent it ??
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass option( if you have time, maybe you can check directly on my website, on this page : charliedrawing.com/autres-dessins/ . The first bird on the Top Left : I added a X inside the caption. It’s the link to the file. )
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass optionPlugin is activated, yes.
I just wrote it another way, but still not working :File baguette.js in my wp-content/themes/mytheme/js/ folder :
window.addEventListener(“DOMContentLoaded”, (event) =>{
baguetteBox.run(‘.wp-block-gallery-7’, { ignoreClass: “noSlider”});
});
and in my functions.php :
wp_enqueue_script( ‘baguette’, get_stylesheet_directory_uri() . ‘/js/baguette.js’, array(), ”, true );
And I just realized that I get error in my Console… :
Uncaught TypeError: Node.removeChild: Argument 1 is not an object.
onload https://www.mywebsite.com/wp-content/plugins/gallery-block-lightbox/dist/baguetteBox.min.js?ver=1.11.1:7- This reply was modified 1 year, 11 months ago by charlie67p.
Forum: Plugins
In reply to: [Lightbox for Gallery & Image Block] Baguettebox ignoreClass optionHi @goaroundagain
Thanks but it still adds the image to the slider, with and without dot.
Using :
jQuery(document).ready(function($){
baguetteBox.run(‘.wp-block-gallery-7’, { ignoreClass: “noSlider”});
});Forum: Plugins
In reply to: [Advanced WordPress Backgrounds] parallax jumps on mobileWell.
– I have the same issue when disabling parallax on devices.
– If I remove the JS script that ensures to have 100vh on mobile, it does not ‘jump’ anymore BUT then the first image is more than 100vh.
…- This reply was modified 1 year, 11 months ago by charlie67p.
Thank you @glendaviesnz . I will check this
- This reply was modified 1 year, 11 months ago by charlie67p.
I followed the video step by step and now it’s OK !
Thank you!OK thanks,
I enabled, but the loop stay stuck on the last image (always the last carousel item repeating)…
Edit : well, actually I don’t really understand the behaviour of the slider when using it in the Loop query block. And how to set up :
– when Inherit query from template
– when having Custom query
… I will check in the next days- This reply was modified 1 year, 11 months ago by charlie67p.
Forum: Developing with WordPress
In reply to: core/post-terms block without linkthank you @bcworkz
I found a way to remove links with jQueryForum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Display related custom taxonomyYes I meant custom tax..
( and thank you for this nice plugin ! )Forum: Fixing WordPress
In reply to: site Editor can’t save changes, can’t create new templateOK, I solved it, it was because I forgot to add this around my pre_get_posts Hook :
if ( !is_admin() && $query->is_main_query() ) {
}