pradeepphule
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] 404 Error for All Pages Except Home PageHi @jframst,
This is common issue. You need to just save permalink structure and click on Save Settings buttons.
It will work perfectly.
Forum: Fixing WordPress
In reply to: WP Bakery Visual Composer is not working w/ WP 5.0Having same issue while update WordPress 5.0. Visual composer not working in new WP version.
Rolled back to old version.Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Role-based pricing with multiple rolesForum: Fixing WordPress
In reply to: Woocommerce – Hide cart on certain conditionsHello @jujukp,
Ok.
Also I’m not a proficient in coding.
I will give you another solution.
When user logged in, one additional body class added in WordPress theme.
e.g. logged-inPlease refer this link: https://prnt.sc/kf6yte
And when user logged out, this class automatically removes from the body class.
Bi-default you can hide cart icon. And when user logged in you can follow this css rule.
.LOGGED-IN-CLASS .CART-ICON-CLASS {
display:block !important;
}
Hope this will works!
Thanks.
Forum: Fixing WordPress
In reply to: Woocommerce – Hide cart on certain conditionsHello @jujukp,
If you are trying to hide cart icon on specific page, then simply add following css.
.YOUR-PAGE-ID .CART-ICON-CSS {
display:none;
}Another method if user is not logged in(functions.php):
<?php if (is_user_logged_in()): ?>
Cart Code Goes Here
<?php endif; ?>
OR you can read this documentation:
https://docs.woocommerce.com/document/catalog-visibility-options/
Thanks.
Hi @webtoffee,
Thanks for your quick reply.
Does this free version plugin imports variable products.
Thanks.
Forum: Themes and Templates
In reply to: [GeneratePress] How to control single post image heightDear @leohsiang,
Thank you so much for your help.
The filter example perfectly works for me.
Once again Thanks.
Dear @sygnoossupport,
Thank you so much.
Hi @sygnoossupport,
Thanks for quick reply.
I’m not proficient in javascript.
Can you elaborate and tell me how to do this.
Thanks.
Hi,
I have same issue.
I’m using latest version.
How to fix this issue?
Thanks.
Forum: Plugins
In reply to: [Zoho CRM Lead Magnet] Contact Form 7Hi,
My issue is that data received in Zoho CRM, but contact form shows an error message. Also I’m not getting an mail to my mail id.
Any suggestion.
Thanks
Forum: Plugins
In reply to: [Lead Form Data Collection to CRM] Please Verify Username and PasswordHi,
Problem solved.
Nice and simple plugin.
Thanks.
Hi,
I face same issue. User does not redirect to specific URL after login.
Any suggestion will help a lot.
Thanks
- This reply was modified 7 years, 11 months ago by pradeepphule.