Ondersteuning » Algemeen WordPress » colorbox Jquery

  • Opgelost johannes999

    (@johannes999)


    hallo,
    als ik wil gebruik maken van colorbox jQuery moet ik dan de code in CSS plakken of in andere bestand?. ik denk ook ik moet de cdn voor jQuery ook downloaden via google!!!
    ik wil niet gebruik maken van colorbox plug ins .
    johannes

1 reactie aan het bekijken (van in totaal 1)
  • Thread starter johannes999

    (@johannes999)

    ik beantwoord mij vraag mijzelf
    het moet in head sectie van header.php geplakt worden:

    head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="profile" href="http://gmpg.org/xfn/11">
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    <link rel="stylesheet" href="/wp-content/themes/garage/colorbox.css">
    <script  src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
    <script src="/wp-content/themes/garage/js/jquery.colorbox-min.js"></script>
        <?php wp_head(); ?>
    
    </head>

1 reactie aan het bekijken (van in totaal 1)
  • Het onderwerp ‘colorbox Jquery’ is gesloten voor nieuwe reacties.