Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1393874
    pdopchev
    Participant

    Hi guys,

    Just tried to do some updates on http://rompskis.com/custom-skis/ and got the following message while loading cornerstone: ” LOADING THE PREVIEW TOOK LONGER THAN EXPECTED. THERE MAY BE SCRIPT CONFLICTS…” Cornerstone never loads completely…

    Tried to run a debug mode but nothing showed up. Could you please check on it?

    #1393881
    pdopchev
    Participant
    This reply has been marked as private.
    #1393990
    pdopchev
    Participant

    Cornerstone is working now! No idea what happened, but there is another strange thing:

    It seems like class: x-column x-sm x-1-1 has a style=”padding: 0px; height: 210px;” applied to it and have no idea where that came from… It is displaying as a huge space under “Choose a Ski Shape that fits your type of skiing, fill out the form during the check out process and prepay for your skis online.” (top of page) Please check screen grab.

    Any idea what is causing this?

    #1394231
    Christopher
    Moderator

    Hi there,

    The issue is generating by your custom JS code under Customize/custom/global Javascript.
    Please remove the code to fix this.

    Thanks.

    #1394734
    pdopchev
    Participant

    Thank you so much for the help, you guys are great!

    However, the cornerstone issues is back, could you please check on that?

    Just tried to do some updates on http://rompskis.com/custom-skis/ and got the following message while loading cornerstone: ” LOADING THE PREVIEW TOOK LONGER THAN EXPECTED. THERE MAY BE SCRIPT CONFLICTS…” Cornerstone never loads completely…

    #1394949
    Christopher
    Moderator

    Hi there,

    Look likes your host doesn’t allow for the cross-origin.
    Please add this in .htaccess file:

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>

    Please add following lines in wp-config.php file :

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    Hope it helps.

    #1399322
    pdopchev
    Participant

    Thank you for your help, this seems to resolved the issue!

    #1399397
    Joao
    Moderator

    Glad to hear it,

    Cheers

  • <script> jQuery(function($){ $("#no-reply-1393874 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>