- Posts: 14116
- Thank you received: 1639
Template manger : Edit Style not working
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
11 years 10 months ago #30225
by ivan.milic
Replied by ivan.milic on topic Template manger : Edit Style not working
replace:
\templates\hot_one_page\elements\menucfg.php with one in attachment.
\templates\hot_one_page\elements\menucfg.php with one in attachment.
Please Log in to join the conversation.
-
webdesignduo
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
11 years 10 months ago #30236
by webdesignduo
Replied by webdesignduo on topic Template manger : Edit Style not working
Thanks a lot, issue is now solved !
What was the problem?
What was the problem?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #30244
by ivan.milic
Replied by ivan.milic on topic Template manger : Edit Style not working
line 719, replaced:
var vals = "<?php echo $this->value; ?>".split("&");
with
var vals = <?php echo json_encode($this->value); ?>.split("&");
var vals = "<?php echo $this->value; ?>".split("&");
with
var vals = <?php echo json_encode($this->value); ?>.split("&");
The following user(s) said Thank You: webdesignduo
Please Log in to join the conversation.
Time to create page: 0.071 seconds