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

    For some reason my site wasn’t telling me it was out of date. Updated to latest via FTP upload.

    Kinda works but lots of bits broken – mainly header. Also can’t fix main site body font to metaserif as it was!

    You can see old version here:
    btribble.com
    upgraded here: staging.btribble.com

    Any tips on getting the upgrade to work? Also if anyone help with getting a non-standard font to work for ‘body / p’ that’d be great. Can’t see to override the main site CSS.

    • This topic was modified 4 years, 8 months ago by jomtones.
    #1191222

    Hey jomtones,

    Please send us a temporary WordPress admin login and login URL to your staging site so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1191263

    Sure thing.

    #1191581

    Hi jomtones,

    Can you give us ftp access on your staging site as well?
    Just post the credentials in private content.

    Best regards,
    Nikko

    #1191627

    OK attached.

    #1192101

    Hi,

    Thanks for that. Please try adding this to Quick CSS to see if you see any improvements:

    #mobile-advanced {
      display: none;
    }
    
    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: #000;
    }

    Best regards,
    Rikard

    #1192218

    OK thanks – that fixes the menu.

    Mobile menu works now but ‘X’ to close is hidden. Can’t figure out how to change the color – can you help?

    Also – weird thing: I used to be able to override main site CSS with the child styles.css. No longer seems to work, but “Customising Additional CSS” works fine. Any idea why?

    #1192466

    Hi,

    Thanks for the update. Please try this CSS as well:

    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner {
      background-color: #000;
    }

    If your style.css is not applying then please try to activate the Delete old CSS and JS files? option under Enfold->Performance to see if that makes any difference.

    Best regards,
    Rikard

    #1193482

    Thanks Rikard – that helped, but only half the ‘X’ got fixed! Confused.

    Menu text colors also not consistent.

    Tried the “Delete old CSS and JS files? option” but it didn’t seem to make any difference.

    #1193713

    Hi,

    Sorry about that, please try replacing the last CSS I posted with this:

    .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, .html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
        background-color: #000;
    }

    Best regards,
    Rikard

    #1193714

    Hi again,

    Menu text colors also not consistent.

    Do you mean that you want the same colours in the mobile menu as in your desktop menu?

    Best regards,
    Rikard

    #1204092

    Hi Rikard – managed to fix this – albeit in a really janky way. Is there a more elegant way to target the ‘scrolled’ text in the header?

    #header.all_colors.header_color.light_bg_color.av_header_top.av_logo_left.av_main_nav_header.av_menu_right.av_slim.av_header_sticky.av_header_shrinking.av_header_stretch_disabled.av_mobile_menu_tablet.av_header_searchicon_disabled.av_header_unstick_top_disabled.av_bottom_nav_disabled.av_header_border_disabled.header-scrolled.header-scrolled-full div#header_main.container_wrap.container_wrap_logo div.container.av-logo-container div.inner-container nav.main_menu  a span.avia-menu-text, 
    #header.all_colors.header_color.light_bg_color.av_header_top.av_logo_left.av_main_nav_header.av_menu_right.av_slim.av_header_sticky.av_header_shrinking.av_header_stretch_disabled.av_mobile_menu_tablet.av_header_searchicon_disabled.av_header_unstick_top_disabled.av_bottom_nav_disabled.av_header_border_disabled.header-scrolled.header-scrolled-full div#header_main.container_wrap.container_wrap_logo div.container.av-logo-container div.inner-container span.logo.bg-logo a
    • This reply was modified 4 years, 6 months ago by jomtones.
    #1204115

    The only thing that’s really looking messed up on the site now is the ‘Testimonials’ From closer inspection it seems like none of the Avia testimonial shortcode CSS is working, but I can’t see why. Can you suggest a fix?

    Thanks!

    (Under ‘Recommendations’ on homepage)

    • This reply was modified 4 years, 6 months ago by jomtones.
    #1204161

    Hi jomtones,

    Thanks for giving us access.
    I have checked your child theme and it’s the one causing the issue.
    Specifically enfold-child > shortcodes > testimonials.php needs to be updated.
    If you comment out (or remove temporarily) this line of code in functions.php (so it uses the parent theme version):

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);

    You’ll see enfold css codes work fine.

    Best regards,
    Nikko

    #1204422

    Great thanks Nikko. Fixed!

    #1204526

    Hi jomtones,

    We’re glad that we could help :)
    Let us know if you still need further assistance.

    Best regards,
    Nikko

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