-
Author
-
February 13, 2016 at 03:25 #103655nemusicParticipant
Hi, when i try to update the “social info” fields it won’t save and stays stuck on “saved changes” timer and wont update.
Theme options > Social info > Your twitter link or facebook link etc..
I have attached a screenshot to see what the problem is. I don’t understand why it wont let me change the fields.
THANKS PAUL
February 13, 2016 at 16:03 #103698sharmstrModeratorPut this in your child theme’s functions.php file. Then refresh your options page, make your changes and try saving.
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 16:44 #103708nemusicParticipantwhen you say “child theme” why is there two different themes? Im currently using the Kleo theme at the moment and i don’t understand why there’s two versions?
Screen shot attached. Thank you for getting back to me
Paul
Attachments:
You must be logged in to view attached files.February 13, 2016 at 16:47 #103713sharmstrModeratorThe child theme is used to override the parent theme so any changes wont be overwritten during upgrades. Read all about it here: https://codex.wordpress.org/Child_Themes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 16:48 #103714sharmstrModeratorYou may want to read this too: http://sharmstr.com/saving-importing-and-exporting-kleo-settings/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 19:53 #103757nemusicParticipantOk i now kind of understand the child theme situation but the innitial problem is still happening.
“Hi, when i try to update the “social info” fields it won’t save and stays stuck on “saved changes” timer and wont update.
Theme options > Social info > Your twitter link or facebook link etc..
I have attached a screenshot to see what the problem is. I don’t understand why it wont let me change the fields.
Can we get this fixed?
Thanks
PaulAttachments:
You must be logged in to view attached files.February 13, 2016 at 19:58 #103761sharmstrModeratorDid you enable the child theme and put the code I gave you in the functions.php file?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 20:08 #103764nemusicParticipantAnd to clarify, do i go website active with kleo or kleo child?
February 13, 2016 at 20:10 #103765sharmstrModeratorIf you’re going to make changes, you need to enable the Kleo Child theme and leave it that way. All changes go in the kleo-child directory.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 20:13 #103766nemusicParticipantSorry, clash of communication here. How would i access this functions.php file?
February 13, 2016 at 20:21 #103768sharmstrModeratorftp or your cpanel
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 20:25 #103769nemusicParticipantSo for example; I’m now running my “kleo child” website and there’s an update!
Do I update the child theme then copy the import/export data from the kleo theme??
February 13, 2016 at 22:07 #103781sharmstrModeratorUpdates apply to the parent theme, not the child theme. You dont change themes to update. Just update. This is not specific to Kleo. This is specific to WP. There is s a wealth of information on setting up, using and administrating WP. You should read up on it if you plan on administrating a site. It will save you a ton of headaches if you understand the platform.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 13, 2016 at 22:36 #103784sharmstrModeratorWere you able to add the code I gave you? Did it solve the saving issue?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 14, 2016 at 10:49 #103813nemusicParticipantdo I add the code In the header?
add_filter( ‘kleo_theme_options_ajax’, ‘__return_false’ );
February 14, 2016 at 10:53 #103814nemusicParticipantI added the code in functions.php and it still doesn’t work?
screenshot attached
Attachments:
You must be logged in to view attached files.February 14, 2016 at 14:15 #103821sharmstrModeratorLooks like you put it in /kleo/functions.php. Enable the child theme and put it in /kleo-child/functions.php. If that doesnt work, disable all plugins and try saving again. If that works, enable each plugin one-by-one until it doesnt work again. If it doesnt work, respond privately with admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 14, 2016 at 17:16 #103848nemusicParticipantNo it still doesnt work after trying all the above.
Should i send you private message with admin login details?
February 14, 2016 at 17:24 #103849sharmstrModeratorRespond privately with admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 15, 2016 at 14:28 #103953sharmstrModeratorIf you have Disable the visual editor when editing enabled in your profile, it will cause a jquery error in Theme Options. I’ve disabled that option in your profile and you can save theme options now.
https://github.com/reduxframework/redux-framework/issues/2677
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 15, 2016 at 14:58 #103961nemusicParticipantFantastic, all working fine now 🙂
Thank you very much for your help and advice
Thanks again
PaulFebruary 15, 2016 at 15:16 #103963sharmstrModeratorI had to google that solution. LOL 🙂
Anyhow, I just tested on Kleo 4.0 and it appears to be fixed. You can try enabling it again after Kleo 4.0 is released.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.