• Resolved shoptak

    (@shoptak)


    Hello,

    under conditional tags, there’s an option to hide the currencies bar on checkout as well as the cart page. How can I hide it on 404 page?

    Regards,

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @shoptak

    You can go to the plugin settings/ Design/ add this to the conditional tag field:

    !is_404()

    Best regards

    Thread Starter shoptak

    (@shoptak)

    @mivtt Thank you! it works!

    Hi @shoptak

    It is my pleasure to assist you.

    Best regards.

    Thread Starter shoptak

    (@shoptak)

    Hello again @mivtt can you please guide me on how to find the related tag of any page.

    Regards,

    Hi,

    We are sorry for the late reply after some day offs.

    If you want to find the relevant conditional tag of WooCommerce, please visit this page: https://docs.woocommerce.com/document/conditional-tags/

    If you want to find the relevant conditional tag of WordPress, visit this page: https://codex.www.ads-software.com/Conditional_Tags

    Best regards.

    Thread Starter shoptak

    (@shoptak)

    thank you @mivtt for your help and support!
    I was able to hide the currency bar on ” About us and Contact us” page using the following:
    !is_page( array( ‘about-us’, ‘contact-us’ ))
    But I also need to hide it on 404 page using: !is_404()

    My question:
    How can I combine both tags so I can put the conditional tag field located under settings/ Design/ other pages
    since I need to hide the bar on ( about us, contact us and 404 page )

    Regards

    • This reply was modified 4 years, 9 months ago by shoptak.

    Interesting what you ask @shoptak , recently I managed to configure that it is not seen in some pages, however I do not know how to put more than two different conditionals. Eg home and pages. I don’t understand how they separate.

    By any chance do you know?

    Hi,

    Thank you for using our plugin.

    To separate among conditional tags, please use this key on the keyboard: |

    For example: is_home()|is_post()

    Best regards.

    • This reply was modified 4 years, 9 months ago by mivtt.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hide Currencies Bar on 404 Page’ is closed to new replies.