Not able to save setting

Responsive Joomla events template to create conference, festival and other big-name event website.
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 Sep 08, 2014 10:30 pm
Reply with quote
Report this post
When i'm in theme features, after enable or disable a certain features i am not able to save it. every time i go back it's back to its normal setting. Any idea why is doing that. not saving? thanks

Jabb
User avatar
Fresh Boarder

GK User
Wed Sep 10, 2014 7:15 am
Reply with quote
Report this post
Hello,

If you are using Joomla! 3.3 the issue was described a lot of times - my solution is available here: https://www.gavick.com/forums/news/unab ... is#p192823
User avatar
Administrator

GK User
Sun Sep 14, 2014 7:35 pm
Reply with quote
Report this post
forgot to mention, i am using wordpress not Joomla, any advice on wordpress
User avatar
Fresh Boarder

GK User
Mon Sep 15, 2014 7:26 am
Reply with quote
Report this post
In this case please upgrade your theme to the newest version or please use the following fix:

1) Please open file js/back-end/template.options.js in the theme directory

2) Please replace the following fragment:

Code: Select all
var tempField = jQuery('*[data-name=' + usedField + ']');

to:
Code: Select all
var tempField = jQuery('*[data-name="' + usedField + '"]');


3) Please replace the following fragment:

Code: Select all
field = jQuery('*[data-name=' + dependsFrom[j].field + ']');


to:

Code: Select all
field = jQuery('*[data-name="' + dependsFrom[j].field + '"]');


4) Please refresh your browser cache to make sure that your browser is loading an updated version of the modified file in the back-end.
User avatar
Administrator


cron