Forum Replies Created
-
AuthorPosts
-
October 21, 2022 at 7:15 pm in reply to: Lato Font is loaded by Avia Theme and not deleteable #1369758
Hi,
Thanks for the link to your site, unfortunately, I’m not able to login as I see a 403 forbidden error, but it looks like the font is loaded by the plugin: subscribe-to-comments-reloaded
please try disabling this plugin, if this doesn’t help try disabling all of your plugins, if this doesn’t help then please disable your geo IP blocking so we can login an investigate.Best regards,
MikeOctober 21, 2022 at 6:56 pm in reply to: WooCommerce Thumbnails not shown on mobile devices in cart, part II #1369756Hey tammiviestinta,
Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeOctober 21, 2022 at 6:37 pm in reply to: Problem with breadcrumbs (when activating "polylang for woocommerce") #1369755October 21, 2022 at 6:28 pm in reply to: What is the custom post type name for Portfolio entries? #1369753Hi,
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 21, 2022 at 1:46 pm in reply to: What is the custom post type name for Portfolio entries? #1369724Hi,
The blog element css sets the width for the items at 48% below 767px, so for tablet 768px – 1024px it would still be 4 across,
so to achieve 4 columns desktop, 2 on tablet, 1 on mobile, I recommend this css:@media only screen and (min-width: 501px) and (max-width: 1024px) { .responsive #top #wrap_all #main .slide-entry { width: 48%; } .responsive #top #wrap_all #main .avia-content-slider-even .slide-entry.slide-parity-odd { margin: 0; clear: both; } .responsive #top #wrap_all #main .slide-entry { width: 48%; margin-left: 4%; } .responsive #top #wrap_all #main .slide-entry .slide-content { width: 260px; margin: auto; } } @media only screen and (max-width: 500px) { .responsive #top #wrap_all #main .slide-entry { width: 100%; margin: 0; } .responsive #top #wrap_all #main .slide-entry .slide-content { width: 260px; margin: auto; } }In my testing I found that your images have a width of 260px, this made the content below look off to the left, so I added a width of 260px to the content also to look better:

Now the reason the columns were not breaking to two across at 767px like that should was because in your child theme stylesheet on line 768 you added this css to change the display to flex, I assume that you added this for a different element or for a specific page so you will need to adjust it to not conflict with this page or remove it.
.slide-entry-wrap { display: flex; justify-content: center; margin-bottom: 40px!important; }After applying the css above, please clear your browser cache and 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,
MikeHi,
I see in your first site you have a child theme header.php, and in the second site you have a child theme header.php and footer.php.
Please remove your child theme header.php and footer.php, if you know of any customizations in them then save them to your computer for future review.
These files have changed in the current version and is typically the cause of this kind of error.Best regards,
MikeHey gaffurim,
Thanks for your question but you can not auto-play a video on mobile, Safari & Chrome have set the standard a few years back that mobile video must be clicked by the user to play, this was to try to curb “video spamming” by websites. As with any standard there are “hacks” around this but with each update Safari & Chrome block more methods. We follow the rules, you can probably find a WordPress plugin that will if you really want to do this. The last time I checked the layerslider was still auto playing background videos on mobile, but there is no telling how long this will be for. I would recommend not trying to bypass this because you will constantly need to watch your site for this breaking.Best regards,
MikeOctober 20, 2022 at 6:44 pm in reply to: Remove sidebar from post for use Enfold with WP Courseware #1369650Hi,
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,
MikeHi,
Thanks for the link to your site, I added this css:#header_main .avia-menu { padding: 0; margin: 0; } #header_main .main_menu > .social_bookmarks { display: none; }please clear your browser cache and check.
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,
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,
Mike -
AuthorPosts


