After force SSL on joomla global settings is site broken
Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
- GK User
- Mon Oct 13, 2014 9:35 am
Please help, we will use ssl mode on our site, but after force SSl settings on joomla global settings is the site broken... maybe template work not with SSL, or other customizing is to do?
http://www.bazenyasauny.sk
Thank you for your efforts in advance
mike
http://www.bazenyasauny.sk
Thank you for your efforts in advance
mike
-
- Fresh Boarder
- GK User
- Mon Oct 13, 2014 10:59 am
Hello,
Please try to open the following file: gk_yourshop/lib/gk.framework.php and change fragment:
to:
Please try to open the following file: gk_yourshop/lib/gk.framework.php and change fragment:
- Code: Select all
public function URLtemplate() {
return JURI::base() . "templates/" . $this->API->template;
}
to:
- Code: Select all
public function URLtemplate() {
return str_replace('http://', '//', JURI::base() . "templates/" . $this->API->template);
}
-
- Administrator
- GK User
- Tue Dec 09, 2014 3:19 am
Ive tried this on my site (University) and could not find the first code... any help would be greatly appreciated.
-
- Junior Boarder
- GK User
- Tue Dec 09, 2014 8:06 am
@markrecny - yourshop uses older version of our framework. In the University template you will find the mentioned code under the templates/gk_university/lib/framework/helper.api.php file.
-
- Administrator
4 posts
• Page 1 of 1