Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #656862

    Hi,

    Very very strange stuff is happing to one of my client sites http://farmersmark.com

    All links (including the main navigation menu) are the browser default blue and purple.

    This is the same site that the header background color disappeared and we had to add the #header color in the custom css.

    I also just noticed that the mobile menu no longer appears.

    What the heck is going on?

    Here is what I have done:
    Disabled all plugins, deleted all custom css, all custom code in the function.php file. No luck
    I then totally deleted the enfold theme and uploaded a fresh install. Still no luck.
    I then tried to start over with a new child-theme only to find out that info must be stored in the database because the new child-theme immediately took on all of the styling of the old one except for the custom.css.

    Any ideas? I’m not sure what to do but each time I need to do something to the website it seems to show more issues. I am the only one with WP admin or FTP access.

    Thanks,
    Slade

    ****Update**** Things may look “normal” when you look. I had to individually set the color of all the links in the child-theme.
    If you look in the child-theme stye.css file you will see at the very top everything I had to “temporarily” fix.

    • This topic was modified 8 years, 4 months ago by Sladestyle.
    #657619

    Hey Slade,

    not sure what you mean as I can’t see any issues on your website. Please provide us screenshots of the issues and add a precise link where we can see the elements in question.

    Clear browser cache and hard refresh a few times. Check on another computer as well. Make sure host is not using any caching on your server.

    Best regards,
    Andy

    #657668

    Hi Andy,

    You can’t see any issues because I have had to fix each item 1-by-1 using custom css. The site is Live so I can’t show it in its broken state.

    Here is the custom css (below) I needed to use to fix items such as header background color, menu color, link colors, mobile menu…etc. The scary part is that I think this isn’t the last of it. Whenever they need an update or something new it seems to break another element. I have also attached a couple of screenshots after I commented out a few of the custom css. One screenshot shows the menu color and font-size while the other shows the /news page links. Compare these to how I have the website now.

    /***
    ENFOLD FIXES
    ***/
    
    #header {
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1 !important;
        height: 105px !important;
    }
    
    .av-main-nav > li > a {
        color: #444444 !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }
    
    .av-masonry-entry .av-masonry-entry-title {
        color: #333E47 !important;
    }
    
    .av-fixed-size .av-masonry-entry .av-inner-masonry-content {
        background-color: rgba(255,255,255,0.5) !important;
    }
    
    .avia-menu-fx {
        background-color: #A31C35 !important;
    }
    
    .content {
        border-color: #e1e1e1 !important;
    }
    
    .container .minor-meta a {
        color: #333333 !important;
    }
    
    .cooked-widget .recipe-list-item .recipe-title a {
        color: #A31C35 !important;
    }
    
    .cat-item a {
        color: #A31C35 !important;
        text-decoration: none;
    }
    
    #archives-2.widget li a {
        color: #A31C35 !important;
        text-decoration: none;
    }
    
    #advanced_menu_toggle {
        border-color: #333E48 !important;
        color: #333E48 !important;
    }
    
    #advanced_menu_toggle:hover {
        color: #A31C35 !important;
    }
    
    .avia_transform3d .show_mobile_menu #mobile-advanced {
        background-color: #ffffff !important;
        border: none !important;
    }
    
    .show_mobile_menu #advanced_menu_hide {
        color: #A31C35 !important;
    }
    
    #mobile-advanced > li > a {
        border-color: #e1e1e1 !important;
        color: #666666 !important;
    }
    
    /****END****/

    Menu Item color and size

    #657937

    Hi,

    are we allowed to deactivate all your plugins for testing purposes?

    Best regards,
    Andy

    #658175

    Hi Andy,

    Because this is a Live website the plugins could only be deactivated between 10pm and 5am Pacific Standard Time.

    Please let me know if you do this. I know when a few of the plugins are deactivated and are being used in the widget area they don’t automatically reinsert themselves and need to be redone.

    Thanks,
    Slade

    #659062

    Hi,

    We updated the header.php file in the latest patch so you have to get a fresh copy of that file from the parent theme then override the duplicate in the child theme.

    Best regards,
    Ismael

    #659114

    Hi Ismael, when you say “We updated the header.php file…” are you saying you updated the /enfold/header.php file on my server? Or did you make an update to enfold in general and I need to download a new copy and replace the header.php file in both parent and child theme?

    Thanks,
    Slade

    #659273

    Hi,

    the second. There is a new Enfold version, so get a fresh copy from your themeforest account and replace it with your current installation.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.