Tagged: general styling
-
AuthorPosts
-
April 29, 2014 at 4:44 pm #257714
Hi,
I bought your theme only when I want to change hover colors and other colors in general styling, i dont see the changes getting through in my website.
what do I need to do…?
thx
Barry
April 29, 2014 at 7:36 pm #257822Hey barryth!
If you are using any kind of caching plugin try clear its cache (either server side or with a WP plugin.
Best regards,
DevinApril 29, 2014 at 7:47 pm #257830Hi Devin,
Thanks for you answer,
Could you plz elobarate on that. Im new to WordPress and havnt installed any plugin except the enfold theme. Could reinstalling the theme be an idea?
Barry
April 29, 2014 at 7:48 pm #257831You could try that in case there was an issue yes. What method are you using right now to change the colors on your site? Maybe there is an issue there as well.
April 29, 2014 at 7:50 pm #257833What I m doing is that I want to change the theme colors in general styling while pressing save changes, and nothing changes on the website..
April 29, 2014 at 9:58 pm #257912Sounds like the themes dynamic stylesheet isn’t able to get saved. If that is the case its a matter of changing the chmod permissions on the folder and file in your wp-content folder for uploads>dynamic_avia to 776 as well as the file inside of it. If you aren’t familiar with changing folder permissions your hosting provider should be able to assist.
April 30, 2014 at 1:45 pm #258263Hi Devin,
Ive reinstalled the theme, and set the permissions to 776, however the dynamic folder does change back to 777 when I enter wp content again..
I still cannot make any color/font/hover etc changes in general styling..
What can I do to fix this..
Thx for your help..
Barry
May 1, 2014 at 6:19 pm #258997Hi Dev or other Mod,
you guys are probably busy busy, only,
could you plz reply.. iv bought the theme and cant make any changes whatsover in the layout in general styling which makes the buy kinda useless for me. Ive also set the other one on 776 now in collaboration with my hosting.
Ive no problem whatsover to send my login details in private so you guys can check it out yourselves…
kind regards
barry
May 1, 2014 at 6:20 pm #258998iv also deactivated my plugins en and reinstalled the theme..
May 2, 2014 at 5:01 am #259186Hi!
We’re sorry for the delay.
Please post the login details here and set it as a private reply. We would like to check it. Make sure that you’re running the latest version of the theme and that all plugins are deactivated if possible.
Best regards,
IsmaelMay 2, 2014 at 12:13 pm #259336This reply has been marked as private.May 5, 2014 at 9:35 pm #260462Hey!
You will need to talk to your hosting provider about correcting the permissions on your installation. Specifically your uploads folder isn’t able to be accessed publicly and in order for WordPress to work that needs to be changed.
Best regards,
DevinMay 5, 2014 at 10:19 pm #260479This reply has been marked as private.May 7, 2014 at 8:33 am #261188Hey!
I fixed the problem by inserting this code into the functions.php file:
global $avia; $avia_safe_name = avia_backend_safe_string($avia->base_data['prefix']); update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, 'false' ); update_option( 'avia_stylesheet_exists'.$avia_safe_name, 'false' );
I added it to the very bottom of enfold/functions.php. You can also place it into the child theme functions.php file.
Cheers!
PeterMay 7, 2014 at 10:42 am #261228Hi Guys,
i appreciatle you guys for helping consistently and fixing the problem.
Barry
-
AuthorPosts
- The topic ‘General styling does not work’ is closed to new replies.