Forum Replies Created
-
AuthorPosts
-
February 11, 2019 at 2:41 pm in reply to: Footer color has change since last update (theme & wordpress) #1065437
Hi,
Glad to hear, and sorry again.
We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
@AdrianSmithUK & @ariane1001, we have found that there is a “if” statement in the menu.js that disables the sticky sub-menu. Please try to edit: \enfold\config-templatebuilder\avia-shortcodes\menu\menu.js line 57-61, look for:if( burger_menu.is(":visible") ) { this.css({top: 'auto', position: 'absolute'}); fixed = false; return; }and change to:
/*if( burger_menu.is(":visible") ) { this.css({top: 'auto', position: 'absolute'}); fixed = false; return; }*/or you can replace the file with this modified one, please retain a copy of the old one should you wish to un-do this modification.
(I will disable the link in a week so it doesn’t conflict with future updates)
Thank you for your patience.Best regards,
MikeFebruary 11, 2019 at 2:07 pm in reply to: Sprungmarke wird nicht korrekt angesteuert, in Kombination mit LayerSlider #1065428Hi,
Sorry for the late reply, Ismael found that the code in the menu.js on line 57 was not allowing the sticky sub-menu when the mobile menu is present, I commented it out and it now works. Please clear your browser cache a couple of times to clear the .js file, and check.
Theis was the code:if( burger_menu.is(":visible") ) { this.css({top: 'auto', position: 'absolute'}); fixed = false; return; }Thank you for your patience.
Best regards,
MikeFebruary 10, 2019 at 11:52 pm in reply to: Change Frame and "Send" Button Color in Contact Form #1065233Hi,
It looks like you would like the header setup from the construction demo Please try going to Enfold > Header > Header Layout > Menu and Logo Position and choosing “Logo left, Menu below”
Please let us know if that works for you. Please see our header documentation for other options.Best regards,
MikeHi,
That is a very good solution, thanks for sharing.
Sorry again for the delay, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeFebruary 10, 2019 at 11:34 pm in reply to: Color Section video (mp4) starting off gray/grey #1065228Hi,
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.html_stretched #wrap_all,#main .avia-slide-wrap,#mep_0.mejs-container,#mep_0 video.avia_video { background-color: #fff !important; }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeHi,
Sorry for the late reply, this is due to the default WordPress image compression, Enfold only tells WordPress what sizes it should make the compression is up to WordPress which uses the GD image library included with PHP, but it doesn’t account for bit depth & EXIF info, typically reducing these also produces a very low quantity of image, so there is a trade-off. You could try the functions in this article or try a different plugin to compress your images.Best regards,
MikeFebruary 10, 2019 at 10:25 pm in reply to: Add font-display to entypo-fontello and custom fonts #1065219Hi,
Sorry for the late reply, this looks like a solution for: Google Fonts and font-displayBest regards,
MikeFebruary 10, 2019 at 9:52 pm in reply to: Popup Pro (wpmudev.org) doesn't work after Enfold update. #1065215Hi,
Bitte entschuldigen Sie die verspätete Antwort. Fügen Sie bitte den Admin-Login in den Bereich für private Inhalte ein, damit der Plugin-Fehler angezeigt wird.— Translated with Google —
Sorry for the late reply, please include admin login in the Private Content area so we can see the plugin error.
Best regards,
MikeHi,
Sorry for the late reply, To enable your scroll to top, 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: 767px) { .responsive #scroll-top-link { display: block !important; }} #scroll-top-link { opacity: 1 !important; visibility: visible !important; }Best regards,
MikeHi,
Ok, it is probably very similar and will assist with your jpg images.
I assume we can close this now, but I like to ask. Shall we close this then?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeFebruary 10, 2019 at 9:21 pm in reply to: Accordion Elements Making Other Page Elements Disappear #1065202Hey clbdcnpafe,
Sorry for the late reply, I tried to take a look at your issue but the login is not admin, so I could not see the page builder and I couldn’t find the pages in question. But the situation that you are describing is typically common with pages that have broken HTML tags in the title fields of the elements, such as <strong>, often when a page with broken HTML tags is saved as a template the error is carried over each time it is used but the error is not visible when viewing the source code.
Cases just like yours have been solved by not using the templates and building a new page from scratch, and then saving a new template.
Another issue I see is the use of the “preview” instead of saving the page and viewing, the dev team has found that this is not working correctly due to some technical issues. They are working on this, but to view the pages you are working on, please save and view in a new tab.Best regards,
MikeHi,
Sorry for the late reply, I took a look at your form and the main issue the I see is specificity, for example, while the happy forms is adding color the label titles it doesn’t include the “span” which the theme is assigning color to.
But in other cases the happy form is assigning the color to the form title at the top of the page:

I tried changing the order that the css loads, but because of specificity it didn’t help, I also tried removing the base.css for the one page, but that broke the header and footer.
So for the solution, I copied the happy forms customized css for the one page and added specificity to it and added it to the page in a code block element.<style> #top #main #happyforms-form-449 { happyforms-form-width: 100 !important; happyforms-form-title-font-size: 32px !important; happyforms-part-title-font-size: 22px !important; happyforms-part-description-font-size: 18px !important; happyforms-part-value-font-size: 18px !important; happyforms-submit-button-font-size: 18px !important; happyforms-color-primary: #000000 !important; happyforms-color-success: #39b54a !important; happyforms-color-error: #ff7550 !important; happyforms-color-part-title: #000000 !important; happyforms-color-part-value: #000000 !important; happyforms-color-part-placeholder: #888888 !important; happyforms-color-part-border: #dbdbdb !important; happyforms-color-part-border-focus: #407fff !important; happyforms-color-part-background: #ffffff !important; happyforms-color-part-background-focus: #ffffff !important; happyforms-color-submit-background: #a81010 !important; happyforms-color-submit-background-hover: #3567cc !important; happyforms-color-submit-border: transparent !important; happyforms-color-submit-text: #ffffff !important; happyforms-color-submit-text-hover: #ffffff !important; happyforms-color-rating: #cccccc !important; happyforms-color-rating-hover: #f39c00 !important; happyforms-color-rating-bg: #efefef !important; happyforms-color-rating-bg-hover: #407fff !important; happyforms-color-table-row-odd: #fcfcfc !important; happyforms-color-table-row-even: #efefef !important; happyforms-color-table-row-odd-text: #000000 !important; happyforms-color-table-row-even-text: #000000 !important; happyforms-color-choice-checkmark-bg: #ffffff !important; happyforms-color-choice-checkmark-bg-focus: #000000 !important; happyforms-color-choice-checkmark-color: #ffffff !important; happyforms-color-dropdown-item-bg: #ffffff !important; happyforms-color-dropdown-item-text: #000000 !important; happyforms-color-dropdown-item-bg-hover: #dbdbdb !important; happyforms-color-dropdown-item-text-hover: #000000 !important; } </style>From what I can see it is working correctly, the field click is getting the blue border, the titles are black, ect.
Please clear your browser cache and check, and let us know if something is missing so we can assist.Best regards,
MikeHi,
Sorry for the late reply, for your video on your homepage I wrote a script that plays the video on one click, I purposely targeted only the homepage video to test, but if you have other videos we could add a unique class to all the videos with the Enfold Theme Options > Layout Builder > Show element options for developers option and then adjust the script.
I added this function to your functions.php://play fullscreen video on one click function play_video_on_one_click(){ ?> <script> (function($){ $(window).load(function() { $('#top.home #fullscreen_slider_1').on('click', function(){ $('#top.home #fullscreen_slider_1 .av-click-overlay').trigger('click'); }) }); })(jQuery); </script> <?php } add_action('wp_footer', 'play_video_on_one_click');Please clear your browser cache and check.
Best regards,
MikeFebruary 10, 2019 at 5:08 pm in reply to: Different header logo for different sections of website #1065162Hi,
Glad we were able to help, and thanks for sharing your solution it should help others with their customization to see examples. We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey algkent,
I took a look at both sites and the titles are both H1


If you would like to increase the size of the font, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:h1.post-title a { font-size: 30px !important; }Best regards,
MikeHi,
Sorry for the late reply, I searched for the script that delayed the css animation in Enfold, and found it in:
enfold\js\shortcodes.js
starting on line 390:$.fn.avia_sc_animation_delayed = function(options) { var global_timer = 0, delay = options.delay || 50, max_timer = 10, new_max = setTimeout(function(){ max_timer = 20; }, 500); return this.each(function() { var elements = $(this); //trigger displaying of thumbnails elements.on('avia_start_animation', function() { var element = $(this); if(global_timer < max_timer) global_timer ++; setTimeout(function() { element.addClass('avia_start_delayed_animation'); if(global_timer > 0) global_timer --; }, (global_timer * delay)); }); }); }so reading this it looks like the elements with the class “avia_start_animation” get the class “avia_start_delayed_animation” added to them. I’m not sure if this will help you, but this is where the lazy load is starting in Enfold.
Best regards,
MikeHi,
I took a look into this issue and found a good explanation here with a function, unfortunately, the function in the article didn’t quite match the image sizes in Enfold so I tried to adjust it:function armd_resp_img_sizes( $attr, $attachment, $size ) { if ( is_array( $size ) ) { $attr['sizes'] = $size[0] . 'px'; } elseif ( $size == 'widget') { $attr['sizes'] = '36px'; } elseif ( $size == 'square') { $attr['sizes'] = '180px'; } elseif ( $size == 'featured') { $attr['sizes'] = '1500px'; } elseif ( $size == 'featured_large') { $attr['sizes'] = '1500px'; } elseif ( $size == 'extra_large' ) { $attr['sizes'] = '1500px'; } elseif ( $size == 'portfolio' ) { $attr['sizes'] = '495px'; } elseif ( $size == 'portfolio_small' ) { $attr['sizes'] = '260px'; } elseif ( $size == 'gallery' ) { $attr['sizes'] = '845px'; } elseif ( $size == 'magazine' ) { $attr['sizes'] = '710px'; } elseif ( $size == 'masonry' ) { $attr['sizes'] = '705px'; } elseif ( $size == 'entry_with_sidebar' ) { $attr['sizes'] = '845px'; } elseif ( $size == 'entry_without_sidebar' ) { $attr['sizes'] = '1210px'; } return $attr; } add_filter( 'wp_get_attachment_image_attributes', 'armd_resp_img_sizes', 25, 3 );Best regards,
MikeHi,
Sorry for the late reply, I took a look at your site and found that 3 of your header images are in the “webp” format and are about 4 times larger than the “jpg” images.

I was able to take one of your jpg images (42.2 KB) and compress it with tinyjpg.com to 36.3 KB, for a savings of 14%, making it 5 times smaller than one of the webp images (188 KB)
I would recommend using the jpg images and use the TinyJPG pluginBest regards,
MikeFebruary 9, 2019 at 9:11 pm in reply to: Product image shrinks when it should enlarge or Main Product Image does not Zoom #1064996Hi,
Sorry for the late reply, with the Theme Options > Product gallery have WooCommerce 3.0 product gallery selected.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.woocommerce-product-gallery__image img.zoomImg:hover { width: 200% !important; height: 200% !important; }Please clear your site & browser cache and check.
Best regards,
MikeFebruary 9, 2019 at 8:48 pm in reply to: Audio Player does not start automatically on all devices #1064985Hi,
Sorry for the late reply, but Apple announced a while back that they disabled auto play of videos on Safari, this is a stand that they are taking, and Chrome is expected to follow soon. I can’t find anything on the Samsung Browser, so it’s hard to say.
Unfortunately there is not anything we can do to force auto play on browsers blocking this.Best regards,
MikeFebruary 9, 2019 at 8:31 pm in reply to: Mobile fallback image on fullwidth easy slider shorter height than other 2 #1064976Hi,
Sorry for the late reply, I took a look at your site’s mobile fallback image and adjusted the css to:@media only screen and (max-width:1000px) { #top.home [data-rel=slideshow-1] img { height: 500px !important; min-height: 500px !important; background-repeat: no-repeat !important; background-size: 375px !important; } }I also noted that your image looked a little off for mobile, so I cropped it a little and uploaded a new version, Please clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the late reply, I have taken a look at your site and see that the menu goes to mobile at your brake point correctly so that the menu doesn’t overlap the logo.
I’m not sure if you still need assistance with this, if you do can you please explain.Best regards,
MikeHi,
Sorry for the late reply, as far as I know, @Gitte is correct, but there are many custom features, and it would not be available to the public. Sorry I couldn’t be more help.Best regards,
MikeFebruary 9, 2019 at 6:01 pm in reply to: Footer color has change since last update (theme & wordpress) #1064956Hi,
Sorry for the late reply, I used 3 different malware & virus scanners which gave your site a clear result.
So I took a look and your footer and social icons seem fine, Please see the screenshot in Private Content area.
Do you still need assistance with this? Please explain what changes you would like.Best regards,
MikeFebruary 9, 2019 at 5:42 pm in reply to: Make search list disappear again on click in input or outside #1064954Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts

