Prateek Kathal
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Disallow Referral Payout if Coupon AppliedAnyone?
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] A few changes requiredHi,
Thanks for the response.
1. Yes, please consider adding it as a new feature.
2. I tried adding the script in functions.php and it works, but the problem is, I still see links on the Affiliate Dashboard page – like this – https://imgur.com/a/kfkjD
How can I remove the hyperlink on “manage settings” and remove the “Settings” link altogether from the side menu.
3. Oh, so you are saying the deductions for partial refund are made automatically? If yes, that’s great!
Thanks,
Forum: Plugins
In reply to: [TemplatesNext ToolKit] Font awesome upgrade – requestYup! This is needed!
Forum: Plugins
In reply to: [TemplatesNext ToolKit] Team MembersEvent I am trying to achieve the same… How can I select the team members by category?
Forum: Themes and Templates
In reply to: [Vantage] Carousel Autoplay?Anyone????
Which Carousel plugin is the theme using? I might be able to Google my answer upon that…
If you have less number of posts, then you can just go ahead and try to edit. Otherwise, its gonna be very difficult.
The developer should try to make a page where the user could do this for old posts. It’ll be very helpful.
Same, I also want to know that, Can you add a system where automatically all posts are updated and if there is a parent category to a selected category, then it gets added to that post automatically?
Forum: Plugins
In reply to: [Theme My Login] Password Conflict with WooCommerceJeff??
Any changes to this???
Forum: Plugins
In reply to: [Crafty Social Buttons] Share Buttons for CategoriesYou are right… its the excerpts…
Guess I’d have to use the code only that way then… ??
Thanks again… ??
Forum: Plugins
In reply to: [Crafty Social Buttons] Share Buttons for CategoriesOk, thanks for the reply shen….
I think that option to automatically output the buttons on each post on a category page (or archive page) is not working. I removed <?php do_action(‘crafty-social-share-page-buttons’); ?> , and then I could not see any buttons…
I think you should re-check at your end if its working properly at your end.
I will start using the other action hook for the moment. Thanks for letting me know about it. Also, I suggest you add a like button it as well. I mean, sometimes users don’t like to share, but they can like that page instead.
I hope I’ll see that in the future updates… ??
Thanks again… Awesome plugin… ??
Forum: Plugins
In reply to: [Crafty Social Buttons] Share Buttons for Categories@kimkia Particularly, I want my users to share the posts from there only.
There can be 2 ways the plugin can work in the Category Pages.
1. If the social buttons are called outside the loop, it should use the address of that page where you are on
2. f the social buttons are called inside the loop, it should use the address of the posts from the loop(in that category)So, I suggest shen to use the ‘get_the_ID()’ function and check if there is a post in it. If there is a post present in it, then the link to be shared should be what comes from ‘the_permalink()’ function. Right shen?
Forum: Plugins
In reply to: [Crafty Social Buttons] Share Buttons for CategoriesHi shen, I tried adding the code to my category page.
The problem I’m facing is that even after adding the code within the loop, the buttons share the link of category page and not the posts in those categories.
I want my buttons to share the links of the posts in those categories. Can you please have a look??
Thanks for the awesome plugin. Works really great… ??
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Bug : No. of fields are limited. (Urgent)You might have created it today, But you’ll have to delete the old list and create another one again. Or you can just divide them into multiple lists.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Bug : No. of fields are limited. (Urgent)Yes, its possible, you need to make all fields again. It was not working at my side as well, but when I randomly created another ACF list, it worked fine on it. So, just make your list of fields again.
Forum: Plugins
In reply to: [Theme My Login] Password Conflict with WooCommerceWhere did you make the changes? Which code? Which line? Maybe I might be able to debug it.