-
Author
Tagged: kleo, Theme options
-
June 17, 2015 at 14:34 #63408sayweeParticipant
hi there,
this really starts to become annoying:
some changes i did in the theme options work, most of them not, some after several “save & refresh”.changing google fonts does not work at all.
changing colors in styling options i tried almost a hundred times. no intended change.
where can i change top bar background color and link/icon color? only possible by editing css in child theme?i bought this theme because of its community enhancement, but basic functions which i know from many other themes are not convincing at all.
would need support – urgent!
thank you, saywee
June 17, 2015 at 16:41 #63481sharmstrModeratorDoes your host have caching enabled? I’ve tried adding code to your childs functions.php which I know for a fact works and its completely ignoring it.
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
June 17, 2015 at 17:04 #63490sayweeParticipanthello sharmstr,
thx for your reply!
i forwarded this issue to the provider.
but how could it be that some parts are editable, some not – despite possible caching problems?best, saywee
June 17, 2015 at 17:10 #63493sharmstrModeratorThere is an update coming that allows you to disable ajax saving of theme options that isnt working on some hosts. I’m thinking this is the issue. But when I add the code to disable ajax saving of the options in the child theme, it isnt working.
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
June 17, 2015 at 17:13 #63494sayweeParticipantdo you know when this update will be released?
best, saywee
June 17, 2015 at 17:26 #63495sharmstrModeratorDo me a favor, go to /kleo/lib/options.php and make the following changes
around line 33: Change this
COPY CODE$args['ajax_save'] = true;
to this
COPY CODE$args['ajax_save'] = apply_filters( 'kleo_theme_options_ajax', true );
I’m still not positive that this will fix the overall issue, but I want to rule it out.
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
June 17, 2015 at 17:31 #63496sayweeParticipantdone that. unfortunately you were right, damn.
never had such a problem before, also using the same provider …
hope to get info by the provider soon.best, saywee
June 17, 2015 at 17:31 #63497sharmstrModeratorIt looks like its working now. Before when I changed the text color to red, it didnt change. Now it has.
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
June 17, 2015 at 17:46 #63499sayweeParticipantwait a sec …
it worked once on my side. after adding some other changes it stayed the same. any other ideas how to force the system enabling the changes?best, saywee
June 17, 2015 at 17:58 #63504sharmstrModeratorCan you be specific about the changes. I was in there too so maybe my changes blew yours away.
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
June 17, 2015 at 18:01 #63505sayweeParticipantyou blew me away 🙂
thanks for your great support!
best, saywee
June 17, 2015 at 18:06 #63506sharmstrModeratorokay I’m out now.
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
September 25, 2015 at 21:28 #79528sarahmcb3ParticipantHi, I’m having the same issue as described above for my site (www.thepowerofprinciples.com). In particular, I’m trying to change the link colors. My changes save in Theme Options for Header and Main but they are not reflected on my site. I verified the ajax code above is in my options.php file (it was already like that; I didn’t change the code).
Can you help?
February 17, 2016 at 23:45 #104441BricepParticipantHello
I’m having the same issue, Kleo child / Version 3.1 /Multisite. for 2 different clients
Changes in theme options are not displayed immediately in the front End, we have to wait 5 – 10 minutes. We have no cache plugin on the sites. I’m working with Chrome when I am connected in WP, but even if I check in Safari and Firefox, the pages are not updated with the saved options.
Any idea ?Thanks a lot !
Alex 🙂
February 18, 2016 at 13:17 #104695sharmstrModeratorHey Alex,
To explain how this works, the style specific theme options are saved to a file called dynamic.css. So, if your site is taking 5-10 mins to show the changes one of two things can be happening.
1 – Most likely a caching issue. I know you say that you dont have caching enabled, but that doesnt mean your hosting company doesnt.
2 – It could be that your server is taking a long time to write the css file. I doubt this is the problem.
FTP to your sever and note the date/time stamp on the dynamic.css file located at /wp-content/custom_styles/. Save your theme options, then refresh the /wp-content/custom_styles/ view until the date/timestamp changes. This will tell you how long its taking to write the 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 23, 2016 at 12:50 #105874BricepParticipantHi
You were right, it is a cache issue from the hosting. I think I will have to modify it in the htaccess.
I have another question concerning the child theme and how to enqueue the parent-child theme stylesheets : Which css files do I have to add in function.php of the child ?
I was surprised to see that function.php of your child theme was empty and I don’t want to forget a style file.Thanks!
Alex
February 23, 2016 at 13:48 #105880sharmstrModeratorWhy are you surprised? They are added by default. That’s how it works.
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 23, 2016 at 15:38 #105927BricepParticipantI think I misunderstand something 🙂
Do you mean that css files of the theme are added by default without having to add them in function.php as required in the WP codex? Or do I have to add them?
In this case, I just want to know which files must be added in function.php, because I know that your theme has several css files (not only style.css) but which ones exactly?February 23, 2016 at 15:49 #105931sharmstrModeratorThey are already added. No need to add anything.
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 ‘KLEO’ is closed to new topics and replies.