Forum Replies Created
-
AuthorPosts
-
Hey 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,
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,
MikeHi,
Thanks for the link to your page, I found your border to not include the radius but it was working from what you added to the child theme stylesheet, I added the radius to your rule with a little padding and also testing it in your Quick CSS and it works in both places:.av-masonry-sort a { border: solid 2px black; border-radius: 25px; padding: 0 10px; }
so I imagine the issue was your caching plugins, which is a common issue, I recommend to disable your caching while building your site and when it is done then enable it.
As for the font size of your masonry content, in your Quick CSS had the size set to: font-size: 0.5em; which is very small, so I changed it to font-size: 1.5em; to match your title, so the Quick CSS is working, what size do you want it to be?
I test with Chrome on Windows, if you are testing with Safari it 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 14, 2022 at 1:01 pm in reply to: Adding social media icons to mobile menu on mobiles only #1348381Hi,
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,
MikeHi,
Merci pour la connexion, mais je n’ai pas trouvé où vous affichez votre élément de produit de maçonnerie, veuillez inclure un lien vers la page.
Je vois un élément de maçonnerie sur votre page d’accueil, mais ce n’est pas pour les produits.
Dans votre capture d’écran pour le tri maçonnerie, veuillez noter comment les règles sont estompées, cela signifie qu’elles ne sont pas actives

vous avez probablement besoin de plus de spécificité mais j’aurais besoin de voir l’élément à vérifier et je ne l’ai pas trouvé, mais allons travailler sur l’effet de survol de la souris pour le produit de maçonnerie en premier.— Translated with Google —
Thank you for the login, but I couldn’t find where you are displaying your masonry product element, please include a link to the page.
I do see a masonry element on your homepage but it is not for products.
In your screenshot for the masonry sort, please note how the rules are faded, this means that they are not active

you probably need more specificity but I would need to see the element to check and I couldn’t find it, but lets work on the mouse-over effect for the masonry product first.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,
MikeApril 14, 2022 at 12:14 pm in reply to: How do I change the button and font color of “submit” button in contact form? #1348357Hi,
Glad this helps, to include the text fields try updating to this css:#top #main input[type='submit'].button, #top #main input[type='text'] { background-color: transparent; color: #3c5c85; border: 1px solid #ae883d; }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 14, 2022 at 12:02 pm in reply to: openPetition Code einfügen www.kiesgrube.pro-waghaeusel.de #1348354Hi,
Glad to hear, what was the correct code, or how did you correct it?Best regards,
MikeApril 14, 2022 at 12:33 am in reply to: openPetition Code einfügen www.kiesgrube.pro-waghaeusel.de #1348329Hey rkshorty,
Thanks for the code but in my test I get the error OPWIDGET is not defined I tried to research on the openpetition.de site but couldn’t find a code example, are you sure this code is correct?<script src="https://www.openpetition.de/javascript/widget.js"></script> <noscript>Bitte aktivieren Sie JavaScript und laden die Seite neu.</noscript> <script> var OPWIDGET = { "base_url": "https://www.openpetition.de", "api_key": "3864e7409744603ac4147f7756deac6fcdee2be45a4c7d2deb6efa43591168f7", "options": { "primarycolor": "#e07d28", "secondarycolor": "#6c6c6c", "backgroundcolor": "#ffffff", "mainfontsize": "12px", "language": "de_DE.utf8" } }; </script>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,
MikeApril 14, 2022 at 12:08 am in reply to: How do I change the button and font color of “submit” button in contact form? #1348325Hi,
Thanks for your feedback, I understand that you are using a custom header widget, but I don’t recognize the ydf-logo-social using the font awesome icons, I thought you had used html to add them, are you using a plugin shortcode to add them? This is not from the theme.
If you are using a plugin shortcode try looking in it’s settings for an option to open the links in a new tab, or check the plugin support page for a function that will add this, otherwise please include an admin login so I can see how these are added.Best regards,
Mike -
AuthorPosts


