New Landing How can we help? Themeforest Theme Support Joyn After Framework update – No full width, content missing, Slider not loading.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Joyn
  • #314171
    nosuchagency
    Member
    Post count: 226

    Hi guys.

    We’ve updated SWIFT Framework and are having some issues with the site after update.

    1. No Fullwidth on SPB’s
    The site is set to full width.
    The SPB’s we’ve created are NOT full width (screenshot attached).

    2. Content missing.
    See screenshot attached.

    3. Slider doesn’t load.
    Screencast attached (we know it’s a javascript error).

    – Please note this is a livesite –

    Attachments:
    You must be logged in to view attached files.
    #314177
    David Martin – Support
    Moderator
    Post count: 20834

    These are related to the JS errors you can see in the JS console.

    You need to remove this and properly add the JS file to a WordPress child theme:

    #314184
    nosuchagency
    Member
    Post count: 226

    Hi

    Thanks – we don’t have a child theme, and this has worked for over a year. What is the change? Why will it not work here, but in a child theme? Second. Why have this option, if it doesn’t work?

    Thanks

    #314188
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Simple custom jQuery is fine.

    What you have is two things there, you have the plugin script and then the jQuery document ready function. The script needs to be properly loaded with the other JS scripts to avoid conflicts, the below document ready can likely stay as is as that is fine:

    jQuery( document ).ready( function ( $ ) {
    	var window_width = jQuery( window ).width();
    
    	if ( window_width > 768  ) {
            $( '.call-to-action' ).sticky( { topSpacing: 54 } );
    	}
    });
    

    Right now your JS is causing conflicts, I am not sure why now though. I know that with recent updates there is less room for HTML/JS errors, unvalidated code ect. That is what the below JS error relates to normally.

    Thanks.

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

You must be logged in to reply to this topic.