New Landing How can we help? Themeforest Theme Support Neighborhood Latest updates make shop rev slider disappear

Viewing 4 posts - 16 through 19 (of 19 total)
  • #119309
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have an error in the javascript console that is breaking the load of the slider. Guess it’s better to upload again the Rev Slider files.

    https://www.dropbox.com/s/cfog1zeke1zf7fa/error_rev_slider.png?dl=0

    -Rui

    #119318
    lobsterass
    Member
    Post count: 386

    Hi Rui!

    What are those files called? The only file inside the JS folder on my FTP that I have made changes to is:

    /js/functions.js
    slideshowSpeed: 6000,
    TO:
    slideshowSpeed: 8000,
    (at 4 places in the file)

    I did replace my functions.js with the original from the Neighborhood 1.9 just now. No change with the slider.

    ?

    <3

    #119756
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Will have to forward this topic to the Developer.

    -Rui

    #119780
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Just tested on the Twenty Fourteen theme, and it does the same thing. Looks like there is something in the WooCommerce shop content output code that is causing this. Try adding this to your child theme functions.php

    function woocommerce_product_archive_description() {
    	if ( is_post_type_archive( 'product' ) && get_query_var( 'paged' ) == 0 ) {
    		$shop_page   = get_post( wc_get_page_id( 'shop' ) );
    		if ( $shop_page ) {
    			$description = do_shortcode( $shop_page->post_content );
    			if ( $description ) {
    				echo '
    ' . $description . '
    '; } } } }
Viewing 4 posts - 16 through 19 (of 19 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register