Antrock
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Logic] Widget on posts within a certain categoryAlan you were right. I automaticly assumed there must be a function in_product_category (still think there should be one! 🙂 ). I finally got it to work with
is_single && has_term( 'x', 'product_cat' ).Thank you for this great plugin!
Forum: Plugins
In reply to: [Widget Logic] Widget on posts within a certain categoryStill haven’t found a solution to this. Why would in_product_category break Widget Logic?
Logic
is_single() && in_product_category( 'x' ) || is_post_type_archive() || is_product_category( 'x' )breaks Widget Logic on products pages even if they are not in product category X (are in product category Y). Same happens if i useis_product() && in_product_category( 'x' ). If I usein_product_category( 'x' )it is broken everywhere.What could be the cause of this?
Forum: Plugins
In reply to: [Widget Logic] Widget on posts within a certain categoryI tried every setting there and the same error showed up every time. My default setting is/was ‘when all PHP loaded’ anyway. Any other idea?
Forum: Plugins
In reply to: [My Private Site] Users can't activate accountInstalled it and it works. Thank you very much!
Forum: Plugins
In reply to: [My Private Site] Users can't activate accountThat would be great!
Forum: Plugins
In reply to: [WooCommerce] Problem with adding and removing items to/from CartDaniel,
This is because I’ve decided to revert back to 1.6.6 and am just in the middle of the process. I will install another WordPress and install WC 2.0 in there so I can test it.
New test installation where the issue also appears: http://www.media-trade.si/daljincitest/shop/
(note: the images don’t work)
Forum: Plugins
In reply to: [WooCommerce] Problem with adding and removing items to/from CartI’ve been in contact with my host’s support this morning and they have been able to recreate the problem but their server is not showing any errors. They said this most likely points out to an error in WooCommerce’s code somewhere.
It is hard to believe I am the only one with this problem so I’d suggest people to try and test their Cart functionality.