pdennis33
Forum Replies Created
-
We had a very similar experience at almost the same exact time. I feel for you and wish I’d have known before I bought!
Forum: Plugins
In reply to: [Frontend Dashboard] Error when installed with S2MemberWonderful it worked! Thanks a lot! Here’s the full solution in this case:
- I had both S2Member and Frontend Dashboard activated, and the site would not load
- I logged into my files via FTP and renamed the Frontend Dashboard folder
- I refreshed my site and loaded the plugins page so it would deactivate Frontend Dashboard
- I deactivated S2Member Framework from the Plugins page
- I renamed Frontend Dashboard folder in FTP files and refreshed the Plugins page and Activated it again
- I went into the Login->Settings as you said and the Login Page URL was set to a custom page
- I changed it to Let it be default
- I activated S2Member and it now works!
Thanks again!
Forum: Plugins
In reply to: [Frontend Dashboard] Error when installed with S2MemberHey, yes that’s what I meant. Separately I think they work fine, but when they are both activated, the site won’t load any pages. Please let me know if you need me to check anything. Thank you!
Forum: Reviews
In reply to: [Product Size Chart for Woocommerce] Chart SizeSee my reply to Alan555 above your comment. It’s not an official fix and I’m not affiliated to the actual developer at all, just a developer who wanted to fix this on my own site ??
Forum: Reviews
In reply to: [Product Size Chart for Woocommerce] Excellent but needs a fixI agree. I actually fixed this myself and I’ll tell everyone how if you’re comfortable with FTP and using a file editor like Notepad or I prefer Notepad++. Use an FTP program to download the file productsize-chart-contents.php in the productsize-chart-for-woocommerce\public\includes directory. Now search for the code that says
if($assets['chart-2']): $title2=$assets['chart-2'][0]['chart-title-1'];
change this to the following:
if($assets['chart-2']): $title=$assets['chart-2'][0]['chart-title-1'];
I’m not 100% sure if this will work in all cases since I’m not the developer of the plugin, but it works for me and I hope it will work for you. If the plugin is updated it will overwrite this change, but hopefully the update will be to fix this, so it won’t matter. Hope it helps you!
- This reply was modified 8 years ago by pdennis33. Reason: Placed the first code paragraph on its own line