Forum Replies Created

Viewing 30 posts - 121 through 150 (of 67,432 total)
  • Author
    Posts
  • in reply to: Search Box in Main Menu while using Mega Menu Plugin #1495156

    Hi,

    Great! Please don’t hesitate to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Duplication on store page #1495155

    Hi,

    Thank you for the update.

    The product grid is duplicated because there is a shortcode block containing a product shortcode on the base Store page, which renders another product grid. We removed the shortcode element. Please make sure to purge the cache before testing.

    Best regards,
    Ismael

    in reply to: Issues with disabling the maintenance page #1495154

    Hey ist_int,

    Thank you for the inquiry.

    This is due to the Woocommerce Coming Soon option. You can toggle this in Woocommerce > Settings > Site Visibility. We’ve set it to Live for now. Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: portfolio sort menu accessibility #1495153

    Hi,

    Glad to know that you’ve figured this out. Regarding your question about accessibility, we’ll forward this thread to our channel for further consideration. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Video play w/o opening new window #1495152

    Hi,

    Thank you for the inquiry.

    We replaced the iframe with the video tag, which should display a thumbnail or video cover by default using the poster attribute and have the video controls enabled automatically.

    <video width="100%" height="1000" controls poster="https://www.timm-tiegelkamp.de/wp-content/uploads/2026/02/Danny-Videocover-Foto_Web.jpg">
        <source src="https://2026-02-eins.s3.eu-north-1.amazonaws.com/Ronald-Video.MP4" type="video/mp4">
        Your browser does not support the video tag.
    </video>
    

    Best regards,
    Ismael

    Hi,

    Glad to know that you’ve figured out the issue and we appreciate you sharing the solution. Please let us know if you encounter any more issues or have further questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Single featured image sizing off #1495150

    Hi,

    Glad we could be of help! Please don’t hesitate to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Padding column #1495149

    Hi,

    Thank you for the inquiry.

    Are you using the Blog Posts element with the Grid Layout enabled? Please provide a link to the page so we can properly check the issue. In the meantime, try to add a 1/1 Column element, then move the Blog Posts element inside this column. Let us know the result.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The site seems to be rendering correctly when we checked. Did you figure out the issue? Would you mind providing a screenshot? You can use platforms like FreeImage, ImgBB, PostImages or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    Hi,

    There was text in the toggle content that used brackets, e.g., [2/7], [3/12], etc, which WordPress interprets as shortcodes. You should avoid using them. You can replace the brackets with parentheses ( ). We applied this change to the toggle content and it fixed the issue, now showing all toggle items.

    Best regards,
    Ismael

    in reply to: Video play w/o opening new window #1495118

    Hi,

    Thank you for the update.

    Please note that videos from AWS are not supported by the Video element by default, so you’ll need to embed them using a Code Block element. Make sure to remove the trailing forward slash at the end to make the video URL valid. Here is the list of supported video URLs for the Video element:

    https://wordpress.org/documentation/article/embeds/#Okay.2C_So_What_Sites_Can_I_Embed_From.3F

    We edited the Code Block element with the AWS URL and removed the trailing forward slash. The video is now loading correctly.

    Best regards,
    Ismael

    Hey michellea101,

    Thank you for the inquiry.

    Did you install any plugins or add any modifications recently? Please try to temporarily disable the plugins, then ask your hosting provider to upgrade PHP to version 8.2 or newer and increase the memory limit to at least 512MB. Also, make sure that the theme is updated to version 7.1.3. Let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Single featured image sizing off #1495116

    Hi,

    Thank you for the update.

    We’re not yet sure why this is happening, but we managed to work around the issue by enabling the Advanced Layout Builder for the blog and manually adding the Blog Posts element with a specific preview image selected. Please make sure to purge the cache before checking.

    You may also need to add this filter to the functions.php file to adjust the blog layout of category pages.

    add_filter('avf_blog_style','avf_blog_style_mod', 10, 2); 
    function avf_blog_style_mod($layout, $context){
       if($context == 'archive') $layout = 'blog-grid';
       return $layout;
    }
    

    Best regards,
    Ismael

    in reply to: Mobile view video gray bars on top/bottom #1495115

    Hi,

    Thank you for the update.

    Try to add the following css code to ensure that the video covers the entire color section container.

    #top .av-video-slide iframe, #top .av-video-slide embed, #top .av-video-slide object, #top .av-video-slide video {
        object-fit: cover;
    }

    Best regards,
    Ismael

    in reply to: Search Box in Main Menu while using Mega Menu Plugin #1495114

    Hi,

    Thank you for the update.

    To hide the header search widget on mobile, add this css code at the bottom of the previous modifications:

    @media only screen and (max-width: 767px) {
        #top #header_main .widget_product_search.widget {
            display: none;
        }
    }

    Best regards,
    Ismael

    Hey Lion,

    Thank you for the report.

    We can’t reproduce the issue on our end. In the Blog Posts element, have you tried configuring the Content > Select Entries options, such as selecting a specific category or taxonomy? We also recommend temporarily disabling the plugins to check if any of them are affecting the post query.

    Best regards,
    Ismael

    in reply to: Display problem between a computer and a smartphone #1495112

    Hi,

    Thank you for the update.

    You need to set the position of the next row to 2 and the other to 1 to reverse their order in the mobile view. Let us know the result.

    Best regards,
    Ismael

    Hi,

    There is no icon specific to Upwork, but you can add one using the Iconfont Manager. Please check this documentation.

    https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options
    https://kriesi.at/documentation/enfold/icon/

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    Hi,

    Did you add the intermediate_image_sizes_advanced filter? All we added to the functions.php file is the avf_alb_lightbox_image_size filter, which replaces the thumbnail with the full or original image.

    If you add the intermediate_image_sizes_advanced filter, no thumbnails will be generated for uploaded images and all elements will use the full size regardless of the viewport size or device.

    Installing an image compression plugin, such as WP Smush, should help optimize file generation.

    Best regards,
    Ismael

    in reply to: Single featured image sizing off #1495046

    Hey es.design.ma,

    Thank you for the inquiry.

    The first post is currently showing a thumbnail instead of the original image. Did you install any image or media library plugins? Please provide the login details in the private field so we can check further.

    Best regards,
    Ismael

    in reply to: Accordion starts with all items open #1495043

    Hi,

    Thank you for the update.

    We temporarily disabled the Enfold > Performance > File Compression settings, and this seems to have fixed the issue with the toggles. Please make sure to purge the cache before testing.

    Best regards,
    Ismael

    in reply to: Image switch for product variations not working (anymore) #1495042

    Hey frankb54,

    Thank you for the inquiry.

    That is the default behavior when using the theme’s product gallery. To change this, you need to set Enfold > Shop Options > Product Gallery to WooCommerce 3.0 product gallery. Please check the screenshot below.

    qHBpmWG.md.png

    Best regards,
    Ismael

    in reply to: Mobile view video gray bars on top/bottom #1495041

    Hi,

    Thank you for the inquiry.

    We couldn’t find the section described in your screenshot. Regarding the header background on mobile view, please try to add the following css code.

    @media only screen and (max-width: 767px) {
        #top #header:not(.av_header_transparency) .header_bg {
            background-color: #191919 !important;
        }
    }

    To make the testimonial images bigger, please add this:

    .avia-testimonial-image {
        margin: 0 20px 0 0;
        width: 160px;
        height: 160px;
        border-radius: 100px;
    }

    Let us know the result.
    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    You can use snippet plugins like Code Snippets or WPCode and relocate the filter there. Uploading smaller images is actually recommended, as this makes the site more performant and decreases the loading time. Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: Vulnerability Alert #1495039

    Hey zemag33,

    Thank you for the inquiry.

    This specific issue will be fixed in the upcoming version of the theme, 7.1.4. Please check your email for the latest update and upgrade the theme once it becomes available.

    Best regards,
    Ismael

    in reply to: Video play w/o opening new window #1495038

    Hey Tilman,

    Thank you for the inquiry.

    Please try to edit the Video element and set the Advanced > Privacy Settings > Lazy Load Videos option to Always load videos.

    You may also need to go to Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour and set it to the first or second option to allow videos to play or load automatically.

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Search Box in Main Menu while using Mega Menu Plugin #1495037

    Hi,

    Sorry about that. It was indeed the css modification that caused the search field in the sidebar to be repositioned. Please edit the previously suggested css code and replace it with:

    #top #header_main .widget_product_search.widget {
        position: absolute;
        min-width: 312px;
        left: 50%;
        transform: translateX(-80%);
        z-index: 100;
        top: 30%;
    }
    

    Let us know how it goes.

    Best regards,
    Ismael

    Hey M1000000,

    Thank you for the inquiry.

    The post css files should only be generated when creating or updating a page. They should not be generated on page load unless the file is not yet available, which is probably the case here since it fails to generate. To exclude the checkout page from generating the dynamic css file, you can try adding the following code to your functions.php file.

    add_filter( 'avf_post_css_create_file', function( $create ) {
        if ( is_singular() && get_the_ID() === 6494 ) {
            return false;
        }
    
        return $create;
    });
    

    Let us know how it goes.

    Best regards,
    Ismael

    in reply to: Search Box in Main Menu while using Mega Menu Plugin #1495015

    Hi,

    Thank you for the screenshots.

    The css code for the widget should not have affected the sidebar. Please make sure there is no invalid css and that you didn’t accidentally break or modify the existing code when adding the recent changes. Let us know the result.

    Best regards,
    Ismael

    in reply to: Load demo data #1495014

    Hey bjacomet,

    Thank you for the inquiry.

    Where is the site hosted? Some hosting platforms blacklist or block the source of the demo files, so the demo import will not work on those servers. You may need to manually import the demo using the XML files.

    Please check this documentation for more info: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Ismael

Viewing 30 posts - 121 through 150 (of 67,432 total)