Random style

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jul 14, 2014 6:11 pm
Reply with quote
Report this post
There are 6 different color styles in this template, but admin choose one - default. How can I change settings to make default style as random?
User avatar
Fresh Boarder

GK User
Mon Jul 14, 2014 7:16 pm
Reply with quote
Report this post
There is no such possibility.
If you know php and would like to make random hardcoded, this file:
Code: Select all
templates/gk_creativity/layouts/blocks/head.php

is the one you search for, and the colour style is loaded by this line:
Code: Select all
$this->API->addCSS($this->API->URLtemplate() . '/css/style'.$template_style.'.css');
User avatar
Moderator

GK User
Mon Jul 21, 2014 3:16 am
Reply with quote
Report this post
So, if am I right, it's enough to put in this line some random, and all cookie matters is not important?
User avatar
Fresh Boarder

GK User
Mon Jul 21, 2014 11:15 am
Reply with quote
Report this post
Exactly
User avatar
Moderator

GK User
Mon Jul 21, 2014 3:20 pm
Reply with quote
Report this post
Thanks!
User avatar
Fresh Boarder

GK User
Tue Jul 22, 2014 11:06 am
Reply with quote
Report this post
No problem.
If you will have any other questions, feel free to post new forum threads - it allows us to answer you faster.
User avatar
Moderator


cron