Tarjeet Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Smart Wishlist for WooCommerce] Wishlist CounterAlright, thank you for your support, anyways I ended up using another wishlist plugin.
Forum: Plugins
In reply to: [Contact Form 7] Contact form refreshes the page on submissionHere is the another issue which I face sometimes is this.
Is this problem connected to the page referesh on submit?
- This reply was modified 2 years, 6 months ago by Tarjeet Singh.
Forum: Plugins
In reply to: [Contact Form 7] Contact form refreshes the page on submissionThanks for qucik reply!
This is something I found outForum: Plugins
In reply to: [WPC Smart Wishlist for WooCommerce] Wishlist CounterSorry I mean to say, category is not showing as well.
Plugin needs more options and features.Forum: Plugins
In reply to: [WPC Smart Wishlist for WooCommerce] Wishlist CounterThanks, I don’t know why it’s not showing to me, anyways I have also noticed that the category is showing as well.
Thank you for your reply, the code works great, but I wanted to show before title.
I tried replacing “wpb_wrps_after_price” with “wpb_wrps_before_price”.
But it won’t work. Can you please help me to show SKU code before price. Thanks!Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Heart color and size please?Your Welcome!!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] add Wishlist right add to cart buttonI am not sure how reliable this is… but you can try these 2 combinations
Before following the below steps make sure you have cpanel incase if your site crashes.
Step 1 – Adding content after add to cart button on woocommerce single page
add_action( 'woocommerce_after_add_to_cart_button', 'add_content_after_addtocart_button_func' ); /* * Content below "Add to cart" Button. */ function add_content_after_addtocart_button_func() { // Echo content. echo '<div class="second_content">Other content here!</div>'; }
2) Add this shortcode [ti_wishlists_addtowishlist] anywhere on product page, if you have chosen custom position for product button. You will have to do this for each product.
Final code:
add_action( 'woocommerce_after_add_to_cart_button', 'add_content_after_addtocart_button_func' ); /* * Content below "Add to cart" Button. */ function add_content_after_addtocart_button_func() { // Echo content. echo '<div class="second_content">[ti_wishlists_addtowishlist]</div>'; }
If the wishlist button comes below the add to cart button, you might to do some CSS.
That’s all. Hope this helps.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Heart color and size please?This should do the work, I just did it on my project site.
.tinv-wishlist .tinvwl_add_to_wishlist_button::before {
color: #fff !important;
font-size: 30px !important;
}Forum: Plugins
In reply to: [Pofily - WooCommerce Product Filters] Filters not workingIs there any update regarding this? This is the only problem I am facing, rest everything is good.
Thanks, I will try it out.
If you can’t help me with my #3 question, at least help me with #2 question
A little update I was able to change the number of products to show on shop page.
But my last 2 questions still exists. Kindly provide some support.
- This reply was modified 3 years, 2 months ago by Tarjeet Singh.
What is the code? and that code is need to added in functions.php? will it effect other product images? or just your product slider.
No offense, but can you please help me here I don’t want to fill your form.I don’t see any resize option in your plugins settings can you help me to navigate?