Make carlos
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Social media icons official color not workinghttps://websitedemos.net/fashion-lifestyle-02/contact-me/
followed your instructions from Settings but none of color is changed in this page. could you please someone from your team check this issues.
Thanks
MakeForum: Plugins
In reply to: [YITH WooCommerce Wishlist] How to show icon when no items in wishlist.Resolved!
perfect Thanks it works.
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Not translating with product titlesIn product detail page, if i change language from top menu, translation not working for composite products but if i open any composite product from product page then translation working fine.
could you please advice.
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Not translating with product titlesSo that means should i disable WPML ? but what about other pages translation if i disable WPML ?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Move Wishlist button beside add to cartHi,
Given code is working fine but now its showing at bot place.
beside Add to cart button as well as default position so showing twice. could you please advice.Thanks
MakeForum: Plugins
In reply to: [Comments - wpDiscuz] Disable comments for specific categoryPerfect Thanks
Forum: Plugins
In reply to: [Comments - wpDiscuz] Only paid member can do comment.I think i need to change in plugin file ? isn’t it ?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Only paid member can do comment.Hi
Could you please advice, which file should i change for that ?Thanks
MakeYou need to change this line
wc_get_template( ‘single-product/nameyourprice-price-form.php’, $args, YWCNP_TEMPLATE_PATH, YWCNP_TEMPLATE_PATH );
to
wc_get_template( ‘single-product/nameyourprice-price-form.php’, $args );
Please do this and it will work.
I have checked with Store front as well but not working. did you tried to check in your local system? Please check once so you will get idea.
<input type="text" id="ywcnp_suggest_price_single AAAAAA" class="ywcnp_sugg_price short ahirahir" name="ywcnp_amount"/>I have added extra class AAAAA but its not showing in front at all. if i change code in plugin then its working. Please investigate
Forum: Plugins
In reply to: [Comments - wpDiscuz] Only paid member can do comment.could you please check my first comment. I mentioned that i need to check other conditions with existing role.
for example:
Role is : Subscriber && Membership_active = Yes
I hope that make sense.
Thanks
MakeForum: Plugins
In reply to: [Comments - wpDiscuz] Only paid member can do comment.Hi
Any update on this please.Forum: Themes and Templates
In reply to: [Astra] Remove text from CustomizerUnder customization we can show this:
More Options Available in Astra Pro!
I need to remove this text using remove_action so it was worked before but after astra 3.0 that hook is no longer work.
Thanks