- Posts: 6
- Thank you received: 0
hot_bokeh - Standard
-
Huflatisch
Inactive member - Topic Author
- New Member
Less
More
10 years 5 months ago #40815
by Huflatisch
hot_bokeh - Standard was created by Huflatisch
Hallo
Wo kann ich einstellen das die Standartseite nicht die class "sparky_home" bekommt, sonder die class "sparky_inner"
cu
Huflatisch
Wo kann ich einstellen das die Standartseite nicht die class "sparky_home" bekommt, sonder die class "sparky_inner"
cu
Huflatisch
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40819
by ivan.milic
Replied by ivan.milic on topic hot_bokeh - Standard
Unfortunately I still did not attend German language course so please write your message in English.
Please Log in to join the conversation.
-
Huflatisch
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 5 months ago #40826
by Huflatisch
Replied by Huflatisch on topic hot_bokeh - Standard
Hey
my english is bad. I translate with goggle ....
Where can I set this not the class "sparky_home" gets the default page, the special class "sparky_inner"
similar problem as here www.hotjoomlatemplates.com/support-forum...tandard?limitstart=0
but could not solve it
thanks
cu
Huflatisch
my english is bad. I translate with goggle ....
Where can I set this not the class "sparky_home" gets the default page, the special class "sparky_inner"
similar problem as here www.hotjoomlatemplates.com/support-forum...tandard?limitstart=0
but could not solve it
thanks
cu
Huflatisch
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40830
by ivan.milic
Replied by ivan.milic on topic hot_bokeh - Standard
In index.php of template you will see condition, if you are not good wth coding just do find/replace all in index.php :
sparky_home
with
sparky_inner
sparky_home
with
sparky_inner
Please Log in to join the conversation.
-
Huflatisch
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
10 years 5 months ago #40839
by Huflatisch
Replied by Huflatisch on topic hot_bokeh - Standard
Hallo
Thank you
I have change
<?php $menu = JSite::getMenu(); ?>
<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>
to
<?php $menu = JSite::getMenu(); ?>
<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_inner"'; }else{ echo ' class="sparky_inner"'; } ?>>
it seems to work
cu
Huflatisch
Thank you
I have change
<?php $menu = JSite::getMenu(); ?>
<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_home"'; }else{ echo ' class="sparky_inner"'; } ?>>
to
<?php $menu = JSite::getMenu(); ?>
<body<?php if ($menu->getActive() == $menu->getDefault()) { echo ' class="sparky_inner"'; }else{ echo ' class="sparky_inner"'; } ?>>
it seems to work
cu
Huflatisch
Please Log in to join the conversation.
Time to create page: 0.156 seconds