Forum Replies Created
-
AuthorPosts
-
Hey thecszone,
Thanks for your patience, please include an admin login to your site and a test page for the Mailerlite script so we can check, since we don’t have an element for Mailerlite I assume that you are adding the Mailerlite script to the page with a code block element or perhaps a function in your functions.php?
Do you see any javascript errors in your browser console? Have you tried disabling your plugins and cache?Best regards,
MikeHi,
Thanks for your patience, I have checked your site with my Android device and the LayerSlider background video plays correctly, I also tested by emulating mobile devices on Windows in Chrome, Firefox, & Edge, which also worked.
I tested on a Mac with Safari responsive design mode emulating iPhone devices, and this also showed the LayerSlider background video.
I also tested on browserstack.com with an actual iPhone Pro 13 v15.6 remotely and the LayerSlider background video plays correctly

I also tested on browserstack.com with an actual iPhone 8 v15.4 remotely and again the LayerSlider background video plays correctly

Please check your iPhone settings, by default Safari and iPhone do not want background videos to play on mobile devices, perhaps you have enabled a setting for low bandwidth video or some other setting, the iPhones I tested with on browserstack.com has the default settings and I can’t change them, but you see the video is playing, so please check your settings.
This doesn’t seem to be an issue with the LayerSlider.Best regards,
MikeFebruary 18, 2023 at 2:49 pm in reply to: woocommerce booking “display calendar en click not working” #1398438Hi,
Thank you for your patience, when I check our hotel demo I don’t think the Woocommerce Booking plugin is activated on our demo, and I don’t think that I have access to this plugin, perhaps I’m looking on the wrong page, do you see it active on our demo site?
But I have seen the basic calendar not working correctly on the contact form, perhaps this is what you mean:

On our demo this is achieved with the datepicker option in the contact form:

