• Resolved nickberens360

    (@nickberens360)


    transition_container=”false” does not seem to be working. My shortcode is as follows:

    [ajax_load_more
                    id="product_loop"
                    target="product_filter"
                    filters="true"
                    post_type="product"
                    posts_per_page="12"
                    container_type="ul"
                    transition_container="false"
                    css_classes="products columns-4"
                    theme_repeater="product-repeater.php"]

    Link with alm: https://douglasstewartcompanies.kinsta.cloud/shop/

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    @nickberens360 Unfortunately, that container is currently required for Filters add-on. I hope to add support for this param soon.

    I suggest adding transition_container_classes="products columns-4" to your shortcode if the issue is the container classes and nesting.

    Let me know if this helps.

    Thread Starter nickberens360

    (@nickberens360)

    @dcooney ok thanks for the heads up.

    • This reply was modified 3 years, 8 months ago by nickberens360.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘transition_container=”false” fails to remove the container’ is closed to new replies.