Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Sed Lex

    (@sedlex)

    Your theme load the jquery library and that is why it bug …
    Please remove
    <script src="https://www.faitsetcauses.com/wp-content/themes/daily-headlines/js/jquery.slider.js" type="text/javascript"></script> in the header.php file of your theme

    or perhaps move it after the <head>declaration

    Should work

    Tell me after trying if it does

    Plugin Author Sed Lex

    (@sedlex)

    As said in this post the only good way to include jquery in wordpress is NOT to “hard code” it in the header…

    To move the mentioned line just after the <head> declaration should work

    Plugin Author Sed Lex

    (@sedlex)

    I release a new version just to add a warning when your header file contains such a reference

    Thread Starter jean-jacque

    (@jean-jacque)

    Hi Sed Lex,

    Thanks a lot for the reply.

    It functions ??

    Have a nice week,
    SJ.

    Plugin Author Sed Lex

    (@sedlex)

    Which one ? The move or the deletion ?

    I am quite interested by your feedback on the move if you do so

    Ps: do not hesitate to vote for my plugin if you like it

    Thread Starter jean-jacque

    (@jean-jacque)

    Yes, I moved the following line outside of the header as suggested:

    <script src=”https://www.faitsetcauses.com/wp-content/themes/daily-headlines/js/jquery.slider.js&#8221; type=”text/javascript”></script>

    Thread Starter jean-jacque

    (@jean-jacque)

    Great plugin ?? 5 stars

    Plugin Author Sed Lex

    (@sedlex)

    Hi

    Thanks à lot

    Actually I did not mean to move it outside the header but to move it just after the head declaration (I.e the first instruction of the header instead)

    If you move it outside it is equivalent to delete it which could render your theme buggy ?? if there is not bug with your theme you could leave it like that

    Thread Starter jean-jacque

    (@jean-jacque)

    The script only render the carousel on our home page. It was loaded in all our pages,… so I preferred to load it only on the home page.

    Everything is working well.

    Thanks,
    SJ

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Image Zoom Problem : Nothing Happen’ is closed to new replies.