Forum Replies Created
-
AuthorPosts
-
Hi,
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,
MikeOctober 14, 2023 at 11:16 pm in reply to: Backend issue: Avaia Layout Builder conceals WordPress settings bar #1422497October 14, 2023 at 9:22 pm in reply to: Warum sehe ich in meinem theme den Datei Edior nicht? #1422494Hi,
Glad Rikard could help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey Alan,
Thanks for the link to your site, it looks like in the “desktop” color section you added a negative margin to the HR element, before the three columns, but in the “mobile” color section you have no HR element and no negative margin is applied to the columns.
Try adding a negative margin to the columns, if this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeOctober 14, 2023 at 9:02 pm in reply to: Backend issue: Avaia Layout Builder conceals WordPress settings bar #1422489Hi,
Unfortunately the login is not working, please check.
Error: The username is not registered on this website.Best regards,
MikeHi,
Please note that your shortcode is using single quote marks:

so you need to use a double quote marks after echo do_shortcode( that wrap the inner shortcode:

and you can’t have any line breaks, try this code:function ava_woocommerce_before_main_content() { if ( is_product() ) { echo do_shortcode("[av_submenu which_menu='' menu='49' position='left' sticky='aviaTBsticky' color='alternate_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='' custom_class='' template_class='' av_uid='av-lnbxc8ss' sc_version='1.0'][av_submenu_item title='Menu Item 1' button_style='' link='' linktarget='' av_uid='av-fdyw7' sc_version='1.0'][av_submenu_item title='Menu Item 2' button_style='' link='' linktarget='' av_uid='av-70t2n' sc_version='1.0']"); } } add_action( 'woocommerce_before_main_content', 'ava_woocommerce_before_main_content', 10 );Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeOctober 14, 2023 at 7:55 pm in reply to: Vimeo Popup Round 2: inline text anchor link does not work #1422486Hi,
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,
MikeOctober 14, 2023 at 7:52 pm in reply to: Email from Google Search Console complains my videos are outside the viewport #1422485Hey santanin,
Thanks for the links, your videos are near the bottom of the pages and “outside the viewport” on page load, to correct you will need to place the videos at the top of the page so they are seen on page load.Best regards,
MikeOctober 14, 2023 at 7:43 pm in reply to: Backend issue: Avaia Layout Builder conceals WordPress settings bar #1422482Hey John,
Thanks for the screenshot, but I’m not able to reproduce this, have you tried disabling your plugins to see if there is a confict?
If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeOctober 14, 2023 at 6:49 pm in reply to: On mobile, Hide Header except for (Very Top) Phone number Bar #1422481Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #header_main { display: none; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I didn’t realize that I should look in the /en/ site, thanks, the icon file included many unsupported file types, I removed them and put the icon font files in the root of the zip file and then uploaded again and then it worked:

please check.
On both sites you have no items with tags, you have no portfolio items, please try adding some with tags for them to show.Best regards,
MikeOctober 14, 2023 at 6:21 pm in reply to: Duplicated Burger Icon and more padding to each nav item #1422479Hi,
Glad to hear, once you are done testing please let us know so we close this thread.Best regards,
MikeOctober 14, 2023 at 1:54 pm in reply to: Duplicated Burger Icon and more padding to each nav item #1422469Hi,
I believe that I have achieved what you wished for, but I had to change the break point to 1024px instead of 992px, this is the current css:@media only screen and (min-width: 767px) and (max-width: 1023px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main.menu-item-avia-special { cursor: pointer; display: block!important; } .html_header_top .av_bottom_nav_header .av-logo-container .main_menu { display: block !important; } #top #header_main_alternate { display: none; } #top #header .av-main-nav > li > a { background-color: transparent !important; } .html_header_top #top .av_menu_left .main_menu { right: 20% !important; left: auto !important; } } @media only screen and (min-width: 1024px) { .html_header_top.html_bottom_nav_header #top #header_main_alternate .main_menu .menu-item-search-dropdown { float: left; width: 45px; } .html_bottom_nav_header #top #header_main #menu-item-search>a { padding-right: 13px; } .main_menu { display: flex; align-items: center; } .avia-menu>ul.av-main-nav { margin: 0; display: flex; justify-content: space-around; position: relative; } .avia-menu>ul.av-main-nav li { display: flex; flex-grow: 1; justify-content: center; } #top #header .av-main-nav > li:hover { background-color: #776fb1; transition: background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out; } .avia-menu>ul.av-main-nav .av-burger-menu-main.menu-item-avia-special { display: none; } }please clear your browser cache and check.
Best regards,
MikeHi,
If you want it to work on every page except home, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:#top:not(.home) #header_main { height: 170px; background: url(https://campfire-sunshine.org/wp-content/themes/CampFireCouncilTheme/images/header-small.jpg) no-repeat center top; background-size: cover; }It looks like you have added some custom css to add 65px margin-top to the menu items, please remove this:

The same css is also adding 65px margin-top to the logo, but you should remove your css and use this instead:.logo a img { border: none; margin-top: 46px !important; margin: 0; display: inline-block; max-width: 100%; } #menu-item-8170 { margin-top: 20px; }After applying the css, please clear your browser cache and check.
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,
Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .entry-content-wrapper ul.av-share-box-list li { text-indent: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks but I don’t find the icon file 2635055-textiles.zip in your media library, or any .zip files, and you didn’t link you it above. Please upload it to the media library so we can examine.
To change the color of 中文 on hover, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header.header_color.av_header_transparency .av-main-nav > li#menu-item-174 > a:hover .avia-menu-text { color: #000; }to remove this text:

go to your widgets and click edit image:

then remove the caption and save:

I did it for your first one, please try for your others:

To remove “Enfold Theme by Kriesi” please see our documentation here ▸ Copyrights info and add this[nolink]to Enfold Theme Options ▸ Footer ▸ CopyrightBest regards,
MikeOctober 13, 2023 at 2:43 pm in reply to: Background image in Color Section not always working #1422408Hi,
The background image and color is inserted via css, so I’m not sure why this specific css is not loaded when your client sees the error, perhaps they are on a slow mobile network or they have data saver turned on, or perhaps it is an older IOS device that didn’t work with parallax.
Nonetheless assuming that all other css is loaded perhaps this would be a good workaround:.avia-section .av-parallax-inner.alternate_color { background-color: #000; }In my test if the background image and color is disabled this will override the alternate_color and bake it black.
If you are concerned about this causing a conflict with other sections you can add a custom class to the color section and adjust the css like this:.avia-section.custom-class .av-parallax-inner.alternate_color { background-color: #000; }After applying the css, please clear your browser cache and check.
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,
MikeHey Sabine,
Thank you for the link to your site, as I understand the only issue is that your hearts are also showing in the footer for the social icons.
To fix this please change your css:.entry-content-wrapper ul li:before { content: “♥”; padding-right: 5px; color: #f39681 !important; }to this:
.entry-content-wrapper ul:not(.av-share-box-list) li:before { content: "♥"; padding-right: 5px; color: #f39681 !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the link to your site, but I didn’t fint the icon font zip file in your media library so I could examine, please upload it or link to it via DropBox.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,
MikeOctober 13, 2023 at 1:27 am in reply to: Full-Width Easy Slider Partner/Logo Element Simultaneously Stopped Working #1422280Hey djcopywriter,
Thank you for the link to your site, but unfortunately I was not able to login with the password.
I did find a jQuery error on your site because you are using #rules# in a menu item, the ending hashtag is causing the error, please remove.
If you still need more help, please check the login password so we can login.

Best regards,
MikeOctober 13, 2023 at 1:19 am in reply to: Headline Rotator – background-color for rotating text #1422279Hi,
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,
MikeHey Sryde,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-main-nav li:hover .avia-menu-fx, .av-main-nav li .avia-menu-fx, .current-menu-item > a > .avia-menu-fx, .av-main-nav li:hover .current_page_item > a > .avia-menu-fx { top: 0; }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,
MikeHi,
Thanks for your question, for mobile to have the Lottie animation play only once whe it comes into the viewpoint, try adjusting the player settings like this:

I have tested this on my test site and it works correct as long as you have some content before the file so scrolling is needed to view the file:

that play on hover won’t work for mobile devices because they don’t have a hover state.
Please give this a try.Best regards,
MikeHi,
Unfortunately I was not able to login I get this error: Error: The username wlhcome is not registered on this site please check.
Please check that your server has the PHP ZipArchive Extension enabled, this is required so the site can extract zip files, this typically is enabled by default but when it is not it is a common reason for the error.Best regards,
MikeOctober 12, 2023 at 6:03 pm in reply to: Duplicated Burger Icon and more padding to each nav item #1422259Hi,
To correct this try changing the menu width from 14.25% to 13.25% and the padding from zero to 10px left and right. originally I set the padding to zero so you could have a larger font, so by adding the padding below 992px you will need to also reduce the font size so “Get Involved” will fit on one line. It looks like a font size of 14px will fit.
Please try making this adjustment, or adjusting slightly more. Otherwise feel free to include an admin login in the Private Content area below.


Best regards,
MikeHey vancestone,
Thanks for your patience and the link to your site, I checked all of the links under the “Our Services” menu item, but I didn’t fine a page with a tab section, please link directly to the page with the element and perhaps a screenshot of the issue would help.Best regards,
Mike -
AuthorPosts

