Forum Replies Created
-
AuthorPosts
-
Hi,
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,
I believe this will work for you, please try adding the css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top.single-post .fullsize .template-blog .big-preview img { width: 1200px; min-height: 630px; }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,
Sorry my mistake I was looking at horizontally centered, I see your point now, I added this css for desktop:@media only screen and (min-width: 768px) { .avia-logo-slider .slide-entry-wrap { display: flex; align-items: center; } }please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top .av_textblock_section .avia_textblock.av_multi_colums { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
When I examine the featured image for the post you linked to, it looks like the full size image that you uploaded is 1210 x 423. I checked a few others and they all seem to be the same size. So the issue is that you want the images to be 1200 x 630 but WordPress can not make the height of the images larger. If the original image had been 1802 x 630 (or a similar ratio) then the then the scripts above could have made it 1200 x 630 without cropping.
Since you have 1100 blog posts the only solution I can offer is to use css to stretch your images taller:#top.single-post .fullsize .template-blog .big-preview img { width: 1200px; min-height: 630px; }Best regards,
MikeJune 25, 2023 at 8:34 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411650Hi,
The chat assistant is in the code block element above the empty image element, you can leave the empty image element if you wish, it won’t cause issues.Best regards,
MikeJune 25, 2023 at 7:50 pm in reply to: Cls rate due to Avoid non-composited animations Unsupported CSS Property #1411642Hey edolmen,
Thank you for your patience, I don’t have any ideas so I have asked the team for advice, either I or a member of the team will reply when we have investigated this further. Thank you for your patience.Best regards,
MikeHi,
Thanks for the feedback, please include an admin login in the Private Content area so we can investigate further.Best regards,
MikeHey Marcos Q.,
Thanks for your patience, but I’m not able to reproduce this, when I create a sub-category “oil painting” under “painting” for example:

the post only shows once at the end of the breadcrumbs:

Perhaps you have a plugin conflict, try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
Otherwise please expain how we can reproduce the error.Best regards,
MikeHey Monika,
Thank you for your patience and the link to your site, to hide the video loader I added this css to your WordPress ▸ Customize ▸ Additional CSS/*hide video loader*/ #top .mejs-overlay-loading { display: none !important; }To make the video not loop I edited your enfold/config-templatebuilder/avia-shortcodes/section.php on line 1581 ‘video_loop’ to False

To add this to your child theme so you won’t lose the change after your next update, create a directory in your child theme called shortcodes, then create a copy of the section.php file inside.
Then add this code to your child theme functions.php:function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; } add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);Best regards,
MikeHey jamiebgp,
Thamks for the link to your site I see your homepage and many other pages have layersliders and they work good, but I didn’t find any easy sliders, please link directly to a page with one.Best regards,
MikeJune 25, 2023 at 6:40 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411636Hi,
It is an empty image element, perhaps you clicked the image element in the ALB toolbar once by mistake, go ahead and delete it. Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for the feedback, currently the pages have a 50px top padding, to remove this try this css:#top .content,#top .sidebar { padding-top: 0px; }Best regards,
MikeJune 25, 2023 at 3:56 pm in reply to: Since Update from 6.2.2 WordPress all Sidebars are empty #1411629Hey rixi,
I’m not experiencing this with my demo, have you tried disabling your plugins to check, and checked your Enfold Theme Options ▸ Sidebar Settings and checked your widgets?
If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeJune 25, 2023 at 3:30 pm in reply to: but still I have a lot of gap on my website. What is it due to? #1411628Hi,
That worked, thanks.
So the space was created by the columns and other elements above have negative top margins for the overlay affect so by the time we get to your headline rotator there is a large gap:

so to correct I added a negative bottom margin to the last column row above the headline rotator, please note that this is for the desktop version only:

tablet and mobile seems fine as is, but you can adjust for these if you wish by choosing those buttons:

Best regards,
MikeHi,
I’m not sure what you mean, please include a screenshot to demonstrate.
Will this be for mobile or desktop or both?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,
For bullets in the tabs try this:#top .tab_content ul li ul li:before { content:'-'; padding-right: 5px; color:#000 !important; font-size: 20px; } #top .tab_content ul li ul li { list-style: none; padding-left: 1em; text-indent: -1em;; } #top .tab_content ul li ul { margin-left: 0em; }expected results:

For bullets in the text element try this:#top .avia_textblock ul li ul li:before { content:'-'; padding-right: 5px; color:#000 !important; font-size: 20px; } #top .avia_textblock ul li ul li { list-style: none; padding-left: 1em; text-indent: -1em; } #top .avia_textblock ul li ul { margin-left: 0em; }Best regards,
MikeJune 25, 2023 at 1:54 pm in reply to: Image opening in Lightbox singly without arrows to scroll through all images #1411621Hi,
Ok, 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,
To remove the post nav from your site try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-post-nav { display: none; }After applying the css, please clear your browser cache and check.
Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker. For further questions please open a new threadBest regards,
MikeHi,
Try adding this css:#top.woocommerce-page .container_wrap_first, #top.woocommerce-page #after_revolutionslider_1{ border: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 25, 2023 at 12:30 am in reply to: but still I have a lot of gap on my website. What is it due to? #1411585Hi,
Unfortunately not, Are you logging in to the forum site and posting there, or are you repling to a email notification?Best regards,
MikeHey jnightingale,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.cog-form__container { background-color: #0056a6 !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Stefan,
Assuming that this is a Pricing Table element and you want to add a different link to each inner table:

First add the custom class table-link to the table element developer settings:

Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function ($) { $(".table-link .pricing-table-wrap:first-child").wrap(function() { var link = $('<a/>').css({'display':'table','width':'33%','float':'left'}); link.attr('href', 'https://google.com'); return link; }); $(".table-link .pricing-table-wrap:nth-child(2)").wrap(function() { var link = $('<a/>').css({'display':'table','width':'33%','float':'left'}); link.attr('href', 'https://duckduckgo.com'); return link; }); $(".table-link .pricing-table-wrap:nth-child(3)").wrap(function() { var link = $('<a/>').css({'display':'table','width':'33%','float':'left'}); link.attr('href', 'https://bing.com'); return link; }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');note that each of the three inner tables have a different URL
While this works, it has a drawback that the link changes the display of the table which changes the width, the script adds a hard width to the table to correct this issue but then it is not very response. Perhaps you don’t mind this, but I recommend just using the button that is in the table for your links.Best regards,
MikeHey schweg33,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.woocommerce-shop .container_wrap_first { border: none; } #top.woocommerce-shop .product-sorting { display: none; } #top.single-product .avia-wc-30-product-gallery-lightbox { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts



