shenalorlof
Forum Replies Created
-
any update on this?
Theme says this should be done from the WCFM plugin which shows specific coupon on related page not. but the widget shows every available coupon on product page
Oh that’s good to hear. Thank you for your response
Forum: Plugins
In reply to: [WooCommerce] What and How this note worksOh okay. Then maybe this is coming from WCFM.
Thank you for your response.Hi submitted now
Hope to hear from you soon
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change position of Wishlist icon on shop loop1. And I have added your CSS code as well:
Add both of the codes
2.But on smaller screens (https://ibb.co/zZYpjmw) the button does not always stay at the right place.
That’s why you have to add on separate media queries. for mobile, tablet and DesktopForum: Plugins
In reply to: [TI WooCommerce Wishlist] Change position of Wishlist icon on shop loopoh you replace the code? all u had is just to replace the code in this class
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
}if u have no idea send me your all of the css code using for this purpose. ill change and send you
- This reply was modified 3 years, 4 months ago by shenalorlof.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change position of Wishlist icon on shop loopHi, change this class of u the below. it will take ur wishlist icon to right top
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
position: absolute;
z-index: 10;
margin: 0;
top: 10px;
left: 80%; // this is what u have to replace
}
Best Regards- This reply was modified 3 years, 4 months ago by shenalorlof.
Will I get asked for customization? Which means paid option?
Forum: Plugins
In reply to: [Recently Viewed Products] Responsive issueOmg! i mixed up two plugins “recently viewed” and “recently purchased”.
Sorry for the inconvenience. The problem is with recently purchased- This reply was modified 3 years, 4 months ago by shenalorlof.
Okay thank ill inform them
Forum: Plugins
In reply to: [WPC Frequently Bought Together for WooCommerce] limit displaying productsDear supporter,
Thank you it worked perfectly. Great support. How can limit items for 2 in mobile view?
Desktop – 4
Mobile 2Best Regards
Hello,
Dear supporter This is the plugin which needs to be compatible. it shows the meta but not the value as this https://ibb.co/QHpXmT9
Hope to hear from you soonThank you n Best Regards
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Change position of Wishlist icon on shop loopHello @victor307,
This is the result i have got https://ibb.co/hMmmtCr, u can share ur site url so i can check how i can help if you want. You can use this https://www.temporary-url.com/ to make temp URLS
Thank you and Best Regards
Hello,
I have an issue. I added this codeadd_filter('thwepof_hook_name_before_add_to_cart_button', 'th12345_hook_before_add_to_cart_form',999); function th12345_hook_before_add_to_cart_form($hook) { $hook = 'woocommerce_before_add_to_cart_form'; return $hook; }
But now after adding product to the cart this extra field is not showing on the cart page, checkout page or in the invoice. How to fix this?
Really appreciate a fast solution. Thank you in advance.