Forum Replies Created
-
AuthorPosts
-
Hey SaintK9,
Thank you for the link to your site I tested on Windows in Chrome, Firefox, & Edge and while the video does take almost 2 seconds to load, all other layers start after the video layer.
I’m not sure the size of your video, if you can’t make it smaller try loading it from your domain so it doesn’t have to wait for Vimeo.
Another option could be to use a caching plugin that will pre-load the video, it doesn’t look like you are using a caching plugin.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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 we were able to 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 to hear but unfortunately, this seems related to a specific version, in the past the Chrome and Firefox versions for iOS also had the same error as Safari but the Windows versions of Chrome and Firefox didn’t. I don’t believe there is a way to only target specific versions of browsers for a specific iOS version.
In my test on browserstack.com with a remote iPad and on my Mac in responsive design mode emulating an iPad I’m not able to reproduce this.
I recommend using the new setting and recheck after the next iOS update or the next Firefox update on iOS to see if the browser issue has been resolved.Best regards,
MikeHi,
Thanks for the link to your page, when I check the cell items are horizontally centered:
so i assume that you wanted them also vertically centered, if so please add this css:#main .avia-table td { vertical-align: middle; }
This is the expected results:
After applying the css, please clear your browser cache and check.Best regards,
MikeFebruary 23, 2023 at 5:47 pm in reply to: enfold, woocommerce, variant-products – No variante sel.,all gallery images show #1399048Hey kisys,
Thanks for the link to your site, I’m not able to reproduce this error on my test site, I see you are using a plugin: woo-variation-gallery
does the error occur when you disable the plugin, or any of your other plugins?
Have you tried changing to the WooCommerce 3.0 product gallery at Enfold Theme Options ▸ Shop Options ▸ Product gallery perhaps the plugin requires it.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,
MikeHi,
Thanks for the login, I found in the /enfold/functions.php there was a custom function added to the end with curly quotes instead of straight quotes, I corrected for you.
I also found that you are gettings a CORS error because your font is called from http://www.bopart.com to http://bopart.com, so to correct I removed the font Jura from your Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager and then added it back.
Now the error is not showing and the font is, please clear your browser cache and check.Best regards,
MikeHi,
This looks like a similar issue caused by the Smush lazy load option, I see that you are using JetPack lazy load, please try disabling this option and clearing your browser cache.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Thanks for the login, first I removed the above css, then I added a function to show a different Transparency Logo on the home page:function av_change_alt_logo_img($header){ if( is_front_page() ){ $header['header_replacement_logo'] = "Transparency-Logo.png"; } return $header; } add_filter('avf_header_setting_filter','av_change_alt_logo_img');
when combined with your current function to show a different logo on the home page, both logos can be changed apart from the theme settings:
function av_change_logo_img($img) { if( is_front_page() ){ $img = "logo.png"; } return $img; } add_filter('avf_logo','av_change_logo_img')
I also found that you had some css to move the logos on the other pages, but I believe you wanted the Transparency Logo to stay to the left on the homepage so I adjusted your css to ignore the homepage by adding
#top:not(.home)
to it.
Please clear your browser cache and check.Best regards,
MikeFebruary 23, 2023 at 2:47 pm in reply to: Bug: no sqare brackets in avia form subject possible #1399017Hi,
The Dev Team has modified the Special Character Translation plugin to support the mail form elements with this filter:add_filter( 'avf_form_subject', array( $this, 'handler_the_content' ), 9999999, 1 ); add_filter( 'avf_form_mail_form_field', array( $this, 'handler_the_content' ), 9999999, 1 );
In my test it is working, please check the new version.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing your solution, 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 we were able to 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,
MikeHey tamara_75,
Thanks for the link to your site, I tested your contact page with your recaptcha and it seem to work correctly for me.
Once you click on it and it activates the send button it should disappear.
If you mean that you are not getting the email to your gmail account, it is probably because you are using your domain email as the sender email but sending it to the gmail address, it is probably being marked as spam, try using your domain address.
To solve the recaptcha showing English text on the FR version I added this to your child theme functions.phpadd_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) { if($context == 'frontend') { $lang = substr(get_locale(), 0, 2); } return $lang; }, 10, 2);
Please clear your browser cache and check.
Best regards,
MikeHi,
As I understand for the homepage only you would like the logo
/wp-content/uploads/2023/02/2023-02-SB1-Datenaufbereitung-Website-3zu2-1800×1200-LogomitVerlauf.png
before scrolling in the transparent header
and after scrolling you would like the logo:
/wp-content/uploads/2023/02/2019-10-SB1-Logo-Schmusebacke-quer-RGB-weiss-breiter_groesser-e1676543563718.png
Typically when scrolling the transparent header the class header-scrolled is added, but I’m not seeing this now on your site.
It also seems that your homepage menu is now hidden, is this by design?
Please include an admin login in the Private Content area so we can see your settings and assist further.Best regards,
MikeHi,
I’m not seeing this css on your page:.template-search .post-entry { clear: none; }
when I test it I’m seeing the correct display:
if you added the css in Enfold Theme Options ▸ General Styling ▸ Quick CSS field please check the css above it for missing brackets or other errors, otherwise Please include an admin login in the Private Content area so we can check.Best regards,
MikeHi,
Glad we were able to 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,
MikeFebruary 22, 2023 at 1:36 pm in reply to: woocommerce booking “display calendar en click not working” #1398873Hi,
I don’t believe this is an admin login, because when I log in I’m redirected to a /my-account/ maintenance page and can not reach the backend /wp-admin/, please check.Best regards,
MikeHi,
To change the menu arrows please see our documentation: Replace mega menu arrows with custom icon
So for your situation, to have the bar icon and to have it the color red, please try this css:#top .avia-bullet { border: none; padding:0; margin: 0 5px 0 0!important; } #top .avia-bullet:before { content: "\e819"; font-family: 'entypo-fontello'; color: red; font-size:11px; line-height:1em; left:-3px; }
This will change the above solution to have specific bars a different color to this css:
.header_color #menu-item-331 > a > .avia-bullet:before { color: blue; } .header_color #menu-item-388 > a > .avia-bullet:before { color: green; } .header_color #menu-item-332 > a > .avia-bullet:before { color: yellow; }
Best regards,
MikeHi,
Thanks for your feedback, if you use this function to assign the frontpage logo:add_filter('avf_logo','av_change_logo_img'); function av_change_logo_img($img) { if( is_front_page() ) { $img = "/path/logo-home.png"; } return $img; }
then add this css to show it on the transparent header:
#top.home .av_header_transparency .logo img.alternate, .av_header_transparency .logo .subtext.avia-svg-logo-sub svg { opacity: 0; } #top.home .av_header_transparency.av_alternate_logo_active .logo a > img, #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 1; }
I tested this on my demo site and the image in the function shows only on the homepage and in the transparent header.
If this doesn’t work for you, please include admin login in the Private Content area so we can investigate.Best regards,
MikeFebruary 22, 2023 at 1:17 am in reply to: Although all of my pages are accessible in admin mode, they do not show live #1398826February 21, 2023 at 8:07 pm in reply to: Hello I have a problem with my LayerSlider for my homepage #1398814Hi,
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,
MikeHi,
Glad Ismael 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,
MikeFebruary 21, 2023 at 8:04 pm in reply to: Dots Menu (Fullwidth submenu element) with current class #1398812Hi,
Glad Ismael 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,
MikeFebruary 21, 2023 at 7:57 pm in reply to: Bug: no sqare brackets in avia form subject possible #1398811Hi,
Thanks for your feedback, I see this is already reported on our GitHub issues,
I’m sure the Dev Team will reply to the GitHub issue.
https://github.com/KriesiMedia/enfold-library/issues/22#issuecomment-1437049267
But I believe this is because the Translation plugin doesn’t run in the backend, it is a frontend function using str_replace() thus using encoded characters for the backend mail function are needed.
I have forwarded this for feedback and will reply when I hear back.Best regards,
MikeHey Alex Freelance,
Thank you for your patience, as I understand for the homepage logo you want to show the center logo on the transparent header instead of the left-side oval logo,
please try this css:#top.home .av_header_transparency .logo img.alternate, .av_header_transparency .logo .subtext.avia-svg-logo-sub svg { opacity: 0; } #top.home .av_header_transparency.av_alternate_logo_active .logo a > img, #top .av_header_transparency.av_alternate_logo_active .logo a > svg { opacity: 1; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeFebruary 21, 2023 at 1:00 pm in reply to: Burger Overlay Menu: How to close by clicking on current Link #1398768Hi,
Thanks for your patience, The Dev Team has adjusted the two files:
enfold/js/avia-snippet-hamburger-menu.js
enfold/js/avia-snippet-hamburger-menu.min.js
These are linked below, please try them on your install and be sure to clear your site, server, and browser cache.
Please don’t test with the script I posted above or the precious /#top modification, if you had applied it.Best regards,
MikeHi,
Glad we were able to help, Thanks to Guenni007 for the shortcode function. 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,
MikeHey Stefan,
You could use css like this adjusting the color to suit the menu item IDs:<pre><code>.header_color #menu-item-331 > a > .avia-bullet { border-color: blue; } .header_color #menu-item-388 > a > .avia-bullet { border-color: green; } .header_color #menu-item-332 > a > .avia-bullet { border-color: yellow; }
This css changes the menu arrows for three items to blue, green, and yellow.
Try to modal this for your other items, this is the expected results for the above css:
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
Mike -
AuthorPosts