Forum Replies Created
-
AuthorPosts
-
May 27, 2023 at 6:40 pm in reply to: How to reduce the height of a specific text block using unique ID #1408800
Hi,
A ALB text element gets it height from the text in it:

so I assume the height you are referring to the P tag margin

to do this with a custom class, and the custom class remove-p-tag-margin to your text element and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.remove-p-tag-margin p { margin: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Manfred,
Typically you could add a custom class to the element that contains your list item and then use css like this in your Quick CSS:.custom-class li { line-height: 120px; }but it would be easier to help if we could see the page and list items.
Let us know it you want to use this everywhere on your site or only in specific situations as it could help us offer a better solution.Best regards,
MikeHi,
Please remove the group of functions in your child theme functions.php under the heading DISABLE COMMENTS then you should see the option in Nikko’s screenshot to enable the comments on your page.Best regards,
MikeHey Stefan,
Please duplicate the element and use the Element Visibility to show your current element on desktops and tablets, then change the column setting in the duplicated element to show only one and use the Element Visibility to show only on mobile.Best regards,
MikeHi,
Perhaps your child theme stylesheet has errors try ching with CSS LINT
Also try disabling your Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enabling Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and if the child theme stylesheet then works enable the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression again and clear your browser cache.
Please note that testing with iPads & iPhones 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,
MikeHey ewebbdesigns,
Thank you for the link to your site, I see that you are using Enfold v3.5.1 this doesn’t support WordPress v5+ or PHP v8
Before updating I recommend making a full backup of your site.
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.
Best regards,
MikeHey mary301187,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { position: relative; top: 0; left: 0; right: 0; bottom: 0; display: block!important; height: auto; width: auto; background: #fff; } #top #wrap_all .main_color .container .av-masonry-entry.av-masonry-item-with-image .avia-arrow { background-color: transparent; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Wollenhaupt,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.sidebar .em.em-events-widget .em-item-image .em-item-image-placeholder div.date { min-width: 70px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Stilecatalini,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#main .mejs-overlay-loading-bg-img { display: none; }After applying the css, please clear your browser cache and check.
Please note that testing with iPads & iPhones 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,
MikeHey Gary,
Thank you for the link to your site and the screenshot, please note the height of the menu item links:.av_minimal_header .main_menu ul:first-child > li a { height: 90px; line-height: 90px; }#header.av_minimal_header .main_menu ul:first-child > li a { height: 30px; line-height: 30px; } #top #header.av_minimal_header #header_main .av-main-nav .sub-menu { margin-top: 0px; } @media only screen and (min-width: 1015px){ #top #header #header_main .inner-container .main_menu { top: 150px; } }and model and adjust to suit for other devices
Best regards,
MikeHey alliansohog,
Thanks for your patience, I see that you have Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Clone title menu items to submenu enabled but this menu item doesn’t seem to have a clone and I don’t see any custom javascript on your site to remove the clone. Did you add any custom javascript to you site?
When I add more menu items to your mobile menu and create a sub-menu the cloned menu item is added, but it also seems that a custom mouse-down event has been added to the menu, please see my demo site linked below and the “about” menu item, it opens smoothly on click, now compare to your site “Interna SIdor” but try only doing a mouse-down on the menu item, not a click and you will see the sub-menu open on your site and not my demo.
If you didn’t add any custom javascript then it could be a plugin conflict, try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Glad to hear that this helped, unfortunately this is a browser issue so there is not anything we can do for this. 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,
MikeMay 26, 2023 at 4:16 pm in reply to: Sidebar displaying below blog content and testimonials formatting off #1408709Hi,
Thank you I found that disabling all of your plugins solved the issue, I re-enabled them for you.
Please try disabling all of your plugins and then enable your plugins one at a time and test your site, clearing your browser cache after each test until you find the one or combination of plugins causing this issue.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,
Glad to hear that you have this sorted out, shall we close this thread topic then?Best regards,
MikeMay 26, 2023 at 12:37 pm in reply to: Forcing LayerSlider on Posts Without [LayerSlider] shortcode in Content #1408668Hi,
The Dev Team replied to try adding a copy of our file (\config-layerslider\config.php) in child theme and remove these lines from the bottom:function Avia_Config_LayerSlider( $class_name = '' ) { return Avia_Config_LayerSlider::instance( $class_name ); } /** * Initialise class and hooks */ Avia_Config_LayerSlider();Make the modifications you want to make in the child theme file, at end of functions.php of child theme include this file.
When the original file is loaded by the theme functions.php it recongnizes that the class already exists and only executes the lines at the bottom,Best regards,
MikeHi,
I have checked your homepage and the three boat images that open the lightboxes do work, but they are slow this is expected when using a iframe to open such a large page as yours, this is not seen in the example pages because those pages are light and fit in the iframe popup without scrolling, as pointed out earlier iframe popups work best with a medium amount of information.
The button in your slider Scopri Venticinque doesn’t open a popup, it is opening a new page. Try adding ?iframe=true to your button link to open in a popup.Best regards,
MikeHi,
I took a look at your page /who-we-are/ but I don’t see any Job Description at the bottom of the page and the login doesn’t work for me, please check.
I tested your script on my test site in a code block element and it seems to work, please see the link below.Best regards,
MikeMay 26, 2023 at 11:37 am in reply to: Forcing LayerSlider on Posts Without [LayerSlider] shortcode in Content #1408662Hi,
I’m not sure so I have asked the rest of the team for advice, thank you for your patience.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all #main .av-social-link-mail:hover a, #top #wrap_all #main .av-social-link-mail a:focus { color: #fff; background-color: #9fae37; }and change the background color to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey enfold,
Thanks for the link to your page, please note in your css above the custom class my-custom-countdown you should add this to your element in the Advanced tab under Developer Settings for the css to work.
Or you could remove this class from your css if you don’t mind it applying to all of your countdown elements on your site.Best regards,
MikeHi,
Thank you for your patience and the link to your example page, each left side menu item opens a new page with the same layout, this is the same as our demo page that you linked to, and this would be my recommendation also. I can’t think of a different solution for the same behavior.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,
MikeMay 25, 2023 at 4:57 pm in reply to: Add more ‘Add to Basket’ buttons on product page and make button bigger. #1408558Hi,
I believe that you misunderstood, I suggested adding the last snippet also, that is try using both together.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,
The reason that you are not seeing your social icon in your footer and instead see the shortcode[social-bookmarks]is because you didn’t add the function to make the shortcode work to your child theme functions.php, I added it for you and now it works.
This was the thread you are trying to duplicate, thanks to Guenni007’s solution.Best regards,
MikeMay 25, 2023 at 12:36 pm in reply to: Elements with an ARIA [role] that require children and List items () are not #1408520Hi,
Thanks for the feedback, I’m pretty sure that it is referring to the icons in the footer widget because it says div.textwidget
Try copying the html for the social icons in the frontend and paste it into the widget instead of the shortcode and change the aria-hidden to false in the html and test again.
Did you also test your homepage and get the same results as I did in the screenshot above, that shows no error for the same elements? Is your wp-rocket settings different for your homepage such as lazy loading or such?Best regards,
MikeMay 24, 2023 at 8:45 pm in reply to: Elements with an ARIA [role] that require children and List items () are not #1408466Hi,
Thanks for the feedback, I see your link is to some inner pages where I had tested the homepage, I don’t know why you see the error there:

but not on the homepage:

For the two social icons in your footer in the text widget, I assume that you added these manually, can you just change the aria-hidden to false?
I will research a solution for the scroll-top-linkBest regards,
MikeMay 24, 2023 at 6:22 pm in reply to: Add more ‘Add to Basket’ buttons on product page and make button bigger. #1408462Hi,
Try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top.single-product .woocommerce-product-gallery .thumbnails a:nth-child(n+4) { display: none; } }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts

