cjabaley 0 Report post Posted September 21, 2012 Whoops, title should read 2.3... Every few updates we seem to run into a mixed content SSL issue with the Wordpress SSL plugin. This time it's with: wp-content/themes/pagelines/fonts/plfont-regular.woff wp-content/themes/pagelines/fonts/plfont-regular.ttf wp-content/themes/pagelines/fonts/plfont-regular.svg wp-content/themes/pagelines/images/[email protected] I attempted add_action( 'pl_force_ssl', '__return_true' );[/code] in functions.php, which hasn't resolved the issue. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted September 21, 2012 Hi, Which functions.php file did you add this to? Also, you have to save you options to rebuild the CSS. So can you go to Website Options > Layout and click Save Settings and see if that resolves your issue. Please search our forums, before posting! Share this post Link to post Share on other sites
Simon 248 Report post Posted September 28, 2012 pl_force_ssl only makes the googlefonts and the main css file a https url not http. We dont support 'the Wordpress SSL plugin' and I doubt WordPress do either, is it a 3rd party plugin? If Wordpress is set to use SSL then everything is SSL, the problems arise when you chose to us a 3rd party plugin to force one page to be SSL, and this problem will occur with every wp theme/framework. Anyway having said that we do provide a filter, and a quick search of the forum ( top right of the forum btw ) reveals the following thread where i provided a solution: http://www.pagelines.com/forum/topic/20593-https-issue/page__hl__pl_force_ssl#entry120071 Share this post Link to post Share on other sites