Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author socialdude

    (@socialdude)

    Hi Bol,

    Thank you for your nice words!

    Let me look into this and get back to you.

    Cheers, John

    Thread Starter bolsta

    (@bolsta)

    Cheers John.

    Thanks mate.

    Regards

    Bol

    Plugin Author socialdude

    (@socialdude)

    Hi Bol,

    Here’s what the developers came back with:

    “It seems his slider is using an older version of jquery please ask him to add “<script> var matched, browser; </script> “ just after <head> tag in header.php file of his theme”

    Does that work?

    Cheers, John

    Thread Starter bolsta

    (@bolsta)

    Hi John,

    Cheers for getting back to me. I am new to css and website building. Can I just add that to my header php? This is what my header php looks like.

    <?php
    /**
    * The Header for Customizr.
    *
    * Displays all of the <head> section and everything up till <div id=”main-wrapper”>
    *
    * @package Customizr
    * @since Customizr 1.0
    */
    ?>
    <!DOCTYPE html>
    <!–[if IE 7]>
    <html class=”ie ie7″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if IE 8]>
    <html class=”ie ie8″ <?php language_attributes(); ?>>
    <![endif]–>
    <!–[if !(IE 7) | !(IE 8) ]><!–>
    <html <?php language_attributes(); ?>>
    <!–<![endif]–>
    <?php
    //the ‘__before_body’ hook is used by TC_header_main::$instance->tc_head_display()
    do_action( ‘__before_body’ );
    ?>

    <body <?php body_class(); ?> <?php echo apply_filters(‘tc_body_attributes’ , ‘itemscope itemtype=”http://schema.org/WebPage”&#8216;) ?>>

    <?php do_action( ‘__before_header’ ); ?>

    <header class=”<?php echo apply_filters(‘tc_header_classes’, ‘tc-header clearfix row-fluid’) ?>” role=”banner”>

    <?php
    //the ‘__header’ hook is used by (ordered by priorities) : TC_header_main::$instance->tc_logo_title_display(), TC_header_main::$instance->tc_tagline_display(), TC_header_main::$instance->tc_navbar_display()
    do_action( ‘__header’ );
    ?>

    </header>

    <?php
    //This hook is filtered with the slider : TC_slider::$instance->tc_slider_display()
    do_action ( ‘__after_header’ )
    ?>

    So where do I need to add that snippet?

    Regards

    Bol

    Plugin Author socialdude

    (@socialdude)

    Could you please put it before the “<!DOCTYPE html>” and see if it works? Otherwise it’s worth a try just before the </header>

    Plugin Author socialdude

    (@socialdude)

    Hi Bol, I’m closing this thread now – if there is still an issue please let me know

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

The topic ‘slides not scrolling when plugin activated’ is closed to new replies.