Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author afzal_du

    (@afzal_du)

    your theme is including multiple jquery.
    First one is the one provided with WP which should be there.
    Second one is version 1.4.2 loaded in this area

    <!--Footer Scroll Images-->
    	<script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery-1.4.2.min.js"></script>
               <script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery.jcarousel.min.js"></script>
                <script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/carousel.js"></script>
                <script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery1.js"></script>
    
    				<!--Footer Scroll Images-->

    this line should be removed

    <script type="text/javascript" src="https://www.danmarkc.tv/wp-content/themes/news-theme/js/jquery-1.4.2.min.js"></script>

    Thread Starter Fuglio71

    (@fuglio71)

    Well that works yes, but it gives me another problem.

    My latest newsheadlines stops changing image when i remove that line.

    Thread Starter Fuglio71

    (@fuglio71)

    Also my news ticker stops working then..

    Is it not possible to run both?

    Plugin Author afzal_du

    (@afzal_du)

    find a recent version of jquery.jcarousel.min.js / carousel.js or some alternative.
    It was implemented using a much older version of jQuery. It’s best to find a well maintained plugin/theme.

    Thread Starter Fuglio71

    (@fuglio71)

    Ok. thats out of my knowhow.

    So there i need someone to do that for me i think.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lightbox not working’ is closed to new replies.