Forum Replies Created

Viewing 30 posts - 631 through 660 (of 66,261 total)
  • Author
    Posts
  • Hey epkdesign,

    Thank you for the inquiry.

    Do the portfolio entries share the same category aside from commercial or residential? If they do, sorting by category will not be possible since they are all grouped under the same category. If that’s not the case, you can use the following filter in the functions.php file.

    add_filter( 'avf_post_nav_settings', 'avf_post_nav_settings_mod', 10, 1);
    function avf_post_nav_settings_mod($settings)
    {
        $settings['same_category'] = true;
        return $settings;
    }

    Best regards,
    Ismael

    in reply to: Changing Left Hand menu font size #1483815

    Hi,

    Try to use this css code to adjust the font size of the menu items inside the nav widget:

    #top .widget_nav_menu li {
        font-size: 16px;
    }

    Best regards,
    Ismael

    Hey JennyGr,

    Thank you for the inquiry.

    You can use this css code to adjust the styte of the header and the breadcrumbs container on mobile view:

    /*
    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 #wrap_all .av-logo-container .widget {
        display: none;
      }
    
      #top #wrap_all .title_container .main-title {
        display: none;
      }
    
      .responsive .title_container .main-title+.breadcrumb {
        top: 10px;
        left: 0px;
      }
    
      .responsive #header_meta .sub_menu>ul>li {
        display: none;
      }
    
      .responsive #header_meta .sub_menu>ul>li:last-child {
        display: block;
      }
    }

    Best regards,
    Ismael

    in reply to: Image, Gallery like This #1483812

    Hey mickhb,

    Thank you for the inquiry.

    You can use either the Masonry or Masonry Gallery element. Make sure to upload tall portrait images. If you choose the Masonry element, you can control the item sizes by adding the tags “portrait” or “landscape” to your portfolio items. Make sure to set the Styling > Masonry Settings > Size Settings to Perfect Manual Masonry.

    Please check the links below for more info:

    https://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
    https://kriesi.at/documentation/enfold/masonry/

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The page seems to be editable when we checked. Please retfrain from switching to the classic editor while the Advanced Layout Builder (ALB) is active.

    Best regards,
    Ismael

    in reply to: Problem of transition with content slider #1483809

    Hey Pierre,

    Thank you for the inquiry.

    Looks like you’re using a custom gallery from a plugin in the content slider. Please edit the gallery settings and check if there’s an option for a slider background. If not, consider reaching out to the plugin developers for further assistance.

    Best regards,
    Ismael

    in reply to: trying to hide the “by” on the blog posts. #1483808

    Hey Tina,

    Thank you for the inquiry.

    You have to modify the includes > loop-index.php file, and look for this code around line 548:

    
    $meta_author  = '<span class="blog-author minor-meta">' . __( 'by', 'avia_framework' ) . ' ';
    

    Remove the word "by", or replace it with:

    
    $meta_author  = '<span class="blog-author minor-meta">';
    

    Best regards,
    Ismael

    Hi,

    The builder is now loading properly on our end. Did you figure out the issue?

    test

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Have you tried removing the condition if( $show_meta_tags && has_tag() )? If you need more help, please provide the WP and FTP details in the private field.

    Best regards,
    Ismael

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

    Hi,

    Thank you for the update. If you’re not particularly focused on replicating the exact effects, animations, and scroll interactions, you can use the available elements in the Advanced Layout Builder. For example, in the first section, you could use the Headline element, followed by a Color Section with a background image or video — you can also use sliders. It will require a significant amount of customization, but it should be doable. If you need more assistance, consider reaching out to Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hi,

    Good to know! Glad this has been resolved. Let us know if you have more questions.

    Best regards,
    Ismael

    in reply to: Masonry does not show all categorys #1483801

    Hey kalla77,

    Thank you for the inquiry.

    This is a limitation of the default category sorting and filtering — the category will only display if there are posts associated with it. If you need a more advanced filtering or sorting feature, consider using a third-party plugin such as Filter Everything or FacetWP.

    https://wordpress.org/plugins/filter-everything/

    Best regards,
    Ismael

    in reply to: Edit buttons in fullscreen-slider #1483800

    Hey rechner1,

    Thank you for the inquiry.

    To edit the button text or label, click on the Fullwidth Slider in the Advance Layout Builder, open one of the slides, then go to the Advanced > Link Settings panel. Please check the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    Hey William,

    Thank you for the inquiry.

    Looks like you’re using a separate Masonry element for each product. Is there a specific reason for this? Have you considered using a single Masonry element to display all the products?

    Best regards,
    Ismael

    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

Viewing 30 posts - 631 through 660 (of 66,261 total)