Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #477272

    Hi, some changes I am making to a new website are working such as adding pages, menu items etc.
    But when I am making changes today to say Socket background colour and link colour the changes are not working.
    Also in the Advanced Styling I am trying to style Main Menu Links and Hover state but they are not working either.
    In socket Facebook icon not showing against blue background.
    Admin login in the private content.

    #477753

    Hi, anyone that can help with this?
    Under pressure from client to get this site done.
    Thanks

    #478224

    Hi, I see that you logged into the website yesterday and tried to make some general styling changes that did not take effect but there was no update here.

    If this can’t be solved please let me know as I need to let the client know today I need to delete the site and start again.

    #478346

    FTP details in private content if needed

    #478348

    Since I last posted I have deleted and re-uploaded Enfold theme via FTP – No change.
    Re updated WordPress – No change

    A new problem has started.
    On the page Nure Net Business Club I have split it into 1/5 and 4/5
    The 4/5 will not stay beside the 1/5 in the advanced layout editor in the backend.
    Plus every time I make a change to the iFrame in the 4/5 and update it disappears from teh backend and frontend and I have to create it again to restore.

    #478524

    Hi!

    Have you checked if the issue occurs with the parent theme activated?

    Best regards,
    Josue

    #478651

    Hi, switched theme with parent theme activated as suggested. Same problem. No change.

    #478669

    Also renamed the plugins folder via ftp to plugins1 to disable all plugins.
    Then made change via general styling.
    Still not working.
    Re-activated plugins folder.

    #478804

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    add_action( 'init', 'spit_dynamic_styles' );
    function spit_dynamic_styles() {
        global $avia;
        $avia->style->print_styles = true;
    }

    Cheers!
    Josue

    #478850

    Hi Josue. You fixed it. Thank you. great job.
    Can you tell me what was wrong and what the code does to fix it?

    Everything is now working except for the Facebook icon in the socket is not white like it is in the header for some reason.

    #478970

    Hey!

    Try adding this code to the Quick CSS:

    #socket .social_bookmarks_facebook a{
       color: white !important;
    }

    The issue was related to the dynamic stylesheet not being created/updated, the code i suggested makes the dynamic styles to be rendered on the page directly.

    Cheers! 
    Josue

    #478997

    Hi Josue, thanks for explaining that.
    I think the cause was that using the iThemes security plugin I renamed the wp-content folder which caused problems.

    I applied the code for the socket facebook icon but it has not changed the colour.

    #479321

    Hi,

    Can you post the link to a Page with socket on the website please?

    Regards,
    Josue

    #479607

    Hi Josue.
    Socket is on all pages.
    Link in Private content.

    #480830

    Hey!

    You forgot to close HTML A tag in your copyright text. I closed it for you, please review your website now.

    Cheers!
    Yigit

    #480833

    Thanks Yigit, sorry, never would have spotted that!
    You may close this thread.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘General Styling changes not working’ is closed to new replies.