Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Please fix all the paths to make them SSL safe (http://forum.bytesforall.com/showthread.php?t=18726)

interfasys Oct 22, 2012 02:56 AM

Please fix all the paths to make them SSL safe
 
Not sure where to post this, but the theme still has lots of calls to $templateURI and $homeURL which break sites when they have secure pages.

So please replace all occurences of
PHP Code:

global $templateURI,  $homeURL

with
PHP Code:

$templateURI get_template_directory_uri();
$homeURL get_home_url(); 

for the next release :)

sober Nov 26, 2012 05:14 AM

Hi

I am trying to install SSL for my site that use atahualpa. Is 3.7.9 compatible with SSL by default or do I have to do anything to fix it. And if the above is a fix, where does it go, in config.php ?. I would really appreciate an answer from one of the moderators.

juggledad Nov 26, 2012 06:36 AM

1 Attachment(s)
try this, this is a beta version of 3.7.10 with the changes applied

sober Nov 26, 2012 12:37 PM

Hi Juggledad

Thanks for the beta file. Just curious, I saw SSL compatibility in the to do list for 3.6.X and was that not done ?. Thanks again

juggledad Nov 26, 2012 04:51 PM

Quote:

I saw SSL compatibility in the to do list for 3.6.X and was that not done
I guess not :p


All times are GMT -6. The time now is 03:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.