-
AuthorPosts
-
March 7, 2020 at 8:01 pm #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.comAny 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.
March 8, 2020 at 6:04 am #1191222Hey 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,
RikardMarch 8, 2020 at 2:06 pm #1191263Sure thing.
March 9, 2020 at 5:12 pm #1191581Hi jomtones,
Can you give us ftp access on your staging site as well?
Just post the credentials in private content.Best regards,
NikkoMarch 9, 2020 at 7:43 pm #1191627OK attached.
March 11, 2020 at 3:55 am #1192101Hi,
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,
RikardMarch 11, 2020 at 12:16 pm #1192218OK 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?
March 12, 2020 at 3:45 am #1192466Hi,
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,
RikardMarch 16, 2020 at 1:56 pm #1193482Thanks 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.
March 17, 2020 at 4:27 am #1193713Hi,
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,
RikardMarch 17, 2020 at 4:28 am #1193714Hi 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,
RikardApril 15, 2020 at 6:06 pm #1204092Hi 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.
April 15, 2020 at 6:38 pm #1204115The 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.
April 15, 2020 at 9:02 pm #1204161Hi 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,
NikkoApril 16, 2020 at 1:38 pm #1204422Great thanks Nikko. Fixed!
April 16, 2020 at 8:11 pm #1204526Hi jomtones,
We’re glad that we could help :)
Let us know if you still need further assistance.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.