New Landing How can we help? Atelier Ajax requests

Viewing 14 posts - 16 through 29 (of 29 total)
  • Posted in: Atelier
  • #278573
    mariatrier
    Member
    Post count: 163

    Latest version af Atelier theme is active on live domain, but yes, not on the dev I sent you credentials for.

    However theme is updated to latest version now, tested – and still does not work. Twenty16 does however work nicely.

    #278576
    David Martin – Support
    Moderator
    Post count: 20834

    Ok, WooCommerce is also dated. Please update all plugins.

    – David.

    #278581
    mariatrier
    Member
    Post count: 163

    if that helps – all updated.

    #278582
    David Martin – Support
    Moderator
    Post count: 20834

    Yes always keep your sites updated. I’ll need to use the WP_DEBUG function. Please add the FTP details for your staging site.

    – David

    #278583
    David Martin – Support
    Moderator
    Post count: 20834

    Assuming this URL (http://ateliertest.greatsimple.com/) is not a live site, can I disable plugins as I need?

    #278585
    mariatrier
    Member
    Post count: 163

    Yes, you can disable all you want and ftp credentials are here:

    Host: 107.6.155.50
    Username: [email protected]
    Password: ateliertest
    Port: 21

    #278594
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This is caused by the Multi Masonry shop layout. The various image sizes are generated dynamically on page load, which is what AJAX is struggling with as you know.

    Disable this in WooCommerce => Shop Options for a temporary work around.

    I am not 100% sure how to amend this at this minute, I’ll need to have a chat with the team about this.

    – David.

    #278596
    mariatrier
    Member
    Post count: 163

    Thanks.

    We cannot disable masonry WooCommerce => Shop Options as we use masonry as our layout on catalog pages.

    #278598
    David Martin – Support
    Moderator
    Post count: 20834

    No problem, we will investigate what can be done to improve the compatibility for this.

    Thanks,
    David.

    #278982
    mariatrier
    Member
    Post count: 163

    Thanks. Do you have an ETA for this?

    I don’t know what to do here without your help.

    #279482
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Not currently, this is not something I can provide an instance resolution for. I’ll check again to see if Ed is aware of a solution.

    Thanks.

    #279498
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Had a chat with Ed and the solution would be to check if the function exists, if it does create the dynamic image sizes, else send the larges image.

    Open content-product.php and locate this:

    $image = sf_aq_resize( $thumb_img_url, $thumb_width, $thumb_height, true, false );

    Replace with this and re-test:

    if (function_exists('sf_aq_resize')) {
    	$image = sf_aq_resize( $thumb_img_url, $thumb_width, $thumb_height, true, false );
    } else {
    	$image = $thumb_img_url;
    }
    #279611
    mariatrier
    Member
    Post count: 163

    Hi,

    The result – filtering works now, but image is crooked:
    http://dl1.joxi.net/drive/2016/07/07/0001/0827/99131/31/de78e8b261.jpg

    #279980
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Here is a revise update for that file: http://pastie.org/private/j72w73ielmffsysn1o74pg.

    Thanks.

Viewing 14 posts - 16 through 29 (of 29 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