Forum Replies Created
-
AuthorPosts
-
August 10, 2024 at 6:06 pm in reply to: Loss of my footer widget customization after theme update #1464332
Hi,
Thanks for the login, when I check your staging site child theme footer it is only 172 lines, but the parent theme is 342 lines.
The header is also not the same, this will cause errors in your theme. We do not recommend adding these files to your child theme, it is the most common reason for errors when updating. Please remove these files and any customizations you wish to make should be done in your child theme functions.phpBest regards,
MikeHi,
I believe that this is a duplicate thread, please review your other threadBest regards,
MikeHey Guenter,
To me it looks like the html_header_transparency class is added when the $header[‘header_transparency’] is used in the theme settings, so to check for this and trigger a add_filter this works in my test:function mod_avia_header_setting($header){ if($header['header_transparency'] ){ add_filter( 'yourFilter', 'yourFilter', 10, 2 ); } return $header; } add_filter('avf_header_setting_filter','mod_avia_header_setting');Best regards,
Mike-
This reply was modified 1 year, 3 months ago by
Mike.
Hey bemodesign,
Thanks for the link to your site, but your homepage menu colors seem to be the same as your advanced styling options in the transparent header, and after scroll.
Perhaps you have already sorted this out?Best regards,
MikeHey bemodesign,
Thanks for your patience and the link to your screenshot, but it requires a login, please try a free screenshot service or disable the login requirement.Best regards,
MikeAugust 10, 2024 at 4:57 pm in reply to: enfold fullwidth easy slider caption text move on mobile #1464324Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 425px) { .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0; } #top #wrap_all #main .avia-slideshow .avia-caption-title { font-size: 40px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey lobstahhhhhhh,
It sounds like your function is only changing the standard logo and not the transparent logo, typically these are two different logos.
For the standard logo use this function:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_page(206) ) { $logo = "https://kriesi.at/themes/enfold-business-flat/wp-content/uploads/sites/43/2014/08/logo_flat_portfolio.png"; } return $logo; }for the transparent logo use this function:
function av_change_alt_logo_img($header){ if(is_page(206) ){ $header['header_replacement_logo'] = "https://kriesi.at/themes/enfold-startup/wp-content/uploads/sites/47/2015/02/logo_coming_soon.png"; } return $header; } add_filter('avf_header_setting_filter','av_change_alt_logo_img');If you want both to be the same image, you can also do that.
Best regards,
MikeAugust 10, 2024 at 3:15 pm in reply to: Issues with iframe, Vimeo video link to open in a pop up #1464322Hi,
Thanks for the link to your site, on your homepage the popup changing to a new tab looks like a anther plugin or script, try disabling your other plugins.
For the test page that you created for us the popup works correctly and doesn’t open a new tab, perhaps because this page is not published so the plugin or script is not causing the error. Please see the screenshots in the Private Content area.Best regards,
MikeHey Ivana,
First you will need to know the menu item ID for each one, on my test page it is #menu-item-3040 then I use this css:#menu-item-3040 { overflow: visible; max-width: 120px; } #menu-item-3040 a { line-height: 20px; align-items: center; display: flex; text-align: center; }and it now looks like this:

Please give this a try, if you need further help please link to your page so we can examine.Best regards,
MikeHi,
Thanks for the login, your plugin “Woo Product Add-ons” was braking the mobile menu and the animated-number on the homepage, I disabled and now both of these work.Best regards,
MikeAugust 10, 2024 at 1:11 pm in reply to: How to modify the background grey space before a bk video in a color section #1464316Hi,
Thanks for your patience, when I add Guenni007’s css it solves the line in the header when scrolling#top .avia-menu.av_menu_icon_beside { border: none !important; }please clear your browser cache and check.
Best regards,
MikeHi,
Your MIME error seems to be due to a server error with X-Content-Type-Options “nosniff” and not a theme error, please refer back to this thread.
While we can not reproduce this on any of our servers, thinkjarvis had this issue in this thread and he solved it by changing his server settings. In the page you wrote that your server support will not change this for you, perhaps this info will help your new developer. Unfortunately we don’t have any other ideas, your two threads seem to cover all of the possibilities.Best regards,
MikeHi,
To change the burger menu background to #201d1e and the lines white: Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-hamburger { line-height: 40px; background-color: #201d1e; } #top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after { background-color: #fff !important; }this is the expected results:

to change the social icons color to – #304d03, try this css:#right-toolbar .social_bookmarks a { color: #304d03; }this is the expected results:

when the menu is open there is no padding on the left, this is the width of the menu. For a smaller menu try this css and adjust to suit:.html_av-overlay-side .av-burger-overlay-scroll { width: 200px; }Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 8, 2024 at 1:58 am in reply to: updated to Enfold 6.0.1, do not show Avia Builder on page, menu,layer slider #1464079Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 8, 2024 at 1:57 am in reply to: Content wird im Frontend nicht ausgespielt / Content is not displayed in the fro #1464078Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 8, 2024 at 1:55 am in reply to: How to modify the background grey space before a bk video in a color section #1464076Hi,
I do not know how this page broke, but if you used the same broken temples on many pages then they will also be broken.
When I check your page the first error I find is in this text element with this double closing “p” tag:

it is hard to examine line-by-line for other errors, but as I posted above some of these errors have broken the shortcode, so your best approach is to re-create this page from scratch and check your pasted text for rouge HTML tags.
Are you copying this site from another site, or are you bulk importing the pages?
This is typically I see this kind error.Best regards,
MikeHi,
Glad that this helped some, when I check your page (Colorado Trail Guide – Bikepacking) I find a broken shortcode at the bottom:

and when I check the backend I see more broken shortcode:

and when I click to edit “columns”

these all open as “text elements” instead the “columns” that they show as:

This page looks totally broken, please recreate from scratch and delete the template.Best regards,
MikeHi,
To remove the border try adding this css:#header.header-scrolled #header_main { border: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
It’s not always the same, but below are a couple that I have had lately.Best regards,
MikeHi,
Thank you for the screenshots, your image: https://imgur.com/gKX4x24
looks like a transparent header with a image or a slider at the top of the page.
This should be easy, so if you don’t see this please link to your site and provide a admin login so we can examine.Best regards,
MikeHey Julie,
Thank you for your ideas, please submit them to our Github Feature Request. It is for users to place requests and follow them as the Dev Team reviews them. Thank you for using Enfold.Best regards,
MikeHey lzevon,
Thanks for the link to your site, on mobile this looks like an issue in your SVG file, please try to recreate your SVG file.
If this doesn’t work for you, try converting it to a jpg or png file.Best regards,
MikeHey Zaccc,
Thanks for the link to your site, it looks like you are using a transparent header, do you want the header a different color or just the menu items?
Try using a header that is not transparent, so the header color will show.Best regards,
MikeAugust 7, 2024 at 12:21 am in reply to: Site Health issue after recent update version 6.0.2 #1463986 -
This reply was modified 1 year, 3 months ago by
-
AuthorPosts




