-
Author
Tagged: Theme options not executing
-
July 17, 2015 at 00:09 #68633Oli7erParticipant
Hey,
Below are the login details for an admin account so you can login to my website dashboard via https://www.ojz1.com/wp-admin.
Username: 7thqueen
Password: Adminaccess6924Problems;
Changed the main canvas colour to dark in the theme options, no change, it is still white.
Changed the layout to “boxed”, applied my background and no change, still white and plain.Seems like a lot of the theme options are not changing accordingly as I apply them. Or its just me being a newbie :P.
Thanks for your help,
Oli7er.
July 17, 2015 at 02:56 #68644sharmstrModeratorAdd this to your child theme’s functions.php file. Refresh the options page and try saving again.
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
July 17, 2015 at 19:44 #68768Oli7erParticipantThat piece of code has ruined the website even more.
July 17, 2015 at 19:46 #68770Oli7erParticipant“my custom functions” plugin had code that a developer did for me. And now that has dissapeared as soon as i added your code.
July 17, 2015 at 19:49 #68771Oli7erParticipantUPDATE: Removed the my custom functions plugin, added your piece of code to the functions.php file and updated. Reset the colour settings in theme options and nothing has changed. Purged the cache + deleted cookies and still no change.
July 17, 2015 at 20:01 #68773sharmstrModeratorNeed admin access
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
July 17, 2015 at 20:15 #68775Oli7erParticipantEverything is fixed regarding theme changes, background etc so thankyou for the fix.
Last thing, when you go on a users profile page, say the user has a message or something, theres a little circle with the number of messages in the corner of the icon (uploaded attachments).
How do I change the colour of this from white to something else?
Thankyou!
Attachments:
You must be logged in to view attached files.July 17, 2015 at 20:16 #68777Oli7erParticipantAlso, while im asking, how do I have a highlight button in the menu. For instance you have a “buy now” button in blue. What is the CSS class to do that aswell? I couldn’t find it in the theme documentation.
July 17, 2015 at 21:13 #68779sharmstrModerator.responsive-tabs>li span {
background-color: #fff !important;
}please search, its been asked and answered.
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
July 17, 2015 at 21:40 #68780Oli7erParticipantIs that code for the menu question or the buddypress notifications questions?
July 17, 2015 at 21:51 #68781Oli7erParticipantParse error: syntax error, unexpected ‘.’ in /home2/ojz/public_html/wp-content/themes/oli7er/functions.php on line 18
Error I get with above code in my child theme functions php
July 18, 2015 at 16:40 #68849sharmstrModeratorThat code is css. Its goes in theme options > general > quick css
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
July 19, 2015 at 02:26 #68880playdoe1016ParticipantI’m having problems with the theme options as well, my problem is when I change something and go to save settings the page just goes dim and nothing happens. Once I refresh the page nothing has changed, any solutions?
July 19, 2015 at 02:45 #68882Oli7erParticipantI never had that problem but adding the code to the child theme functions works ^^ I have no problems in my theme now.
July 19, 2015 at 04:37 #68891sharmstrModeratorWhat they said.
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
July 19, 2015 at 05:09 #68900playdoe1016ParticipantI add code to the child theme with no problems, but I was trying to do something simple like change my logo without doing anything extra by just going to Theme Options > general settings > and changing it but once I press save settings it just goes dim and nothing happens, I guess I will troubleshoot a little more and make sure none of my plugins is the issue, thanks for the reply
September 11, 2015 at 20:04 #77231k_grinderParticipantAny solution to this problem. Since I updated to 3.0.7 I can’t save Theme Options. As others have described, I click Save Changes on something like changing which header I want and theme section goes dim and nothing happens or saves after that. I can still go to other parts of WordPress, but my changes didn’t save.
I don’t have a child theme, but I changed the functions.php to have this code: add_filter( ‘kleo_theme_options_ajax’, ‘__return_false’ ); That didn’t do anything. Fix the problem or create any propblems.
Help please.
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.