Search code examples
typo3magnific-popup

Why is jh_magnificpopup not working on my site?


On my site jh_magnificpopup is no longer working. jQuery seems to be there but still it is not happy... Why is this?

http://www.wannermech.ch/schlosserei/diverse-gebrauchsgegenstaende.html


Solution

  • you have two different versions of jquery in your site:

    in the beginning (line 29):

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
    

    and in the end: (line 94):

    <script src="typo3temp/assets/compressed/merged-c586b8f41a42376a91eae317eb6f66f9-5c96191b865a8f66f661743685d8e702.js?1540748008" type="text/javascript"></script>
    

    which includes jQuery v2.2.3.

    In such a case even the noConflict option

    <script type="text/javascript">
    /*<![CDATA[*/
    jQuery.noConflict();
    /*]]>*/
    </script>
    

    might induce more confusion