Forum Replies Created
-
AuthorPosts
-
Hey AuroraArcus,
Thanks for the link to your site, I believe you want your layers to slide up from the bottom and out through the top, select your layer and use the Opening & Ending Transitions

You can read more in the LayerSlider Documentation, as it is actually a separate plugin that allows us to add to our Enfold theme.
Another option would be to go to the LayerSlider Template Store

and import a free slider that has the effect you like and see how they did it.

Best regards,
MikeHi,
Thank you for the link to your site, I believe you are looking for this:

if so try this code in the General Styling ▸ Quick CSS field.sub-menu:before { position: absolute; top: -7px; left: 40%; display: inline-block; border-right: 7px solid transparent; border-bottom: 7px solid #ffdfab; border-left: 7px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; } .sub-menu:after { position: absolute; top: -6px; left: 40%; display: inline-block; border-right: 6px solid transparent; border-bottom: 6px solid #ffdfab; border-left: 6px solid transparent; content: ''; }After applying the css, 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 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,
Thank for the login, in your Header Footer Code Manager plugin you have a script that was removing the slider, the snippet NITROPACK it is now deactivated and your slider shows,
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,
MikeHey Jan Hofman,
I looked at your site and you are using a valid license with the latest version 4.8.7.1
Your problem was with the Smush Pro plugin, I responded to your support thread, please review and reply there.Best regards,
MikeNovember 27, 2021 at 10:18 pm in reply to: Enfold doesn't want to load the headers in any way #1330699Hey janhofmanveiligheidsopleidinge,
Thank you for the link to your site, the first problem with your slider is the plugin Smush Pro lazyload option, this causes the slider to not load the correct height, to demonstrate I disabled it for the frontpage:

Now the second problem with your slider is your images are very different sizes 1500×300 & 700×307 so at fullwidth the first one shows fine, but the second one is stretched to show fullwidth which makes it much taller, so to correct please ensure both images are similar sizes.
You are using the latest version 4.8.7.1Best regards,
MikeHey burschid1,
Vielen Dank für den Screenshot, bitte überprüfen Sie Ihr Menü und wählen Sie das Menü mit dem Titel “Hauptmenü” und speichern Sie es.
Wenn dies nicht hilft, fügen Sie bitte ein Admin-Login in den Bereich Private Inhalte ein, damit wir Ihnen weiterhelfen können.— Translated with Google —
Thank you for the screenshot, please check your menu and select the menu titled “main menu” and then save.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey ndszamoca,
Thank you for the link to your site it looks like you are using WPML which creates a theme panel for each language, so for DE the css is probably not added.
When looking at your theme panel option for the Quick CSS you should see which language you are looking at and also see an option for “all languages” choose that and then add the css and save.
Or you can add the css to the WordPress ▸ Customize ▸ Additional CSS field, If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey sofiadadci,
Try this css and adjust to suit
#top #main div.woocommerce-message { border-color: #1b5080; background-color: #3d71a1; color: #fff; }Best regards,
MikeHey aruizhuidobro,
Thank you for the link to your site and the login, the Montserrat 800 is actually Montserrat-ExtraBold and not included by default, so I added it for you via the Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager
and adjusted your css to:.avia-animated-number span.avia-single-number { font-family: 'Montserrat-ExtraBold'; font-size: 55px; font-weight: 800; }and now it is working, please clear your browser cache and check.

Best regards,
MikeHey kelem138,
I have not seen the message: there is a newer registered version for this page from any Enfold site before, I’m certain this message is not from Enfold, it looks like you are using a cache plugin swift performance I assume this is where the message is from, try disabling this plugin and clear your browser cache to see if this resolves.
If you have a server cache then clear it also.Best regards,
MikeHey aruizhuidobro,
Thank you for the link to your site but it seems that your login page is different than the standard /wp-admin/ so I couldn’t login to review closer,
I believe you are trying for this layout:

in this case make G-TRAUMA-970×1410-1-1.jpg 705×1460
I linked to my test example below.Best regards,
MikeHey aruizhuidobro,
Thank you for the link to your site but it seems that your login page is different than the standard /wp-admin/ so I couldn’t login to review closer,
but you should be able to select 1/2 columns in the form element style option, like this:

and achieve two columns like this:

If you change the message field to “text input” instead of “text area”:

you will have this:

Please give this a try.Best regards,
MikeHi,
It looks like your site has changed since Oct 9, at that time your page had 40 requests fully loaded:

now it has 256 requests:

I see that you are not using the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression

If you use this option you will reduce your requests some, but this will only take effect after you clear your Cloudflare cache because right now Cloudflare is serving 256 files. I would also recommend disabling your Hummingbird plugin and then review again.
You should see results like this from the default Enfold 2017 demo:

with 59 requests fully loaded in 6.7 seconds.Best regards,
MikeHi,
Thank you for your vote, this has been summited, but we have no ETA, as you can imagine there are numerous things on the Dev Team’s to-do list but it will be noted in the change log when it is added.Best regards,
MikeHi,
Sorry this shortcode doesn’t have options it only calls the WordPress search function get_search_form as seen in the shortcode function:
add_shortcode('avia_search', 'get_search_form');
You can try the many different plugins available or you can review this tutorial to Create a Custom WordPress Search Results Page.
The only easy way I found to limit the search results to the first 8 is to use this function which only shows this first 8 and hides the search results title, pagination and heading.
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function limit_search_results() { ?> <script> (function($){ $('#top.search-results .template-search article').hide(); $('#top.search-results .title_container').hide(); $('#top.search-results .template-search .pagination').hide(); $('#top.search-results .template-search .extra-mini-title').hide(); $('#top.search-results .template-search article').slice(0, 8).show(); })(jQuery); </script> <?php } add_action('wp_footer', 'limit_search_results');Best regards,
MikeNovember 27, 2021 at 2:11 pm in reply to: Widget Enfold Facebook Likebox don't working in footer #1330671Hi,
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,
Sorry for the late reply, I see that your favicon is giving a 404 error, please download the favicon.ico linked below and upload to your root directory via FTP or your webhost file manager, your root directory should look like this:

Then clear your browser cache and any cache plugin, 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,
MikeHey Medaliaprod,
Thanks for your question but this seems to be a duplicate question, I replied to your other thread here lets continue there, thank you.Best regards,
MikeHey Medaliaprod,
Thank you for your question and the link to your site, the error I see isjQuery is not definedtypically this occurs when the theme option at: Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer is enabled, please disable and clear your browser cache and check again.
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.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,
Thank you for the login, since you said your plan is to omit the overlay for smaller screens my test found that the layout you have begins to show well for 1024px so I used that as the breakpoint, so this script checks for a minimum width of 1023px and a scroll of 20px from the top on the home page only. The css below hides the element on smaller screens.
I added this code to the end of your functions.php file in Appearance ▸ Editor:function custom_home_overlay() { ?> <script> (function ($) { $(window).scroll(function() { var width = $(window).width(), height = $(window).height(); var scroll = $(window).scrollTop(); if (scroll > 20 && width >= 1023) { $('#top.home #overlay').css({ 'display': 'none'}); } if (scroll < 20 && width >= 1023) { $('#top.home #overlay').css({ 'display': 'block'}); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_home_overlay');and this to your Quick CSS
@media only screen and (max-width: 1023px) { #top.home #overlay { display: none; } }please clear your browser cache and check.
@Guenni007 thank you for your idea, I didn’t try it because we were already down this path 🙂Best regards,
MikeHi,
Sorry I don’t know of any customization plugins like this, it sounds like css would solve these issues, I would recommend searching the forum for these solutions. If you don’t find a solution you can open a new thread and we would be glad to help you.Best regards,
MikeHi,
If you are going to add a line of text to the short description, that will give you the same result as the [Return] key, so this will be good either way.
For the “Further Information” tab, this is a default additional tab in woocommerce you can remove it with the following function in your functions.php:add_filter( 'woocommerce_product_tabs', 'my_remove_product_tabs', 98 ); function my_remove_product_tabs( $tabs ) { unset( $tabs['additional_information'] ); // To remove the additional information tab return $tabs; }You can read more about this solution here.
Best regards,
MikeHi,
Glad to hear we were able to help, but this was not my code, I believe the original thanks goes to Guenni007 in this thread or it was a collaboration with Ismael in a later post from the same thread 🙂
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



