Cat
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetThe name is ‘Reizen’, the slug is ‘reizen’.
I wasn’t sure which one to use, so that’s why I tried them both.Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetI’m sorry, it didn’t work.
I tried
has_term( 'reis', 'product_cat' )
has_term( 'Reizen', 'product_cat' )
has_term( 'reizen', 'product_cat' )
but neither did the trick.
Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetThank you Mike.
I’ve tried
has_term( 'reis')
because ‘reis’ is in the tags.
I’ve also tried
has_term( 'reizen')
andhas_term( 'Reizen')
because that’s the name of the productcategory (didn’t know if it was case sensitive, so I tried both), but unfortunately, neither of those is working.
I had a look at the website you gave me and I also tried has_tag, and in_category but neither of those worked either.Can you help me out?
I’d really like this to work, cause it sounds just like the thing I need.Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetCorrect, it is a product page, but the product is in a certain product-category.
We have three categories and that one widget should only be visible on the productpages of the products in two of those three categories.Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetFor example on this page:
https://bit.ly/1U2Od2mIn the right sidebar there’s two widgets now.
There should be a third one with three buttons in it.
At that widget I added the logic
is_product_category()
The category of this product is ‘Reizen’Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetno ??
Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetThanks Mike! That was a good website.
I think I found the code I need:
is_product_category( array( 'cursussen', 'reizen' ) )
But now the widget isn’t showing at all on any page.
How can I figure out if my theme is interfering?Forum: Plugins
In reply to: [WooCommerce] Question about WooCommerce sidebar widgetThanks Mike, it looks like the thing I need.
I took a look at the list of possible codes, but I don’t see anything that includes WooCommerce. How can I ‘call’ the widget to appear only on a product page that’s within a certain product category of WooCommerce?Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error messages don't show my textok, thanks anyway ??
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error messages don't show my textOK, thanks.
I looked at the links but unfortunately my js is rusty at best ??There’s no way to turn off the browser errors and display the plugin error messages?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error messages don't show my textThank you.
This is the screenshot of the error message (it looks like it’s coming from the plugin):
https://www.mupload.nl/img/eigh0osul8k.jpgAnd this ia a screenshot of my custom messages:
https://www.mupload.nl/img/jbuxcdvjrzt.jpgForum: Fixing WordPress
In reply to: WooCommerce change text on button add to cartModlook
Could someone please remove the link I posted to our website?
I don’t want people googling for our website ending up at this forum (which is happening right now)Forum: Plugins
In reply to: [WooCommerce] custom text in confirmation emailFortunately I found it myself ??
Resolved!Forum: Fixing WordPress
In reply to: WooCommerce change text on button add to cartYes! It works.
Thank you so much!Forum: Fixing WordPress
In reply to: WooCommerce change text on button add to cartWell, it’s this page:
https://www.egyptologie.nl/Boekenverkoop/product/late-ramesside-letters/
then scroll down a bit and at the dropdown menu choose one of the options. Then the button appears.
As you can see we have a red button, and it automatically chooses the pinkish color for the text. If I change the button color to let’s say yellow, the font color will change to black.