Forum Replies Created
-
AuthorPosts
-
April 17, 2022 at 8:11 pm in reply to: timeline on mobile does'nt show correctly unless you turn the phone to landscape #1348628
Hi,
Thank you for your patience, and Thank you for the link to your page, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 989px) { .av-no-preview #avia-timeline-1 ul.avia-timeline-vertical li { padding: 0; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Perhaps you have a missing bracket or another error in another part of your css, please include an admin login in the Private Content area so I can check.Best regards,
MikeApril 17, 2022 at 7:53 pm in reply to: After update. The gallery on the desktop is not visible. But it's OK on the mobi #1348625Hi,
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,
Thanks for the feedback, do you mean the title in the screenshot in the Private Content area?
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.html_modern-blog #main .avia-content-slider .slide-entry-title { font-size: 24px; }After applying the css, please clear your browser cache and check.
Please note that testing with Safari can be hard to clear the cache, often you 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,
MikeApril 17, 2022 at 4:18 pm in reply to: Updating failed. The response is not a valid JSON response. #1348618Hi,
Thanks for the feedback, on the /en/ site you are getting this errorGET http://www.wlhtex.xyz/en/wp-json/?_locale=user 404 (Not Found) http://www.wlhtex.xyz/en/wp-includes/js/dist/api-fetch.min.jswhile researching this api-fetch.min.js error I found this solution that pointed to updating your nginx config, I don’t know a lot about nginx config so give this a try.
Best regards,
MikeApril 17, 2022 at 4:00 pm in reply to: Using style.css for plugin customisation does not work #1348616Hi,
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,
MikeApril 17, 2022 at 3:46 pm in reply to: After update. The gallery on the desktop is not visible. But it's OK on the mobi #1348614Hey babyboymik,
Thank you for your patience and the screenshot and the link to your site, to solve your issue with tablet landscape I recommend using a custom class for your banners and custom css with orientation media queries to be more precise than the theme display options. These custom classes could be used for all of your banners sitewide.
For example, mobile-banner & desktop-banner
and an example of media queries would be like this:@media only screen and (max-width: 767px) and (orientation: portrait) { .mobile-banner { display: block; } .desktop-banner { display: none; } } @media only screen and (max-width: 767px) and (orientation: landscape) { .mobile-banner { display: none; } .desktop-banner { display: block; } }But I believe with your large banner if you are going to display your sidebar the minimum width should be 1440px, like this:
@media only screen and (max-width: 1439px) { .mobile-banner { display: block; } .desktop-banner { display: none; } } @media only screen and (min-width: 1440px) { .mobile-banner { display: none; } .desktop-banner { display: block; } }with this setup you should not need to use orientation because there are no tablet that trigger 1440px at landscape, they trigger 1366px.
Give this a try and let us know if it helps.Best regards,
MikeHi,
Thanks for the feedback, it looks like your mega menu is using rows instead of columns, try following our documentation for Creating submenu rows and columns.Best regards,
MikeApril 17, 2022 at 1:43 pm in reply to: After update. The gallery on the desktop is not visible. But it's OK on the mobi #1348609Hey HeeHA,
Thanks for the link to your site, you have a javascript error because jQuery Migrate was disabled in your theme options, I enabled it and now your page works correctly, please clear your browser cache and check.Best regards,
MikeApril 17, 2022 at 1:02 pm in reply to: Using style.css for plugin customisation does not work #1348608Hi,
Thanks for the feedback and the login, I added the css to the top of your child theme stylesheet and clear my browser cache and the change is displaying.
Please clear your browser cache and check.
Please note that testing with Safari can be hard to clear the cache, often you 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,
To remove this menu animation for certain pages, such as your example home page, try this css:#top.home #wrap_all #av-burger-menu-ul > li { top:0 !important; opacity:1 !important; }feel free to adjust the page ID “home” to another page if you wish, then after applying the css, please clear your browser cache and check.
Best regards,
MikeHey Yaphoon,
Thank you for your patience, unfortunately the Enfold contact form doesn’t include these features, it is only meant to be a basic contact form, typically we recommend contact form 7 for features like this. I believe contact form 7 has it’s own CAPTCHA.Best regards,
MikeHey laptophobo,
Thanks for your question, but I have not tried any plugins or scripts for this, but perhaps this article will help.Best regards,
MikeHey Stefan,
Thank you for your question, Safari and Chrome do not allow videos to automatically play, while there are some hacks and plugins that try to bypass this the browsers continue to try to block this.
So you could try a plugin or perhaps the layerslider, but there is a good chance in the future this will not work.Best regards,
MikeApril 16, 2022 at 10:48 pm in reply to: Latest version is 4.8 but my install says it's the latest…? #1348587Hi,
Glad we were able to help, thank you for the review, 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,
MikeApril 16, 2022 at 10:44 pm in reply to: Using style.css for plugin customisation does not work #1348586Hi,
Thank you for the link to your site, I was note able to login but looking at your source code it looks like the plugin’s css is already using !important which is why you are having trouble overriding it..wsc-left-section-img>img{ vertical-align:middle; height:48px!important; max-height:48px!important; max-width:48px!important; object-fit:contain!important; }Try this css in your child theme style.css:
#top>.wsc-main>.wsc-wrapper>.wsc-left-div>.wsc-left-section-img>img { height: 50px !important; max-height: 50px !important; max-width: 75px !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey soltner,
Thanks for the screenshot and the link to your page, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (min-width: 2060px) { #top.home .flex_cell.av_one_half { background-size: cover; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad to hear that you have this sorted out, the Dev Team is still reviewing your other issue and will reply when we hear back.
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,
MikeApril 16, 2022 at 9:42 pm in reply to: Latest version is 4.8 but my install says it's the latest…? #1348580Hey beyondscarface,
If you are using version 3.6.1 then you will need to manually update because the license API in that version is no longer supported by Theme Forest.
Version 3.6.1 is very old and we are now at V4.9.2.1, so before updating please ensure that you make a full backup using your web hosting backup option, if you need help please ask your web host as each host has different options and they will know their options best.
Then ensure you are using the latest version of WordPress and your server PHP is at least v7.4.
Then to update your version of Enfold you will need to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
Thanks for the link to your page and adding the custom ID container-special-design
I see that your element doesn’t show until 768px (tablet) but at that view the side margin and padding makes it look narrow until 1440px, I also see the gap below it.
So please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (min-width: 767px) and (max-width: 1440px) { #container-special-design, .responsive #container-special-design>.container { padding: 0; margin: 0; width: 99%; max-height: 1800px; } } @media only screen and (min-width: 1441px) { #container-special-design, .responsive #container-special-design>.container { padding: 0; max-height: 1800px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 16, 2022 at 8:52 pm in reply to: How to remove span.av-structured-data for specific itemprop #1348577Hey WPStyling2020,
Please try editing the schema code in /enfold/includes/helper-markup.php by removing lines 425-433, in version 4.9.2.1:if( ! in_array( 'date', $exclude ) ) { $output .= "<span class='av-structured-data' {$entry_time_markup}>{$post->post_date}</span>"; } if( ! in_array( 'date_modified', $exclude ) ) { $output .= "<span class='av-structured-data' {$date_markup}>{$post->post_modified}</span>"; }
then add this file to your child theme in the directory /includes/

then add this function to the top of your child theme functions.php:require_once( 'includes/helper-markup.php' );
in my test this worked:

Best regards,
MikeHey grafxwork,
Thank you for the link to your site and telling us that you are using OVH hosting, recently we had another user on OVH hosting that couldn’t install a demo and it turns out that OVH hosting disabled the set_time_limit() function along with a negative value for Max input time,
I have checked your site and it also has these server issues, perhaps you can ask OVH hosting to correct, but the last user had to move to another web host that allowed for standard PHP settings.
You can read this thread here.Best regards,
MikeHey babyboymik,
Please try the Ads for bbPress plugin, with it you can add html or javascript on top and bottom of each page and between topic and reply lists.Best regards,
MikeHey nasi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.mfp-container button.mfp-arrow { display: none; } .mfp-container img.mfp-img { pointer-events: none; } #top .mfp-gallery .mfp-image-holder .mfp-figure { cursor: default; } .mfp-bottom-bar .mfp-counter { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Jürgen,
Please see our documentation on adding Custom Social Icons.Best regards,
MikeApril 16, 2022 at 6:55 pm in reply to: Product Masonry – sustainable price displaying edition #1348571Hey Arsène,
Thank you for your patience, as you know the masonry element will display the price range for variable products, but it can not change or calculate the prices, this must be done in woocommerce, perhaps the plugin WooCommerce Price Per Unit would help.
But I don’t believe that you are going to be able to sort by the product price in the masonry element.
If you have already been able to setup your product with a variable price per gram and only need for the ” /g” to show in the masonry element

this can be done because the variable product in the masonry element includes the category, for example: product_cat-tshirts
so this script would add the ” /g” to the price:function custom_script() { ?> <script> (function($){ $(".av-masonry-entry.product_cat-tshirts.product-type-variable .woocommerce-Price-amount bdi").each(function() { $(this).append(' /g'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeApril 16, 2022 at 6:14 pm in reply to: Before and after image plugin that is compatible with Enfold #1348568Hi,
Thank you for your patience, unfortunately this thread is from 2019 so there is a good chance that the original poster @paullindqvist may not be active here anymore.
Please see this plugin by the plugin author: https://www.youtube.com/watch?v=VM5QwfKisiY
it shows that you create your “Before After Slider” in the “Before After” custom post type where you choose all of your options and then add the shortcode in a code block.
Please try this instead of using any text element toolbar, as it probably won’t work with the Advanced Layout Builder.
I note that this plugin “live preview” and “test drive” don’t work and the author’s website doesn’t list it as a product, so there is a good chance that it is not active anymore.
While we can’t offer support for third party plugin like this, I hope the video will help.Best regards,
MikeHey fkm,
Thank you for your patience and the link to your page, I’m not sure why this is occuring, but this seems to correct, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.avia-post-nav.avia-post-prev .entry-info-wrap { width: 240px; visibility: hidden; transform: translateX(-100%); -webkit-transform: translateX(-100%); animation: slide-out 0.5s forwards; -webkit-animation: slide-out 0.5s forwards; } .avia-post-nav.avia-post-prev:hover .entry-info-wrap { visibility: visible; animation: slide-in 0.5s forwards; -webkit-animation: slide-in 0.5s forwards; } @keyframes slide-in { 100% { transform: translateX(0%); } } @-webkit-keyframes slide-in { 100% { -webkit-transform: translateX(0%); } } @keyframes slide-out { 0% { transform: translateX(0%); } 100% { transform: translateX(-100%); } } @-webkit-keyframes slide-out { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(-100%); } }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 16, 2022 at 1:30 pm in reply to: Replace Child Theme logo option with site title and tagline #1348556Hey GWS,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#header_main .logo img { display: none; } #header_main .logo a { line-height: 20px; top: 20px; }Then try adding this code to the end of your functions.php file in Appearance ▸ Editor:
add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= get_bloginfo( 'name', 'display' ); $sub .= "<br>"; $sub .= get_bloginfo( 'description', 'display' ); return $sub; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts

