Forum Replies Created
-
AuthorPosts
-
February 6, 2026 at 5:14 am in reply to: Search Box in Main Menu while using Mega Menu Plugin #1494776
Hey Akhurst,
Thank you for the inquiry.
You can insert a widget area in the header and add a Search widget to it. Please check this documentation for more info: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelHi,
Thank you for the update.
Please note that 300x300px will not be the exact size at which the thumbnails are generated. The resizing process also takes the image’s aspect ratio into account, so if the image is not perfectly square or has a different aspect ratio, it will not be resized to exactly 300x300px. This is why you’re seeing images with different dimensions.
If you want to display a grid with uniform image sizes, you will need to upload images with the same dimensions and aspect ratio. Hope this clear things up a bit.
Best regards,
IsmaelHi,
Thank you for the update.
Try to adjust the top property value from 150px to 20px or less.
#top li.menu-item.menu-item-gtranslate { position: fixed !important; left: 0; top: 20px; }Let us know the result.
Best regards,
IsmaelHi,
It’s not possible to assign different query or orderby parameters to posts within a single loop. You may need to add a separate Masonry element for posts with the ACF field and another for posts without it, which will make it easier to adjust their sorting or order.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Unfortunately, it’s not possible to disable the slider in the post using the hook above. You’ll need to either edit the templates we mentioned above directly or create a copy of them in your child theme to override the parent theme’s templates.
You can also try this script in the functions.php file:
add_action( 'wp_footer', function () { ?> <script type="text/javascript"> jQuery(document).ready(function ($) { $('.big-preview.single-big').remove(); }); </script> <?php }, 999);Best regards,
IsmaelHi,
Thank you for the inquiry.
Have you tried placing the Masonry Gallery inside a 1/1 Column element? Make sure you’re not using a Color Section, as this is a fullwidth element that will always push the sidebar underneath. Try to create a test page, enable the sidebar, add a 1/1 Column element and then insert the Masonry Gallery element inside it. Let us know the result.
Best regards,
IsmaelHey daninap,
Thank you for the inquiry.
Did you use an ACF shortcode?
— https://www.advancedcustomfields.com/resources/shortcode/
You can also use the Dynamic Content option to display a specific ACF field. Please check this documentation for more information.
Let us know if you need more info.
Best regards,
IsmaelHey schwabino,
Thank you for the inquiry.
Would you mind providing a link to the page and a screenshot of the issue? You can use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, ImgBB, PostImages or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHi,
Thank you for the screenshot.
To move the separator up, try o add this css code:
.single-product .template-shop.sidebar_right { padding-top: 0; } #top.single-product .template-shop.sidebar_right .product > div, #top.single-product .template-shop.sidebar_right .product > .sidebar { padding-top: 50px; }Result:
Best regards,
IsmaelFebruary 5, 2026 at 2:38 pm in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494747Hi,
Thank you for the info.
We get a 403 Forbidden error when we try to access the login or admin page. Did you create a custom login URL? Please temporarily disable any restrictions so that we can properly access the site.
Best regards,
IsmaelHey loudcow,
Thank you for your inquiry.
A fix will be included in the next patch, which will be released soon. We appreciate your patience.
Best regards,
IsmaelHey bemodesign,
Thank you for the inquiry.
You can try this css code:
#top .avia-button .avia_button_icon, #top .avia-button .avia_iconbox_title { text-shadow: 1px 2px black; }You can also apply a semi transparent background to the buttons:
#top .avia-buttonrow-wrap .avia-button.avia-color-light { background: rgba(0,0,0,0.2); }Best regards,
IsmaelFebruary 4, 2026 at 6:11 am in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494654Hi,
Thank you for the short clip.
We may need to access the site to properly check the issue. Please create a test page and provide the login details in the private field.
Best regards,
IsmaelHey condonp,
Thank you for the inuquiry.
Looks like you have added the icons manually using html. Make sure to add a unique class name to the icon container, for example “av-custom-icon”, and then add this css code to adjust their minimum height.
#top .slide-entry-excerpt.entry-content .av-custom-icon { min-height: 40px; }Result:
Best regards,
IsmaelHi,
Thank you for the update.
The Row Settings > Row Layout > Equal Height Columns option should be disabled. We edited the page and disabled this option. It should now be working as expected.
Best regards,
IsmaelFebruary 4, 2026 at 5:23 am in reply to: Repeated Issues When Using Tab Section in Enfold Theme #1494646Hey Lee Sang Min,
Thank you for the inquiry.
Did you add any html tags in the Tab Section element? Please make sure that all tags are valid and properly closed. Invalid html tags could break the page layout and cause errors in the builder.
We tried accessing the video, but the file is not accessible on our end, without logging in. Would you mind using a different video hosting platform like streamable (https://streamable.com/)? You can also use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share a screenshot.
In the meantime, please make sure that the theme is updated to version 7.1.3 and WordPress to version 6.9.1. Let us know if the issue persists.
Best rega
Hey Lee Sang Min,
Thank you for the inquiry.
The file is not accessible on our end. Would you mind using a different video hosting platform like streamable (https://streamable.com/)? You can also use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share a screenshot.
In the meantime, make sure that the team is updated to version 7.1.3 and WordPress to 6.9.1. Let us know if the issue persist.
Best regards,
IsmaelFebruary 4, 2026 at 5:01 am in reply to: Blog Post Catergory – Featured image is Small — Image not displaying #1494644Hi,
Thank you for the info.
To remove the default pencil icon for posts without featured images, try to add this css code:
.rounded-container .iconfont, .small-preview .iconfont { display: none; }Then add this code to ensure the featured image covers the entire container.
.small-preview img, .big-preview img { width: 100%; object-fit: cover; height: 80px; }Result:
Best regards,
IsmaelFebruary 4, 2026 at 4:57 am in reply to: Failed to connect to kriesi.at port 443 after 10009 ms #1494643Hey Leoning,
Thank you for the inquiry.
Where is the site hosted? It’s possible that your hosting provider or server is blocking outgoing requests to external servers, including the demo source (kriesi.at). If that’s the case, you will need to import the demo manually using the available XML demo files. Please refer to this documentation for more info.
— https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo
Let us know if you need more assistance.
Best regards,
IsmaelHi,
Thank you for the update.
You can try temporarily disabling the Enfold > Performance > File Compression settings to regenerate the scripts and stylesheets. We also found that the WP Media Folder plugin is loading the same lightbox assets. Have you tried disabling this plugin or disabling its lightbox option?
Best regards,
IsmaelHi,
Thank you for the update.
Another option is to use the Layout > Feature Image settings in the post editor — see the screenshot below for reference.
If you want to completely remove it by editing the template files, open the includes > loop-index.php file and remove the block of code, found on lines 256 and 430.
if( ! in_array( $blog_style, array( 'bloglist-simple', 'bloglist-compact', 'bloglist-excerpt' ) ) ) { //echo preview image if( strpos( $blog_global_style, 'elegant-blog' ) === false ) { if( strpos( $blog_style, 'big' ) !== false ) { if( $slider && false === $ignore_image_links ) { if( $link_lightbox ) { $slider = '<a ' . $lightbox_attr . ' ' . $featured_img_title . '>' . $slider . '</a>'; } else { $slider = '<a href="' . $link . '" ' . $featured_img_title . '>' . $slider . '</a>'; } } if( $slider ) { echo ' <div class="big-preview ' . $blog_style . '" ' . avia_markup_helper( array( 'context' => 'image', 'echo' => false ) ) . '>' . $slider . '</div> '; } } if( ! empty( $before_content ) ) { echo ' <div class="big-preview ' . $blog_style . '">' . $before_content . '</div> '; } } }Unfortunately, you cannot use the filter above to hide the featured images.
Best regards,
IsmaelHey Lara,
Thank you for the inquiry.
You can find the license key in the Downloads panel of your Themeforest account. For more information, please refer to this article.
— https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code
Best regards,
IsmaelHey Lara,
Thank you for the inquiry.
You can find the license key in the Downloads panel of your Themeforest account. For more information, please refer to this article.
— https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code
Best regards,
IsmaelFebruary 3, 2026 at 5:45 am in reply to: Animated Countdown with different dates per language (WPML) #1494614Hi,
Thank you for the inquiry.
Since the countdown date itself cannot be translated via string translations, the recommended approach is to add multiple Countdown elements (one per language). You can then control the visibility of each countdown with custom css depending on the active language.
Add a separate Countdown element for each language and assign custom css class names, for example:
av-custom-lang-countdown av-custom-lang-countdown-en <-- for EN av-custom-lang-countdown av-custom-lang-countdown-de <-- for DESet all countdowns to be hidden by default:
.av-custom-lang-countdown { display: none; }Then only show the correct countdown based on the active language:
html[lang="en-US"] .av-custom-lang-countdown-en { display: block; } html[lang="de-DE"] .av-custom-lang-countdown-de { display: block; }Best regards,
IsmaelFebruary 3, 2026 at 5:31 am in reply to: Blog Post Catergory – Featured image is Small — Image not displaying #1494613Hi,
Thank you for the update.
The featured images and blog meta inof are not visible on the category page either. Have you tried removing the css code mentioned above? This should restore the blog meta info container along with the featured images.
Best regards,
IsmaelHi,
Thank you for the update.
Please try temporarily disabling Cloudflare so we can access the site, or create a clone or development version using plugins such as Duplicator or WP Migrate DB.
— https://wordpress.org/plugins/wp-migrate-db/
Best regards,
Ismael -
AuthorPosts








