This topic has 17 replies, 3 voices, and was last updated 9 years by Ziels’Opdracht.
-
Author
Tagged: Styling Options Color
-
August 17, 2015 at 20:35 #73461Derek WestParticipant
When I change the color of the theme in the styling options and click “save & publish”, the colors do not show up on the site. I was able to change other things and they would show up on the site so everything else seems to be working fine on theme customization.
August 17, 2015 at 20:44 #73462sharmstrModeratorTry this in your child theme’s functions.php file
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
August 17, 2015 at 20:59 #73464Derek WestParticipantHow do I do that? I know very little about coding sorry.
August 17, 2015 at 22:29 #73478sharmstrModeratorHere’s the codex on it: https://codex.wordpress.org/Child_Themes#Using_functions.php
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
August 18, 2015 at 01:01 #73500sharmstrModeratorWhat part are you having problems with? All you need to do is add the code I’ve given you to the functions.php file in /kleo-child/. Do you have your child theme enabled?
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
August 18, 2015 at 18:41 #73606Derek WestParticipantGot it. I just needed a basic explanation of how to do it like you put in your last post. Thank you for the good support/quick response times.
August 19, 2015 at 03:47 #73684Derek WestParticipantI inserted the code you gave me into the functions.php file under kleo-child and it worked and let me change the colors and then all of the sudden it stopped working. I deleted all of the Kleo files and redownloaded them to see if that would fix it and it did not. I did add the code to the redownloaded set of files so that’s not the issue. I have no idea how to fix this.
August 19, 2015 at 13:50 #73702sharmstrModeratorDo you have a CDN or caching in place?
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
August 19, 2015 at 18:52 #73763sharmstrModeratorTalk to your hosting company. Its different for each host.
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
August 19, 2015 at 19:05 #73766sharmstrModeratorThat doesnt help. Again, talk to them. Although it sounds Kleo related, its not. If your hosting/server caches information so it can load pages faster, then it will load and old copy of the styles file. Please, speak with them.
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
August 19, 2015 at 19:47 #73788sharmstrModerator🙂
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 15, 2015 at 13:27 #77778Ziels’OpdrachtParticipantHi there,
I am having a similare/same problem.
When changing the styling options it does not translate the made changes to the front end, it even has very different output’s.I have no caching; did a plugin conflict testing. I am running the site on https:// but this should not be a problem. I am going to try to add the code to the function.php with hopes of this making it work.
Kind regards,
IsidoreSeptember 15, 2015 at 14:32 #77790Ziels’OpdrachtParticipantYep..inserting the code in function.php that allowed me to make the needed changes!
Just out of curiosity.. with the next update is this code going to give any issues with the styling?September 16, 2015 at 23:19 #78124Ziels’OpdrachtParticipantHi there,
Me again. Seriously weird.
I have updated to the latest Kleo and all looked fine. Working on the website some more. I am checking out to see if a plugin is working to my liking and while browsing through the Buddypress areas the theme styling again changed back to half mine/half kleo standard.I still have the previously mentioned code in my function.php and removed it to see if that was the issue. To no avail. The plugin activated (bbp topic support) was turned of and that didn’t change the stling back either.
So the above solution did not fix my problem; it just worked temporarily!! I think another topic of mine is also related.
Would really love to have this fixed, because I can’t be having a theme that spooks itself into theme styling options it wants, whenever it wants it to.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.