• Hi community,
    I have a strange problem on several sites, all of them unsing the theme _s-master.

    On all of these sites I cannot activate lightbox-plugins. With other themes it is no problem to use the lightboxes, but not with _s-master. Does anybody know where my problem could be located? Here is one example link: https://www.meinfachausschuss.wien/test-2/

    If you click on the picture the lightbox should open. But it does not.

    Thank you for any ideas!
    Raphael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Let this be a lesson in using the Browser’s developer tools.

    Right click on the page and select inspect element. This opens the developer tools in your browser.

    If you click on the console tab you will see any Javascript errors.
    1. Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3

    You are including jQuery 1.7.2 and jQuery 1.10.2 this will cause a conflict.

    2. Since your lightbox plugin is made for Bootstrap, I would think it requires some of Bootstrap’s js and jQuery. The conflict could break jQuery.

    On a side note, since you are using _s a blank starter theme, why are you using plugins to include basic functionality that you could EASILY include in your theme.

    I also suggest branding you theme with a name and make it your own. Building my own theme from scratch is what taught me how to use WordPress.

    Thread Starter rabox66

    (@rabox66)

    Thank you. I could resolve the problem with that answer.

    Do you have a link with furtcher information about the console?

    Thank you
    Rabox

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lightbox Plugins dont work’ is closed to new replies.