- Posts: 3
- Thank you received: 0
Template admin corrupted after change
-
atrfede
Inactive member - Topic Author
- New Member
Less
More
12 years 4 days ago #24050
by atrfede
Template admin corrupted after change was created by atrfede
Hi there,
After changing the menu typo to 'Rufina' and saving, the admin section of the template appears like the attached image.
Same in 3 browsers (Firefox, GC, IE)
I wouldn´t mind to reinstall as I´ve only worked in the site for 15 mins, but I wouldn´t this to happen on a later stage of the project again.
Kindest regards,
After changing the menu typo to 'Rufina' and saving, the admin section of the template appears like the attached image.
Same in 3 browsers (Firefox, GC, IE)
I wouldn´t mind to reinstall as I´ve only worked in the site for 15 mins, but I wouldn´t this to happen on a later stage of the project again.
Kindest regards,
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 days ago #24058
by ivan.milic
Replied by ivan.milic on topic Template admin corrupted after change
Best if you could send us access via "Report To Moderator" so we could inspect
Please Log in to join the conversation.
-
kennedyronald
Inactive member - Member
Less
More
- Posts: 21
- Thank you received: 0
11 years 11 months ago #24445
by kennedyronald
Replied by kennedyronald on topic Template admin corrupted after change
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24452
by ivan.milic
Replied by ivan.milic on topic Template admin corrupted after change
Best if you could send us access via "Report To Moderator" so we could inspect.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24454
by ivan.milic
Replied by ivan.milic on topic Template admin corrupted after change
Open
templates\hot_one_page\elements\menucfg.php
line 719:
var vals = '<?php echo $this->value; ?>'.split('&');
change to:
var vals = <?php echo json_encode($this->value); ?>.split('&');
templates\hot_one_page\elements\menucfg.php
line 719:
var vals = '<?php echo $this->value; ?>'.split('&');
change to:
var vals = <?php echo json_encode($this->value); ?>.split('&');
Please Log in to join the conversation.
-
kennedyronald
Inactive member - Member
Less
More
- Posts: 21
- Thank you received: 0
11 years 11 months ago #24475
by kennedyronald
Replied by kennedyronald on topic Template admin corrupted after change
Thanks for the quick reply, works now Cheers!
Please Log in to join the conversation.
Time to create page: 0.173 seconds