developerlaju
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link to product variationThanks Steve
I didn’t know about that.Forum: Fixing WordPress
In reply to: Link to product variationForum: Fixing WordPress
In reply to: Link to product variationYou can change your cart page with checkout page on woocommerce
Try this
https://learnwoo.com/skip-cart-page-redirect-checkout-page-woocommerce/Let me know if it is fixed.
Forum: Developing with WordPress
In reply to: add_filter not working inside of pluginForum: Fixing WordPress
In reply to: how do i control the automatic h1 tagsShare your website URL please
Forum: Fixing WordPress
In reply to: Logout issueLet me know if this is working 🙂
Forum: Fixing WordPress
In reply to: Logout issue//Add this code in your child theme function.php
add_filter(‘auth_cookie_expiration’,’pt_stay_logged_in_for_2_months’);
function pt_stay_logged_in_for_2_months($expire){
return 5270400;// 2 Months in seconds
}`Forum: Fixing WordPress
In reply to: Logout issueHi eye
Is your user or you need to log in again and again?
Is it the WordPress dashboard or your user account?Forum: Fixing WordPress
In reply to: video is not showing in mobileIf you using any page builder then you have to check “show on mobile” from your page builder advanced section
Forum: Fixing WordPress
In reply to: video is not showing in mobileHi lelitli
Actually, I can’t find your video source. How you load your video let me know.Thanks
Laju- This reply was modified 4 years, 3 months ago by developerlaju.
Forum: Fixing WordPress
In reply to: WordPress Fatal error1. First of all check your database, theme root folder. make sure both are the same directory name.
It happened to poor security.
let me know if you find your solution
Thanks
Laju