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,
MikeHi,
I guess I misunderstood, the Google Fonts only gives the fonts in .ttf, so I downloaded your font zip with the .woff fonts and used the transfonter site that Guenni007 recommended, thanks Guenni007 and created a new zip for you open-sans-woff.zip and imported it for you and now you have the multiple woff fonts:

You can delete the other two fonts, I then changed the Enfold Theme Options ▸ Advanced Styling for H3 tags as a test, note that you must choose the font weight:

and now on the test page the font is the 300 woff font

Best regards,
MikeHi,
Thanks for the login to your site, I see that the font you installed is for the 400 font weight:

since you want the 300 font weight you should download it from Google Fonts, I see that the 300 is only available as the Light 300:

I added this for you:

I then created a test page, linked below, and applied this font to the H3 tag as a test in Enfold Theme Options ▸ Advanced Styling

and now the font is showing at 300:

Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the link to your page, for your video element with the “Hobbit” video this css will make it full width:.responsive #top.home #after_full_slider_1 .container { padding: 0; margin: 0; width: 100%; max-width: 2560px; }
After applying the css, please clear your browser cache and check.Best regards,
MikeHey diefleischerei,
To change your topbar text to links, you would wrap the text with html link tags like this:
Zum <a href="/newsletter/">Newsletter</a> und <a href="/shop/">Shop</a>
please note the links are examples so you will need to adjust the url “href” to your links.
To make the topbar text larger on mobile, try adding this css:@media only screen and (max-width: 767px) { #top .phone-info { font-size: 22px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey rhae,
Thanks for your patience, the Open Sans font in the theme only includes the 400 & 600 font weight, if you want to use the 300 font weight please add it to your Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager separately and apply it where you wish.Best regards,
MikeHey ceccleston1,
Thank you for your patience, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top #wrap_all .av-timeline-nav a.av-nav-btn { height: 86px; line-height: 86px; background-color: red; } #top #wrap_all .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, #top #wrap_all .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide { opacity: 1; width: 86px; } #top #wrap_all .av-timeline-nav { padding-top: 45px; } #top #wrap_all .av-timeline-nav a:before { line-height: 86px; }After applying the css, please clear your browser cache and check.
This is the expected result:

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,
MikeHi,
Thanks for your patience, I assume that you are referring to the Latest News & Latest Portfolio widgets:

Try adding this code to the end of your functions.php file in Appearance ▸ Editor:add_filter('avia_widget_time', 'change_avia_date_format', 10, 2); function change_avia_date_format($date, $function) { $output = get_option('date_format'); return $output; }Best regards,
MikeHi,
Thanks for the link to your site, I believe that the slider image is not showing right away because the WP Rocket lazyload option is preventing it from loading, try disabling the Rocket lazyload option. If this doesn’t help try disabling the WP Rocket plugin and clear your browser cache and check again.Best regards,
MikeHey Katja,
I believe the font you are seeing is loaded by Google maps, try this solution.Best regards,
MikeHi,
Sorry for that, I have disabled it, unless there is anything else we can help with on this issue, shall we close this then?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 rixi,
The font you are seeing is loaded by Google maps, try this solution.Best regards,
MikeHi,
You could add the function container above to the parent theme but when you update it would be lost as the functions.php file is overwritten.
It would be better to first add a child theme and then add this to the child theme functions.php, please note that if you have more custom functions each one must have a different name, so your second function could be named like this:function second_add_custom_code_head(){ ?> YOUR SCRIPT GOES HERE <?php } add_action('wp_head', 'second_add_custom_code_head');Best regards,
MikeHi,
If this occurs try clicking on the Advanced Layout Builder button at the top of the page, when I checked the pages open in the Advanced Layout Builder correctly, but sometimes it took an extra minute for the builder to show and the debugger window showed first, perhaps this is what you mean:

but in the end the builder loaded correctly.
I don’t recall if you had Enabled the Avia Layout Builder Debugger of if I did, I can disable it if you wish.
If you mean the first text block with the button shortcode, this was always like this and it is fine to use shortcode like this:

instead of using the shortcode in the text element you could use the notification and button elements, I created a test page for you linked below:

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 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 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 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 Nikko was 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,
Do you want all H1 & H2 to be changed? You can set this in the Enfold Theme Options ▸ Advanced Styling just choose the font from the drop down menu.Best regards,
MikeHi,
Thanks for the link to your page, I tested in my Chrome Dev Tools for tablet (768px) and on BrowserStack.com iPad & iPad Pro and your fallback image showed for them, please see the screenshots in the Private Content area.
Do you have a strong wifi connection? Try with the iPad plugged in to see if that helps.
Also try to clear the cache, and note that for Safari you often need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeHi,
Thanks for the screenshot, the following script and css will remove the hover effect of the sidebar menu and open and close the submenu items on click below the menu item.
Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_sidebar_menu_open_on_click_script() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $(".menu-item-has-children").click(function() { var clicks = $(this).data('clicks'); if (clicks) { $(this).removeClass('open'); } else { $(this).addClass('open'); } $(this).data("clicks", !clicks); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_sidebar_menu_open_on_click_script');Add this CSS to Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#avia-menu.av-main-nav .menu-item-has-children:hover ul.sub-menu { opacity: 0 !important; visibility: hidden !important; } #avia-menu.av-main-nav ul.sub-menu { top: unset; left: unset; position: relative; } #avia-menu.av-main-nav .menu-item-has-children ul.sub-menu li { display: none; } #avia-menu.av-main-nav .menu-item-has-children.open ul.sub-menu li { display: block; } #avia-menu.av-main-nav .menu-item-has-children.open ul.sub-menu { opacity: 1 !important; visibility: visible !important; } #avia-menu.av-main-nav .menu-item-has-children.open ul.sub-menu li:last-child { padding-bottom: 25px; }After applying the css, please clear your browser cache and check.
The expected results:

Please ensure to copy the code from the forum and not an email notification.Best regards,
MikeOctober 16, 2022 at 9:06 pm in reply to: Search resultes are showring short code in the text? #1369028Hi,
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 16, 2022 at 9:03 pm in reply to: Product Variation Images Not Displaying in Lightbox #1369027Hi,
Sorry for the late reply and thank you for your patience, the only time the product image is a link to the larger image for lightbox is when the Product Image option in the sidebar is used, this is also the only time the Product Gallery is included in the page source code:

But if you use the Product Image option the Variation Images will not show, you can only use one or the other.
This is the default Woocommerce behavior, to use additional variation images and open them in a lightbox Woocommerce has an addon plugin. There may be other plugins that will also add this feature, I don’t know, and I don’t know if this plugin requires the Woocommerce lightbox or if it will work with our lightbox as it is a paid plugin and I can’t test it.Best regards,
MikeHi,
I tested the test page linked below and made two small edits and it created two more revisions for a total of six now, I also tested the preview and found no errors.
I’m not sure what is the issue with your homepage but the copy has been working correctly for a month, perhaps you should delete the home page and use the copy.Best regards,
MikeOctober 16, 2022 at 6:49 pm in reply to: Duplication of event details using the event calendar on single events #1369021Hi,
Please try this css in Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.tribe-theme-enfold.single-tribe_events #main .av-single-event-content { float: none; order: unset; margin: auto; text-align: center; } #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-event-image img { margin: auto; } #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-c-subscribe-dropdown__container, #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-schedule{ justify-content: center; margin: auto; }The expected results: https://savvyify.com/img/image/5mmz
Best regards,
Mike -
AuthorPosts



