New Landing How can we help? Atelier Swift slider with query string

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #296264
    David
    Member
    Post count: 44

    Hello Support,

    I have an issue with swift slider on shop page. When we pass sales_products as query parameters in URL it can’t find any slides.

    http://bearandbear333.staging.wpengine.com/shop/?sale_products=on
    http://bearandbear333.staging.wpengine.com/shop/

    I have print my SQL query may be it will easier for you to identified the issue.

    On Shop Page: SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND (
    wp_term_relationships.term_taxonomy_id IN (4400)
    ) AND wp_posts.post_type = ‘swift-slider’ AND ((wp_posts.post_status = ‘publish’)) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 5

    On shop page with query string:

    SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) JOIN wp_postmeta AS pf_price ON wp_posts.ID = pf_price.post_id WHERE 1=1 AND (
    wp_term_relationships.term_taxonomy_id IN (4400)
    ) AND wp_posts.post_type = ‘swift-slider’ AND ((wp_posts.post_status = ‘publish’)) AND ( pf_price.meta_key IN (‘_sale_price’,’_min_variation_sale_price’) AND pf_price.meta_value > 0 ) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 5

    #296269
    David
    Member
    Post count: 44

    Hello Support,

    I am using latest version of swift framework (v2.5.16)

    Thanks

    #296484
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I tried to replicate it but in mine it shows the slider when I added the query string in the url.

    Can you try to disable all plugins except woocommerce and SwiftFramework, maybe there is some conflict with a 3rd party plugin.

    Thanks

    -Rui

Viewing 3 posts - 1 through 3 (of 3 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