and sometimes other plugins conflict with this, try disabling your plugins 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,
Thank you for your patience to move the arrows from the edge equally please try this css:@media only screen and (max-width: 1024px) { #main .av-tab-above-content .av-tabsection-arrow { position: absolute; width: 90%; top: 30px; left: 5%; } }expected results mobile:

expected results tablet:

To also change the color and size try adding this css:@media only screen and (max-width: 1024px) { #main .av-tab-above-content .av-tabsection-arrow { position: absolute; width: 90%; top: 30px; left: 5%; } #main .avia-slideshow-arrows a:before { color: #bfdc1e; font-size: 20px; font-weight: 900; } }Best regards,
MikeHi,
Thank you for your patience and for the link to your site, please note that your css has padding: 10px 50px;

please change this to padding: 10px 0;
like this:.header_color .phone-info { background-color: #d90914; color:#ffffff!important; font: 15px Oswald; font-weight: bold; padding: 10px 0; }Best regards,
MikeHi,
Thanks for the feedback, once you log in to your support account please click this link to open a new thread.
Then please explain in detail your issue with a link to your site, please don’t reply to this email as it goes to the contact form area which is not for support.Best regards,
MikeHi,
Instead of using .appendTo(‘.single-product-summary .product_title’) try using .insertAfter(‘.single-product-summary .product_title’) this will add the Author & Curatore after the title instead of adding the Author & Curatore to the title. For example:function add_autore_and_curatore_attributes_after_title() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_autore').each(function() { $(this).clone().wrapInner('<p class="pa-autore"/>').children(0).unwrap().insertAfter('.single-product-summary .product_title').css({'margin':'0'}); $('.pa-autore .woocommerce-product-attributes-item__label').wrapInner('<p class="autore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-autore .woocommerce-product-attributes-item__value').wrapInner('<p class="autore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-autore .autore-value p').css({'margin':'0'}); }); $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_curatore').each(function() { $(this).clone().wrapInner('<p class="pa-curatore"/>').children(0).unwrap().insertAfter('.single-product-summary .product_title').css({'margin':'0'}); $('.pa-curatore .woocommerce-product-attributes-item__label').wrapInner('<p class="curatore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-curatore .woocommerce-product-attributes-item__value').wrapInner('<p class="curatore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-curatore .curatore-value p').css({'margin':'0'}); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'add_autore_and_curatore_attributes_after_title');I tested on the pages linked below and works with:
Author & Curatore no product info
Author & Curatore with product info
Curatore only
Author only

Best regards,
MikeHey Jim Zeigler,
You can download your paid version of the theme from your Envato account, Envato aka: Theme Forest is the exclusive licensor of our theme, we do not manage licenses directly nor can we issue licenses.
If another developer purchased your license and you don’t have a Envato account to login to, please contact that developer, if you are unable to do so then please create your own account when you purchase a new license for the theme.Best regards,
MikeHey Gerry Granshaw,
Typically you would login to your support account and open a new thread. But I see that your account is from 2016 so your support probably needs to be renewed, please go to your Envato account and renew your support.
Your theme license is forever, but typically the support period is between 6mos to a year depending on what you purchased originally.
You could check our fullwidth easy slider documentation, or search our fourm as typically solutions are found in older threads.Best regards,
MikeHey Bill,
Thanks for the link to your site, I see that you are using Enfold v4.4.1, you need to update to solve this.
To update your version of Enfold you will need to download the latest installable WP 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.

After you update you will need to go to your Theme Forest account and create a new Token for future updates.Best regards,
MikeFebruary 17, 2023 at 11:32 pm in reply to: Although all of my pages are accessible in admin mode, they do not show live #1398401Hi,
This looks like it’s from your iThemes Security log, I don’t see anything helpful in it.
Try checking your webhost server error log, if you are not sure where to find it ask your webhost for assistance.
Also please try enabling WP_DEBUG, please see these installations.Best regards,
MikeHi,
Glad to hear that you have this sorted out, and thanks for sharing your solution, 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 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,
MikeHi,
Thank you for the link to your site and the screenshot, please try this css:@media only screen and (max-width: 767px){ .responsive.html_header_top.html_logo_center #header_main .logo { margin: auto; } }After applying the css, please clear your browser cache and check.
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,
MikeHey fmdum_envato,
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 Yigit 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,
Glad to hear that you have this sorted out, and thanks for sharing your solution, 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,
MikeFebruary 17, 2023 at 7:43 pm in reply to: Although all of my pages are accessible in admin mode, they do not show live #1398390Hi,
Thanks for the feedback, I tried re-uploading your theme but that didn’t help, please check your server error log for any errors, I have not seen this before so I have asked the rest of the team for input.Best regards,
MikeHi,
It seems that the div woocommerce-product-details__short-description is not present if the “Product short description” field is empty, do you plan on having products without a description?
If you do expect the final site to have products without a description please choose a location that will be uniform for all products such as before/after the in-stock div (Disponibile), assuming this will be present on all products.
I guess you could also choose after the title or price since they should always be present, please ask your client what they would prefer.
If you want to test different locations you only need to change the appendTo class in the script in two places to the new class you want to target:

Best regards,
MikeHi,
Thanks, try replacing the precious solution with this this one at the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script_pa_autore_and_pa_curatore() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_autore').each(function() { $(this).clone().wrapInner('<p class="pa-autore"/>').children(0).unwrap().appendTo('.woocommerce-product-details__short-description').css({'margin':'0'}); $('.pa-autore .woocommerce-product-attributes-item__label').wrapInner('<p class="autore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-autore .woocommerce-product-attributes-item__value').wrapInner('<p class="autore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-autore .autore-value p').css({'margin':'0'}); }); $('.shop_attributes .woocommerce-product-attributes-item--attribute_pa_curatore').each(function() { $(this).clone().wrapInner('<p class="pa-curatore"/>').children(0).unwrap().appendTo('.woocommerce-product-details__short-description').css({'margin':'0'}); $('.pa-curatore .woocommerce-product-attributes-item__label').wrapInner('<p class="curatore-label"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-curatore .woocommerce-product-attributes-item__value').wrapInner('<p class="curatore-value"/>').children(0).unwrap().css({'display':'inline-block','margin':'0'}); $('.pa-curatore .curatore-value p').css({'margin':'0'}); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'custom_script_pa_autore_and_pa_curatore');and use this css:
.pa-autore > .autore-label:after { content: ": " } .pa-curatore > .curatore-label:after { content: ": " }Best regards,
MikeFebruary 17, 2023 at 1:50 pm in reply to: Burger Overlay Menu: How to close by clicking on current Link #1398343Hi,
Thank you for your patience, I don’t believe that it is related to the /#top after the href of the current-menu-item because my test site has the /#top, but that aside if you want to remove the /#top please see this solution: How to remove #top in menu link
To close the burger menu on the current menu click please try the following script, I tested it on desktop burger menu with the overlay such as this demo:

in which it fades the overlay slowly while closing the menu.
and I also tested it on a flyout burger menu example such as this demo:

in which it slides the menu closed slowly as expected.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function close_burger_overlay_for_current_menu_item() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($) { $('.current-menu-item a').click(function () { $('.av-hamburger').removeClass('is-active'); $('html').removeClass('av-burger-overlay-active'); $('html').removeClass('av-burger-overlay-active-delayed'); $('.html_av-overlay-side .av-burger-overlay-scroll').css({'transition' : 'all 0.5s cubic-bezier(0.75,0,0.25,1)'}); setTimeout(function () { $('.av-burger-overlay').fadeTo(500, 0); }, 500); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'close_burger_overlay_for_current_menu_item');Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
If this doesn’t work for you please include an admin login to your site so we can ensure you are not getting jQuery errors and investigate.
Please note that the demo links above are for reference, I can not add the script to our official demo site, I tested by injecting the javascript though the browser and it worked in my tests.
I have not heard back from the rest of the team yet, but I will refer this to the Dev Team for their review.Best regards,
MikeHi,
Please update the live site as there is no attribute Curator, I assume the attribute class will be .woocommerce-product-attributes-item–attribute_pa_curator but I need to see it to test a new script.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,
MikeHi,
Please add this css:.pa-autore > .autore-label:after { content: ": " }After applying the css, please clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Do you mean the FB icon? This is hidden by default on mobile to save room in the header, try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; } }Best regards,
MikeFebruary 16, 2023 at 7:03 pm in reply to: Burger Overlay Menu: How to close by clicking on current Link #1398247Hi,
I have tested my demo page linked above on Windows in Chrome, Firefox, & Edge which has the desktop burger menu showing and going to a page like the frontpage or the features page and then clicking the same menu item again closes the menu. I also tested this on a actual Android device.
But I do see the error on our 2017 Demo on mobile since the desktop burger menu is not active, I will ask the rest of the team what they are experiencing on their demos, do you find my demo to be working as I say?Best regards,
MikeFebruary 16, 2023 at 6:41 pm in reply to: Although all of my pages are accessible in admin mode, they do not show live #1398244Hi,
Thanks for the login, I see that none of your pages are displaying either logged in or out, same with your posts.
Please try disabling all of your plugins including the iThemes Security Pro plugins and leave them disabled, except the “Tijdelijke login zonder wachtwoord” so we can still login.
Then try re-installing WordPress to ensure that none of the core WordPress files are damaged, you can easily do this at WordPress Updates:

I have not seen this before.Best regards,
Mike -
AuthorPosts




