rdxcsgoid
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] wc_variations_image_update on dynamic contentHey Thanks a lot ,
I was missing the product class.Forum: Plugins
In reply to: [Wishlist WooCommerce] String translationHello,
I am working on translation. You dont have to do it by yourself.
BTW which language you want?Forum: Plugins
In reply to: [WooCommerce] $product->product_typeThanks Mike !
Forum: Themes and Templates
In reply to: [Virtue] Closing product linkI was creating a plugin which appends a wishlist button inside ratings field.
so the button doesn’t work because of the link.
Although its better to have link for ratings fields. But doesn’t work in my case ??Forum: Themes and Templates
In reply to: [Virtue] Closing product linkYes, but without editing the template (loop/ratings)
Forum: Themes and Templates
In reply to: [Virtue] Closing product linkOhh Rating template has the product link.
<a href="<?php the_permalink(); ?>"><?php echo $rating_html; ?></a>
Is there anyway i can remove this permalink from functions.php? instead of making changes to template?Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] issue with the themeYou were right , it was problem with css .
Thanks & Great plugin. !Forum: Themes and Templates
In reply to: [Virtue] Masonry doesnt work after ajax successEureka !! Thank you soooo much !!! I dont know how you figured it out .
Awesome ??
Thank you once again !Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] issue with the themeHello , thanks for the suggestion.
I asked from web developer he said something “masonry function does not work when AJAX success” .
I have no idea about this. Are you sure its CSS issue? because i have tried disabling my custom css.
Thanks !Forum: Themes and Templates
In reply to: [Virtue] Masonry doesnt work after ajax successNope , Hannah doesnt work.
Forum: Themes and Templates
In reply to: [Virtue] wp enque css delete cacheThanks for your help, That too didnt work so finally i put it in theme options.
Forum: Themes and Templates
In reply to: [Virtue] wp enque css delete cacheHey,
I Already tried that !! changing version number , deleting cache !! nothing happens , i have to delete history to see changes!!Forum: Themes and Templates
In reply to: [Virtue] wp enque css delete cacheThanks but for that you have to install Virtue/Pinnacle Toolkit. I already have 25 plugins & i dont want more plugins. So i prefer using external stylesheet !!
Forum: Plugins
In reply to: [WooCommerce] product thumbnail on order pageThank You !!
Forum: Plugins
In reply to: [WooCommerce] product thumbnail on order pageYes I know we have to edit this php But i dont know the code .
Like i found this code for my account page .<?php // Get a list of all items that belong to the order $products = $order->get_items(); // Loop through the items and get the product image foreach( $products as $product ) { $product_obj = new WC_Product( $product["product_id"] ); echo $product_obj->get_image(); } ?>
But the same dont work for order page .
Can you tell me the code?
Thanks