mavicity
Forum Replies Created
-
Forum: Reviews
In reply to: [Asset CleanUp: Page Speed Booster] Very good pluginThank you Gabe, Asset CleanUp is also very good plugin.
I am in same trouble and problem after I’ve changed the HTTPS detection settings. I’ve tried all above mentioned possibilities but anyway I couldn’t login to my admin panel.
- This reply was modified 9 years, 1 month ago by mavicity.
Forum: Plugins
In reply to: Broken layout with SSL Access after updated to WP 4.5I found the solution, I had made a change in the functions.php from http to https passing ;
} elseif ( isset($_SERVER[‘SERVER_PORT’]) && ( ‘443’ == $_SERVER[‘SERVER_PORT’] ) ) {
return true;
}
return false ; ( false was removed and true was written for https )But after updating wordpress 4.5 new functions.php was re-writed over corrected functions.php and my web site’s design and https results was broken.
After I corrected functions.php the problem was solved. :))
Sorry for taking time.
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] WordPress 4.5After I updated WP 4.5 my web site started not to open properly. Accessing https:// results in the broken layout, while http:// (non SSL) works fine. Browsers don’t load non SSL resources (like full URL styles and images) when the page accessed via https://.
I’m using ssl-insecure-content-fixer and I had no any problem before upgrade to WP 4.5. How can I solve this problem?
Thanks,
SevinHi csonnek,
Many thanks for yr kind reply, I’ll try again check off and fixed it.
Forum: Themes and Templates
In reply to: [Mantra] Where is the mantra settings?Sorry I found the solution at another topic. There is a plugin to solve the wordpress version problem with the Theme settings.
Mantra settings came back with this plugin.
Forum: Themes and Templates
In reply to: [Mantra] Where is the mantra settings?I wonder also where is the Mantra Settings. May we hope it will back?