• Resolved Francisco

    (@fmarconi)


    hello @codersantosh, it’s me again, I’m using your nice theme for another client. The issue now is on the vertical slider at right featured area. I set “Products” as post type, and I didn’t set any category because by default shows latest products and that’s what i want. But it shows hidden visibility products! Maybe I miss some configuration..
    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Francisco

    (@fmarconi)

    I found a solution. Adding this argument into the $query_args at slider-selection.php

        'tax_query'   => array( array(
            'taxonomy'  => 'product_visibility',
            'terms'     => array( 'exclude-from-catalog' ),
            'field'     => 'name',
            'operator'  => 'NOT IN',
        ) )

    It would be nice having a filter to do this

    Hello @fmarconi ,

    I am happy to know the issue has been solved. I understand your point and will add on future updates.
    Your website looks so beautiful ??

    Best Regards!

    Thread Starter Francisco

    (@fmarconi)

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hidden productos’ is closed to new replies.