Jump to content
cjabaley

SSL mixed use and 3.4.2

Recommended Posts

cjabaley

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×