-
AuthorPosts
-
September 18, 2013 at 6:40 pm #163076
Hello,
On my site http://rerral.com the styles tab doesn’t seem to be working at all. I have been trying to change the alternative color and a few other little bits. I have cleared the cache on both my caching plugin and on browser, tried different computer and mobile devices but still no changes.
I am running Enfold as child theme so there could be an issue there. The set up is:
enfold-child theme as provided by Kriesi on a child theme video.
Then within the child theme I have copied over the style.css (which is still empty), the CSS folder and functions.php.Not really sure what the problem could be but any help is greatly appreciated, even if it just pointing me to where I can change the style manually.
Thanks :)
September 18, 2013 at 6:46 pm #163078Hi Torlock,
You don’t need to copy over the css folder since you aren’t registering those files in the child theme.
Go to your uploads folder and look for the avia folder that theme has created. Make sure its chmod settings are at least 755 and the files inside of it as well (should be enfold.css).
That is the file the theme writes to when you modify the settings in the style tab.
Regards,
Devin
September 18, 2013 at 7:09 pm #163090Hello Devin
Thanks for the help, I have deleted the CSS folder from the child theme and changed all the permissions to 755 as mentioned. I then saved the style changes and cleared the cache but still no changes.
Also, I don’t know if it is relevant by within the dynamic_avia folder in uploads there is enfold.css, enfold-child.css and index.php.
Also 755 unchecks writing permissions for group and public is this correct?
Thanks :)
September 19, 2013 at 3:35 am #163289Hey!
I tested this on my end using a child theme and the Styling tabs works ok. Have you tried selecting a “predefined color scheme”? See if it works.
Regards,
IsmaelSeptember 19, 2013 at 12:59 pm #163551Hello there.
I just tried a predefined color scheme however that still doesn’t seem to work. The only that seems to work when changed is the box or stretched layout but no styling.
Thanks
September 20, 2013 at 4:28 am #163896Try changing the enfold-child.css file to 777 permissions and see if it works then.
September 23, 2013 at 10:09 pm #165315Hi, thanks for the suggestion but unfortunately this doesn’t work either.
September 24, 2013 at 4:13 am #165440Hey!
Can you please list specific elements that you want to change? What version of Enfold do you have? Please deactivate all plugins.
Regards,
IsmaelSeptember 24, 2013 at 2:28 pm #165638Hello,
I am using version 2.1.
I just deactivated all plugins but the styles still didn’t work.
And I wish to change the primary & highlight colors for the header, main content and alternate content.
September 25, 2013 at 7:10 am #165951Try checking with your hosting provider and see if they can assist in just checking the permissions for the css files in the avia uploads folder in your uploads. I’ve seen this happen before when the child theme gets a weird admin/super user permissions so its worth a quick check.
September 25, 2013 at 12:51 pm #166036Hi there,
I shall do this but unfortunately my hosting provider is not exactly renowned for great service. Could you possibly point me in the direct off how to change these styles manually as a tempory fix?
i.e. the css for changing the primary & highlight colors for the header, main content and alternate,
This would be of great help.
Thanks
September 26, 2013 at 3:22 am #166373Hello!
You can add the following on the Quick CSS or custom.css:
1.) Header
.header_color .header_bg { background: red; color: white; }
2.) Main Content
.main_color { background: gray; }
3.) Alternate
.alternate_color { background: blue; }
Best regards,
IsmaelSeptember 29, 2013 at 2:44 pm #167825Hello thanks for the codes but i’m looking to change the primary and highlight colors for bold fonts/links and so on· For instance the green on the search button or the green when you hover over an image.
-
AuthorPosts
- The topic ‘Styles tab not working child theme.’ is closed to new replies.