Forum Replies Created

Viewing 30 posts - 391 through 420 (of 66,007 total)
  • Author
    Posts
  • in reply to: Spacing between “rows” of column elements #1483798

    Hey William,

    Thank you for the inquiry.

    Try to add this css code to decrease the default top margin of the flex column table container and make the spaces consistent on mobile view.

    #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 6px;
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .container .av-content-small,
      .responsive #top #wrap_all .flex_column,
      .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 8px;
      }
    
      #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
        margin-top: 0;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Color section header for mobile and desktop #1483797

    Hi,

    Try to set the minimum height of the color section to 44vw, then add the css code above.

    Best regards,
    Ismael

    in reply to: Color section header for mobile and desktop #1483749

    Hi,

    Try to increase the 342px value in the css rule above. This is the value being subtracted from the total height of the color section, which is the sum of the header height and the section below the first one.

    height: calc(100vh - 342px) !important;
    

    Best regards,
    Ismael

    Hi,

    The site is no longer loading on our end. Did you block certain countries from accessing it?

    Best regards,
    Ismael

    in reply to: Color section header for mobile and desktop #1483746

    Hi,

    Thank you for the screenshot.

    Try to add this css code to adjust the height of the color section desktop view.

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
    
      /* Add your Desktop Styles here */
      .no-touch-device .av-minimum-height-44vw:not(.av-slideshow-section) .container {
        height: calc(100vh - 342px) !important;
      }
    }
    

    Result after adding the modification:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Reduce Gap under video on mobile #1483744

    Hi,

    Great! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: going crazy withe text aling #1483742

    Hi,

    the color section is set to color #eeee22, column 1/1 has a padding of 150px and a background color #7bb0e7, but as you can see from the image none of these properties are applied in the front-end

    We checked the Styling > Background Colors of the Color Section and Column elements, but they are not set. Are you sure you’re editing the correct elements?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Conflict with wholesale suite plugin #1483741

    Hi,

    Thank you for the update.

    The details above are still the same as the first one, and the site is still not loading. Please provide the correct site info.

    Best regards,
    Ismael

    in reply to: Enfold running extremely slow – Front & backend #1483739

    Hi,

    We’ll wait for the site details — let us know when you’re ready.

    Best regards,
    Ismael

    in reply to: Color section header for mobile and desktop #1483738

    Hey xfacta,

    Thank you for the inquiry.

    The first section displays fine on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur 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, Imgur 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,
    Ismael

    in reply to: Reduce Gap under video on mobile #1483737

    Hey xfacta,

    Thank you for the inquiry.

    Did you figure this out? We are not seeing the gap on our end.

    View post on imgur.com

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    We tried deactivating the Solid Security plugin, but the site stopped loading on our end. Would you mind checking the issue on your end?

    The notice _load_textdomain_just_in_time above should not affect the Advance Layout Builder.

    Best regards,
    Ismael

    in reply to: Help with Product Image sizes in the Shop #1483735

    Hi,

    Thank you for the update.

    We added this filter in the functions.php file:

    add_filter('avf_wc_before_shop_loop_item_title_img_size', function($thumb) {
    	return 'large';
    }, 10, 1);
    

    A larger version of the product image is now loaded on the shop page.

    View post on imgur.com

    This may vary across different screen sizes due to the srcset attribute and how the browser selects the appropriate thumbnail based on the current screen size.

    Best regards,
    Ismael

    in reply to: Issue wuth theme update – files not found #1483733

    Hi,

    Great! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Instagram widget issues #1483732

    Hey camcaminin,

    Thank you for the inquiry.

    Which Instagram widget did you use? Check the following documentation to learn more about the widget options: https://kriesi.at/documentation/enfold/instagram/

    If you need further assistance, please provide the login details in the private field.

    Best regards,
    Ismael

    Hi,

    That’s odd. We created a short clip showing how it looks on our end (see private field) — ignore the red background (that’s a custom modification while testing). You may also need to add this inside the previous css media query:

    .responsive #top #main {
        margin-top: 0;
    }

    If you have time, you can also try @Guenni007’s suggestion above.

    Best regards,
    Ismael

    Hi

    Yes, you can create an includes folder in the child theme and place a copy of the loop-index.php file inside the folder. Let us know the result.

    Best regards,
    Ismael

    Hi,

    What happens when you remove all modifications in the child theme’s functions.php file? If you can provide the FTP details, we’ll test this out.

    Best regards,
    Ismael

    in reply to: Advanced Builder Gray Screen #1483727

    Hey ibuzaev,

    Thank you for the inquiry.

    Please note that this will disable the default icons in the theme. If you’re not using them, try to replace the filter with this:

    add_filter('avf_default_iconfont', function($icon_font) {
        return array(
            'svg_entypo-fontello' => array(
                'append'     => '',
                'include'    => '',
                'folder'     => '',
                'config'     => '',
                'json'       => '',
                'full_path'  => false
            ),
            'entypo-fontello-enfold' => array(
                'append'     => '',
                'include'    => '',
                'folder'     => '',
                'config'     => '',
                'json'       => '',
                'svg_files'  => '',
                'full_path'  => false
            ),
            'entypo-fontello' => array(
                'append'     => '',
                'include'    => '',
                'folder'     => '',
                'config'     => '',
                'json'       => '',
                'svg_files'  => '',
                'full_path'  => '',
                'is_active'  => 'no'
            )
        );
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: show all pics of media library on one page #1483726

    Hey wouter,

    Thank you for the inquiry.

    There is no option for this by default. You need to add a Gallery or Slider to the page and manually select the images to display. Let us know if you need more info.

    Best regards,
    Ismael

    Hi,

    Glad to know that the issue has been resolved, and thank you for the continued support! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: filter: avf_dynamic_css_after_vars #1483724

    Hi,

    Great! Thank you for the info.

    Best regards,
    Ismael

    in reply to: Set same size images on blog grid layout #1483723

    Hey waveseven,

    Thank you for the inquiry.

    The screenshot is not displaying on our end. To make sure the items in the blog grid are the same size, you may need to resize the featured images before uploading them, making sure they have the same dimensions and aspect ratio. Please note that the uploaded images are not cropped or resized exactly based on the specified width and height of the registered thumbnails — aspect ratio of the original image is also taken into consideration. So, two images with different dimensions and aspect ratios may produce different “Portfolio” thumbnails.

    Best regards,
    Ismael

    Hey mickhb,

    Thank you for the inquiry.

    Did you figure out the issue? The section with the video seems to be displaying correctly. Please see the screenshot below:

    View post on imgur.com

    Best regards,
    Ismael

    Hi,

    .main-title looks like a different font or font weight

    Looks like the title is set to use a lighter font weight instead of the default 400. Did you configure the Heading elements in the Enfold > Advanced Styling tab? You can also adjust it with this css:

    #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .socket_color h1 {
        font-weight: 400;
    }

    Regarding the burger/mobile menu, try to edit the Main Menu (Icon) elements in the Advanced Styling panel, or use this css code:

    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        color: #ffffff;
        font-size: 18px;
        line-height: 1.8em;
    }
    
    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover a, #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
        background-color: #333366;
        color: #ffffff !important;
    }

    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

    in reply to: Effect like a Venetian blind when changing pages #1483720

    Hey mickhb,

    Thank you for the inquiry.

    Have you tried using the Layer Slider plugin? The effect on the sample page is a bit complex, so replicating it may require significant modifications.

    Best regards,
    Ismael

    Hi,

    You may need to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour to the first or second option to allow the users to view the map on page load. Let us know the result.

    Best regards,
    Ismael

    in reply to: Hamburger menu visibility on mobile #1483669

    Hi,

    Glad it worked! Feel free to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

    Hi,

    Glad we could be of help! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the update. Try adding this css code and let us know the result.

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av_header_transparency {
        background-color: transparent !important;
      }
    }

    Best regards,
    Ismael

Viewing 30 posts - 391 through 420 (of 66,007 total)