Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jhaarsma

    (@jhaarsma)

    Dear Mike,

    I modified functions.php as shown below:

    function lcb_init_method() {
    //    if (!is_admin()) {
    //        wp_deregister_script( 'jquery' );
    //        wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js');
    //        wp_enqueue_script( 'jquery' );
    //    }

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    It seems that my problem is solved.

    Thanks for your help.

    Regards, Jacco

    Thread Starter jhaarsma

    (@jhaarsma)

    Dear Mike,

    It seems that my theme uses an older version of jquery.

    In functions.php I see the following:
    function lcb_init_method() {
        if (!is_admin()) {
            wp_deregister_script( 'jquery' );
            wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js');
            wp_enqueue_script( 'jquery' );
        }

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    How can I replace Shashin 3.4.6 and use Shashin 3.4.5?
    Uninstall Shasin 3.4.6 and then install Shashin 3.4.5?

    Regards, Jacco

    Thread Starter jhaarsma

    (@jhaarsma)

    Dear Mike,

    Please take a look on https://www.pvlumc.nl/wp/fotos.html
    I use WordPress version 3.5.1
    Perhaps it is better to upgrade to WP version 3.7.1?
    Do you want to know which plugins are used?

    Theme: Light Clean Blue (https://handla-online.org/)

    Best regards, Jacco

    How can I install jquery 1.7?
    I have the same problem as listed above. Maybe an old version of jquery is the problem.
    How can I see which version I use?

    Regards,
    Jacco

Viewing 4 replies - 1 through 4 (of 4 total)