memwebproject
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] translate with wpmlthanks a lot! it works
best regards
thanks for your reply.
i fixed. i changed 2 classes in my css:
.woocommerce-product-gallery__image a {
pointer-events: all;
}
.woocommerce-product-gallery__image {
pointer-events: all;
}the “pointer-events” was none.
regards
here the page with the issue: https://www.ghiblievo.com/it/forniture-alberghiere/
hi,
thanks for your reply.
if i disable wpml your plugin works…but i can’t disable wpml in production site.
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] coupon codethanks a lot!!!
added {{coupon.code}} in template
fantastic support
best regards
Forum: Plugins
In reply to: [Image Hover Effects - WordPress Plugin] image taghi, thanks a lot for your raplay, do you have a little patch to apply to your file plugin.class.php to load alt from wordpress media file? if not, i’ll wait for new version of your fantastic plugin
Best regards
Maurizio
- This reply was modified 2 years, 1 month ago by memwebproject.
hi @xszejdi ,
i need your help, i have read your message in this page and you have fixed your problem, can you share your solution please?
https://www.ads-software.com/support/topic/similar-products-when-empty-results/#post-12500437regards
@xmarians
Thank’s- This reply was modified 4 years, 11 months ago by memwebproject.
@xmarians
Hi, how did you solve Chrome issue?
I have the same problem with Mobile Menu positioned outside body, with Meris Pro theme.Thank’s
Forum: Plugins
In reply to: [TAO Schedule Update] Problem with listning themeHi sorry for late.
PHP version: 5.4.36
Regards
Forum: Plugins
In reply to: [Menu Item Visibility Control] Display menu in search result pagefantastic support!!!
thanks a lot
best regards
Forum: Plugins
In reply to: [Menu Item Visibility Control] Display menu in search result pagethanks for your replay
my address bar in search result page is : https://www.optika-italy.com/?s=series&post_type=product&type_aws=true&id=2&filter=1so i changed your code in : ( is_search() && isset( $_GET[‘id’] ) && $_GET[‘id’] == 2 ) ||
right?
thanks a lot for your help
best regards
Forum: Plugins
In reply to: [Menu Item Visibility Control] Display menu in search result pageperfect, it works.
i have more tnah one search menu, can i add a ID in “is_search() ||” ?
for example in balances my search is ” aws_search_form id=”2″ ”best regards
Forum: Plugins
In reply to: [Menu Item Visibility Control] is_product_category and all subcategorieshi,
thanks @bzapototskyy but not worked for me.i have this code : is_product_category( ‘optika-microscopes’ ) || cat_is_ancestor_of( 653, get_queried_object()->term_id ) || (is_product() && has_term( get_terms( array( ‘child_of’ => 653, ‘taxonomy’ => ‘product_cat’, ‘fields’ => ‘names’ ) ), ‘product_cat’ ))
but in product pages stopped to work
@shazdeh can you help me please?
Forum: Plugins
In reply to: [Menu Item Visibility Control] is_product_category and all subcategoriesmy custom code is not working in product page, why? i upgraded woocommerce, in category and subcategories menu appears
my code is:
is_product_category( ‘optika-microscopes’ ) || cat_is_ancestor_of( 653, get_queried_object()->term_id ) || (is_product() && has_term( get_terms( array( ‘child_of’ => 653, ‘taxonomy’ => ‘product_cat’, ‘fields’ => ‘name’ ) ), ‘product_cat’ ))can you help me?