Forum Replies Created
-
AuthorPosts
-
Hi,
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,
This is how it is achieved, it works when I test, is it working for you?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,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { right: 50px; bottom: 50px; }
Adjust to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
It looks like you have this custom css in your child this preventing clicks on your topbar sub-menu:#top #menu-item-1302 a { pointer-events: none; }
I assume that you want to remove the click on the main item “Partenaires de séjours de vacances” but want the click on the sub-menu items, so remove your css and use this instead:
.menu-item-1302 { height: 30px; } #top #header_meta #menu-item-1302 > a { pointer-events: none; } #top #header_meta #menu-item-1302 .sub-menu a { pointer-events: auto; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.single-post .big-preview.single-big { display: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
When I check your site https://veltrh.abcbrand.sk/en redirects to https://veltrh.abcbrand.sk/ so I can not see the different headers.
https://www.veltrhnehnutelnosti.sk/en doesn’t have the custom header widget area enabled, so you need to enable it.
This is probably a header widget area, but I can’t see without a login.Best regards,
MikeHi,
We can offer css to hide the image above the blog article, please link to your page for us to examine.Best regards,
MikeHi,
Glad to hear that you have this sorted out, please note that when you double minify with either two plugins or a plugin and the theme settings it will typically cause errors due to how minify works. Minify removes spaces and other characters from CSS, when it is double minified needed characters are sometimes removed causing errors. So the best approach is to minify only once with either the theme settings or a plugin.
TTFB is a server response time, your test above is for a mobile device which is throttled and not using true mobile 5G speed, typically most test mobile at 3G and 5G for desktop.Best regards,
MikeHi,
That is a cloudflare error while they are updating their cache, cloudflare cache can take up to 24hrs to fully clear.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 Matthew,
please include an admin login in the Private Content area and a link to the page so we can examine.Best regards,
MikeHey gatehealing,
Your site is showing the error Uncaught SyntaxError: Unexpected string
try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache and check.
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,
Unfortunately, there is not a way to add images to the top bar menu like the mega menu.Best regards,
MikeHi,
When I examine while logged in there is no delay in the header slider to show, these does occur when logged out, this is a typically sign of a caching plugin.
I see that your WP Rocket is still active, when I disable it and clear my cache while logged out this doesn’t occur.
I left it disabled, please clear your browser cache and check.
If you want to examine further, try disabling each WP Rocket setting one at a time and clear your browser cache and check until you find the setting causing the 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,
MikeHey mvi,
I don’t see a difference for the scrolldown arrow between your two sites.
Try this filter instead:add_filter('avf_default_icons','avia_replace_standard_icon_scrolldown', 10, 1); function avia_replace_standard_icon_scrolldown($icons) { $icons['svg__scrolldown'] = array( 'font' =>'flaticon_culina', 'icon' => 'uf106'); return $icons; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey Olivier SIA09,
We would need a admin login to examine, but I believe that if you examine this new filter for v7.0 and adjust it should work
This filter changes the search icon:add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['svg__search'] = array( 'font' =>'svg_entypo-fontello', 'icon' => 'leaf'); return $icons; }
also note that the new built-in, svg icons are using “words” instead of the charter codes, if you hover over the icons in the icons element the title will show you the “words” if you have uploaded your own fontello icons use your charter codes
You can see the list here: /enfold/includes/config-enfold/init-base-data.php
these are the social icons:
Best regards,
MikeMarch 5, 2025 at 6:04 pm in reply to: WooCommerce hover over image changes to first gallery image #1478690Hi,
When creating a product with the ALB and you want to show the thumbnails under the main image you will first need to ensure that you have Enfold Theme Options ▸ Shop Options ▸ Product gallery ▸ WooCommerce 3.0 product gallery enabled.
Then add this css to your child theme stylesheet or the theme option Quick CSS.single-product .flex-control-thumbs li { display: flex !important; float: left; }
then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
add_shortcode( 'avs_product_gallery_hook', 'avs_product_gallery_hook_callback' ); function avs_product_gallery_hook_callback( $atts ) { ob_start(); woocommerce_show_product_images(); $content = ob_get_clean(); return $content; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
and add this shortcode to your page where you want the image to show in a code block:
[avs_product_gallery_hook]
the switch occurs on click and not hover, as per woocommerce.
This will only work on product pages and not shop or archive pages, perhaps there is a plugin that will do that but you will prob need to also use the default editor instead of the ALB.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,
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,
MikeMarch 3, 2025 at 10:16 pm in reply to: WooCommerce hover over image changes to first gallery image #1478502Hi,
your test product doesn’t have a gallery, I see other product images at the bottom of the page in columns, but these are not part of the product gallery, so it is not possible.
It looks like you built the product with the ALB, try using the default editor and add your gallery under the product image in woocommerce, this should give you the effect you are looking for, as I understand.Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $('#top.archive .main-title.entry-title a').each(function() { var text = $(this).text(); $(this).text(text.replace('Archiv für: ', '')); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeMarch 3, 2025 at 9:56 pm in reply to: AJAX reload on payment method change in checkout page #1478498Hi,
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,
MikeMarch 3, 2025 at 9:55 pm in reply to: Allow AJAX reload on payment method change in checkout page #1478497Hi,
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,
MikeHey Whippert,
There mat may be a few issues, first lest start with if you are using the installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
If that is true, has your host enabled the PHP ZipArchive Extension?Best regards,
MikeHi,
Please leave the search icon enabled, but remove the css above, and disable any caching plugins so we can check again.Best regards,
MikeHi,
I can not reproduce this on my demo site, and your site seems to have the search icon disabled. One other user had the search icon with a z-index of “-1”
perhaps this is also your issue, this css seems to help:#top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] { z-index: 1; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
Mike -
AuthorPosts