- Posts: 6
- Thank you received: 0
Theme options not accessible after fnt change
-
kpg
Inactive member - Topic Author
- New Member
Less
More
11 years 7 months ago #29804
by kpg
Replied by kpg on topic Theme options not accessible after fnt change
Hi,
Thanks again for the respond. But i certainly did enter this snipet to the unforeseen parameter part. As i described in my first post. Otherwise it wouldn't work on all the other styles where i use the 'quicksand' font.
As i said in my first post. If i add the font to the menu font-family style parameter. The menu is showing correct. But all the theme options in the backend aren't anymore accessible.
So this must be a other bug.
Regards
Tobi
Thanks again for the respond. But i certainly did enter this snipet to the unforeseen parameter part. As i described in my first post. Otherwise it wouldn't work on all the other styles where i use the 'quicksand' font.
As i said in my first post. If i add the font to the menu font-family style parameter. The menu is showing correct. But all the theme options in the backend aren't anymore accessible.
So this must be a other bug.
Regards
Tobi
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29806
by ivan.milic
Replied by ivan.milic on topic Theme options not accessible after fnt change
Send us admin access using "Report To Moderator" and describe in detail how do we recreate problem
Please Log in to join the conversation.
-
kpg
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
11 years 7 months ago #29808
by kpg
Replied by kpg on topic Theme options not accessible after fnt change
Jep. Just did.
Thanks for respond
Thanks for respond
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29816
by ivan.milic
Replied by ivan.milic on topic Theme options not accessible after fnt change
open:
templates\hot_one_page\elements\menucfg.php
fint thi sline:
var vals = '<?php echo $this->value; ?>'.split('&');
replace it with:
var vals = <?php echo json_encode($this->value); ?>.split('&');
templates\hot_one_page\elements\menucfg.php
fint thi sline:
var vals = '<?php echo $this->value; ?>'.split('&');
replace it with:
var vals = <?php echo json_encode($this->value); ?>.split('&');
The following user(s) said Thank You: kpg
Please Log in to join the conversation.
-
kpg
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
11 years 7 months ago #29821
by kpg
Replied by kpg on topic Theme options not accessible after fnt change
Hi Support-Team,
Thanks for the quick help. The php changes did the job perfect.
Best Regards
Tobi
Thanks for the quick help. The php changes did the job perfect.
Best Regards
Tobi
Please Log in to join the conversation.
Time to create page: 0.123 seconds