• Resolved alex1witan

    (@alex1witan)


    Hi!
    I cant make to work the plugin with the code:

    is_front_page() || is_product()

    In Assing area.

    Some one can help me please?

    Tks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    I copy the code to my dev site and it’s working correctly.
    Please note that “Home Page” in Assign tab must be disable to use your own conditional tags. And remember to clear the cache, too.
    Regards

    Thread Starter alex1witan

    (@alex1witan)

    Tks im sorry i dont be clear… In home page is working fine, but the problem is in all products.

    Respect to: Assign tab must be disable to use your own conditional tags… Its disable.

    I dont Know wich its the code correct to write for in all products working fine.

    Tks

    Your code is_front_page() || is_product() is correct, i tested.
    Please try changing it to is_front_page() || is_singular( array( 'product' ) ) then clear the cache to see if it works.

    Thread Starter alex1witan

    (@alex1witan)

    Tks Kimvt!!! its working fine!

    Thank you a lot!

    Greetings from México!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can′t work in woocommerce products’ is closed to new replies.