Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter scolburn

    (@scolburn)

    ok so…
    installed jQuery updater…nothing happened
    installed jQuery migrate as recommended from the jQuery sit before messing with the version number.

    It looks like the designer created files to override the jigoshop files.

    the only reference to the version of jQuery was this line in a file called jigoshop-functions.php (jigoshop/jigoshop-functions.php) found within the theme template files.

    include_once('shortcodes/cart.php');
    add_shortcode('my_cart'           , 'get_my_cart');
    if (!is_admin()) {
    	wp_enqueue_script( 'jquery_ui', get_bloginfo('template_url').'/jigoshop/jquery-ui-1.11.4.custom.js', array('jquery'));
        wp_enqueue_script('jigoscript', get_bloginfo('template_url').'/jigoshop/jigoscript.js', array('jquery'), '1.0');
        wp_enqueue_script( 'jigoshop_script', get_bloginfo('template_url').'/jigoshop/script.js', array('jquery'));
    }

    I entered a more updated jQuery version there but still nothing.

    Thread Starter scolburn

    (@scolburn)

    yeah, i uploaded to one of jigoshop’s free themes and it fixed it. I didn’t build the site or theme. I am taking over maintenance for the site owner. is there an easy way to fix the jQuery problem without asking her to redesign the whole site?

    Thread Starter scolburn

    (@scolburn)

    Hmmmmm…I tried variations on:

    .wpcol_1quarter {width:90% !important;}

    I used a plugin for columns. the above is the code used in the desktop version. I couldn’t see any change no matter the number I plugged into the percentage.
    My columns on other pages look great:

    https://www.ninetenfilms.com/links/

    But it seems to get messed up when an embedded video is in line with the column.

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