Forum Replies Created

Viewing 30 posts - 1,441 through 1,470 (of 66,075 total)
  • Author
    Posts
  • in reply to: How create a perfect blank page ? #1476482

    Hi,

    Thank you for the update.

    If you need to prevent the page from scrolling on “accueil-01”, please add this css code:

    #top.page-id-2341 {
        max-height: 100vh;
        overflow: hidden;
        display: block;
        height: calc(100vh - 50px);
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    in reply to: mobile menu right #1476480

    Hi,

    Thank you for the info.

    We added this css code to remove the gap.

    #top .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7 + .sticky_placeholder {
        height: 0 !important;
    }

    Please make sure to purge the cache before testing the page.

    Best regards,
    Ismael

    Hey Lara,

    Thank you for the inquiry.

    Which email address did you use to create the forum account, and which address would you like to use? We’ll try to update your account with the new email address.

    Best regards,
    Ismael

    in reply to: Lazy Loading not Working #1476390

    Hey havi,

    Thank you for the inquiry.

    The loading attribute is set to lazy, but the decoding attribute has been added. If you want to remove the decoding attribute, you can add this filter in the functions.php file:

    add_filter( 'wp_img_tag_add_decoding_attr', function( $value, $image, $context ) {
        return false; 
    }, 10, 3 );
    

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Change column display on mobile #1476388

    Hey xfacta,

    Thank you for the inquiry.

    We didn’t find a 5-column layout on the homepage. Where can we check this? If you need to adjust the column width in mobile view, you can try this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .content .entry-content-wrapper .flex_column.av_one_fifth {
        width: 19%;
      }
    }

    Please note that this will affect all 1/5 elements on the site. You may need to apply a Custom CSS Class name to the columns.

    https://kriesi.at/documentation/enfold/add-custom-css/

    Let us know of the result.

    Best regards,
    Ismael

    in reply to: Logo Not Showing Up on Mobile View #1476387

    Hi,

    Thank you for the screenshot.

    We noticed that Enfold > Theme Options > Logo was not set, so we selected the logo, but the image is still not displaying in mobile view. Did you apply any filter in the functions.php file?

    Please try to remove the logo completely from the Media Library, then upload it again as logo. Let us know the result.

    Best regards,
    Ismael

    in reply to: Disable scroll to top when opening a popup #1476386

    Hey rlhinirv57,

    Thank you for the inquiry.

    We extract the html of the “Get Started With IT Talent” button, place it in a Code Block element, then add the class name “no-scroll” to the link (a) tag.

    
    <div class="avia-button-wrap av-nff239-2095338f556d798c2692e20ebf8185dd-wrap avia-button-center  avia-builder-el-23  avia-builder-el-no-sibling  "><a href="#popmake-19002" class="avia-button no-scroll av-nff239-2095338f556d798c2692e20ebf8185dd av-link-btn avia-icon_select-no avia-size-large avia-position-center avia-color-theme-color pum-trigger" aria-label="Get Started With IT Talent" style="cursor: pointer;"><span class="avia_iconbox_title">Get Started With IT Talent</span></a></div>
    

    This should prevent the page from scrolling back to the top.

    Best regards,
    Ismael

    in reply to: Disable scrolling on tab element #1476384

    Hi,

    Thank you for the update.

    We may need to access the server via FTP to test the modifications further. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Issue to import Agency demo file (One pager) #1476383

    Hi,

    Thank you for the update.

    Please follow these steps to manually import the demo:

    — Download the demo that you’d like to install from this link: https://github.com/KriesiMedia/enfold-library/tree/master/demos

    — Extract the zip file and retrieve the XML file.

    — After that, go to Dashboard > Tools > Import and install the WordPress importer, then run it.

    — Upload the XML demo file.

    The demo images may not be included in the import due to security restrictions on OVH servers. You can edit the pages and upload your own images.

    Let us know if this works.

    Best regards,
    Ismael

    in reply to: Transparency Header Issues #1476382

    Hi,

    Thank you for the inquiry.

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code. If the issue persists, please provide the login details in the private field so that we can check the modification further.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    That is the default behavior of the menu. The main menu displays in desktop view and switches to the hamburger (mobile) menu at certain breakpoints, such as tablet view and smaller screens.

    If you want to display the hamburger menu on desktop, go to Enfold > Main Menu > General > Menu Items For Desktop and set it to Display as Icon.

    Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: The Footer has stopped showing #1476380

    Hey Hender,

    Thank you for the inquiry.

    Did you override any template files (e.g., header.php, footer.php) in the child theme? If so, please make sure they are updated. If the issue persists, provide the login details in the private field.

    Let us know the result.

    Best regards,
    Ismael

    in reply to: mobile menu right #1476378

    Hi,

    Thank you for the screenshot.

    Did you remove the css code? Please apply it again or provide the login details in the private field so that we can check the modifications.

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that you managed to import the demo. Feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    Hey lenalavendel,

    Thank you for the inquiry.

    You can adjust the Styling > Masonry Settings > Size Settings to Perfect Grid or experiment with the settings until you achieve the desired layout.

    Perfect Grid: Display a perfect grid where each element has exactly the same size. Images get cropped/stretched if they don’t fit

    Let us know if this works for you.

    Best regards,
    Ismael

    in reply to: portfolio grid filter subcategories #1476375

    Hey spitsdesign,

    Thank you for the inquiry.

    The subcategories should appear in the sorting container by default. Could you clarify what you mean by subcategories? Apart from toggling the display of the category sort or filter, there are no other options for this.

    Best regards,
    Ismael

    in reply to: enfold mobile burger menu social media icons #1476374

    Hi,

    Thank you for the update.

    We were able to reproduce the issue in a different browser. To fix it, we adjusted the priority of the custom_burger_social_bookmarks_script function. Please make sure to purge the cache or clear your browser history before checking the page.

    Best regards,
    Ismael

    in reply to: Problems with Enfold and Ninja Forms Paypal Add on #1476373

    Hey Blatze,

    Thank you for the inquiry.

    Unfortunately, we don’t provide support for third-party plugins, but we’ll try to check the issue. Please provide the site URL and login details in the private field. For further assistance, we recommend reaching out to the plugin developers or hiring a freelance developer.

    Best regards,
    Ismael

    in reply to: How create a perfect blank page ? #1476372

    Hey James,

    Thank you for the inquiry.

    It’s not possible to create a blank template in the theme options, but you can select the existing Blank – No Header, No Footer template in the Page > Template settings. If you want to create your own template, you can use the enfold > template-builder.php file as a reference. Please check the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Transparency Header Issues #1476293

    Hey eggc,

    Thank you for the inquiry.

    You may need to adjust the top padding of the #main container. Please try this css code:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0;
    }

    Let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Enfold Language #1476292

    Hi,

    Thank you for the update.

    We are not yet sure why some text is not translated, but we added some entries in the Say What? plugin, and some of them worked, including the “Updated the cart” notification. Please make sure to purge the cache before checking.

    Best regards,
    Ismael

    in reply to: Blog Page layout #1476291

    Hi,

    We’ll close it for you. Thank you for your patience!

    Best regards,
    Ismael

    in reply to: Catalogue description colour #1476290

    Hey Kate,

    Thank you for the inquiry.

    Please use the following css code and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    #top .main_color .av-catalogue-content {
        color: #ececec;
    }

    Let us know of the result.

    Best regards,
    Ismael

    in reply to: Product Slider Issue #1476289

    Hi,

    We checked again using a different browser but we still can’t reproduce the issue. We refreshed the page multiple times and different products appeared each time, but the images displayed correctly.

    View post on imgur.com

    Please try deactivating the plugins, then purge the cache or check the site in incognito mode.

    Best regards,
    Ismael

    Hi,

    Thank you for your patience! If you have any further questions, feel free to open another thread.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: custom element #1476287

    Hi,

    Thank you for the inquiry.

    Please note that only Locked Options will be updated globally. All non-locked options will remain as configured for each instance of the template. To make sure an option is updated globally in the future, make sure to lock it. Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: how to call for a tooltip in an icon shortcode? #1476286

    Hey rvga,

    Thank you for the inquiry.

    You can try this shortcode:

    [av_font_icon icon='ue81f' font='entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m6q2a64z' sc_version='1.0' admin_preview_bg='']
    This will display as tooltip!
    [/av_font_icon]

    Let us know if you need more info.

    Best regards,
    Ismael

    in reply to: text blocks pc same height #1476285

    Hey schweg33,

    Thank you for the inquiry.

    We could apply a minimum height to the div element inside the text block. Please try this css code:

    #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div {
      min-height: 540px !important;
    }
    
    @media only screen and (max-width: 1300px) {
      #top .av-6xdhph-d676d236253fe9da7b5542127b7590e9 .flex_column .av_textblock_section > div > div {
        min-height: 600px !important;
      }
    }

    Let us know the result.

    Best regards,
    Ismael

    in reply to: mobile menu right #1476284

    Hey schweg33,

    Thank you for the inquiry.

    You can start with this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7 {
        position: fixed !important;
        right: 0;
        top: 10px;
        width: 50px;
      }
    }

    Please check this screenshot:

    View post on imgur.com

    Let us know if you need more help.

    Best regards,
    Ismael

Viewing 30 posts - 1,441 through 1,470 (of 66,075 total)