Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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

    #257822

    Hey barryth!

    If you are using any kind of caching plugin try clear its cache (either server side or with a WP plugin.

    Best regards,
    Devin

    #257830

    Hi 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

    #257831

    You 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.

    #257833

    What 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..

    #257912

    Sounds 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.

    #258263

    Hi 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

    #258997

    Hi 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

    #258998

    iv also deactivated my plugins en and reinstalled the theme..

    #259186

    Hi!

    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,
    Ismael

    #259336
    This reply has been marked as private.
    #260462

    Hey!

    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,
    Devin

    #260479
    This reply has been marked as private.
    #261188

    Hey!

    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!
    Peter

    #261228

    Hi Guys,

    i appreciatle you guys for helping consistently and fixing the problem.

    Barry

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘General styling does not work’ is closed to new replies.