Forum Replies Created

Viewing 30 posts - 901 through 930 (of 67,197 total)
  • Author
    Posts
  • in reply to: Add Logo To Borger Menu #1488275

    Hey envisageiam,

    Thank you for the inquiry.

    You can add another menu item in the Appearance > Menus panel and in the Navigation Label field of the menu item, insert an <img> tag containing the logo image. Then, add the class name “only_mobile” to display the logo only on mobile view.

    View post on imgur.com

    Add this code in the Quick CSS field:

    .only_mobile { display: none; }
    
    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .only_mobile { display: block; }
    }
    
    

    Best regards,
    Ismael

    in reply to: Tab Section Title Width #1488226

    Hey lauragale2020,

    Thank you for the inquiry.

    You can use this css code to adjust the width of the tab section title:

    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
      .av-inner-tab-title, .av-tab-arrow-container, .av-tab-section-icon, .av-tab-section-image {
          width: 200px;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward. Let us know the result.

    Best regards,
    Ismael

    in reply to: Theme Update Failing – PHP 7.4.33 and Enfold 4.02 #1488225

    Hey Brady,

    Thank you for the inquiry.

    The automatic update will no longer work with the current version (4.0.2) installed on your site. You’ll need to update the theme manually via FTP this time. Once the theme is updated to the latest version, you’ll be able to use the private token to upgrade the theme from the dashboard.

    Please check this documentation for more info: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    Hi,

    Great! Glad to know you managed to find a workaround. Feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Hotspot-Image mobile #1488223

    Hi,

    Thank you for the update.

    Only the hotspot numbers are displayed on mobile view, and the links are working as they should. Did you figure this out?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Postslider date display inconsistency #1488222

    Hey roelvanleuken,

    Thank you for the inquiry.

    What happens when you add this filter in the functions.php file?

    function avf_postslider_posts_meta_data_mod(){
    	return '';
    }
    add_filter('avf_postslider_posts_meta_data', 'avf_postslider_posts_meta_data_mod');
    
    function avf_post_slider_entry_excerpt_mod($excp, $prep, $perm, $entry) {
    	return '';
    }
    add_filter('avf_post_slider_entry_excerpt', 'avf_post_slider_entry_excerpt_mod', 10, 4);
    

    This modifies the excerpt and returns it as an empty string.

    Best regards,
    Ismael

    in reply to: Small screens doesn’t show all pages in menu #1488220

    Hey JoStudioDeRijp,

    Thank you for the inquiry.

    Unfortunately, it’s not possible to make the submenu scrollable. Have you tried moving the menu item with the long list of submenu items to the top of the first-level submenu? Another option is to split the submenu items.

    Best regards,
    Ismael

    in reply to: Fullscreen slider #1488219

    Hi,

    Thank you for the info.

    The video slide seems to be displaying in full, without black borders. Did you figure out the issue?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: adding columns #1488218

    Hey melanie308,

    Thank you for the inquiry.

    You can add four 1/4 Column elements to create a row of Text Block with a Special Heading element above. Please check the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: accordion element #1488217

    Hey melanie308,

    Thank you for the inquiry.

    shows text on a background color?

    You can add a Text Block or Special Heading element to a Column element and apply the background to the column. Let us know how it goes.

    Best regards,
    Ismael

    in reply to: increase size of logo and burger icon on mobile view #1488216

    Hi,

    You can make the header fixed, but it’s not recommended on mobile view. If you still want to proceed, include the following css code in the css media query:

    .responsive #top #wrap_all #header {
        position: fixed !important;
    }

    Best regards,
    Ismael

    in reply to: Horizontal Gallery Overlay Caption #1488165

    Hey annameis,

    Thank you for the inquiry.

    Unfortunately, this option is not available in the Horizontal Gallery element. You can use the Fullwidth Easy Slider or the Fullscreen Slider if you need to add a text overlay above the images.

    Best regards,
    Ismael

    in reply to: Bug – blog page / category #1488164

    Hi,

    Thank you for the info.

    What happens when you activate a child theme and copy the template-archives.php and archive.php files from the Enfold parent theme to the child theme directory? This should override the default template used by the Tutor LMS plugin.

    https://kriesi.at/documentation/enfold/child-theme/

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Horizontal scroll container #1488163

    Hi,

    Apologies for the delay. Try to add this code below the previous css rules.

    #mapcontainer .avia_codeblock_section {
        width: 1200px;
        max-width: 1200px;
        overflow: hidden;
    }

    Let us know the result.

    Best regards,
    Ismael

    Hi,

    You may need to refrain from using the custom layout shortcode in the product description editor and instead build the content using other shortcodes from the Shortcode Wand.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: increase size of logo and burger icon on mobile view #1488161

    Hi,

    Thank you for the update.

    Did you add this css code? This causes layout issues on mobile view, specifically on pages with transparent headers.

    .responsive #top #main {
        padding-top: 80px !important;
    }
    
    .responsive #top #wrap_all #header {
        position: fixed !important;
    }
    

    Please remove the code, then add this css to adjust the size of the logo on mobile view:

    @media only screen and (max-width: 1024px) {
    
      /* Add your Mobile Styles here */
      .responsive .logo img,
      .responsive .logo svg {
        max-height: 120px;
      }
    
      .responsive #top #wrap_all .main_menu {
        height: 120px;
      }
    
      .responsive #top #header_main>.container .main_menu .av-main-nav>li>a,
      .responsive #top #wrap_all .av-logo-container {
        height: 120px;
        line-height: 120px;
      }
    
      .responsive #top #main {
        padding-top: 0 !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Text Overlay in Classic Mode #1488160

    Hey John,

    Thank you for the inquiry.

    You can insert an Image element and add captions to it using the shortcode wand in the classic editor toolbar. Please check the screenshot below.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Post preview image display issue #1488159

    Hi,

    The category page is blank when we checked, and no page is selected as the blog page in Enfold > Theme Options panel. Where can we find the blog page or the posts?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Hotspot-Image mobile #1488158

    Hi,

    Thank you for the inquiry.

    Are you trying to remove the fallback link or text? Please create a test page so we can inspect your setup. If you want to apply the modification to a specific hotspot element only, you can add a custom css class to it (e.g., av-custom-hotspot-class-name).

    For more info on how to enable custom css class name support, please refer to this documentation: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    @media only screen and (max-width: 768px) {
      .responsive .av-custom-hotspot-class-name .av-image-hotspot_inner {
        display: none;
      }
    
      .responsive .av-custom-hotspot-class-name .av-hotspot-fallback-tooltip-count {
        display: none !important;
      }
    
      .responsive .av-custom-hotspot-class-name .av-hotspot-fallback-tooltip-inner {
        margin-left: 0 !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Update theme #1488092

    Hey Bregje Verschaeren,

    Thank you for the inquiry.

    You will need to generate a private token to update the theme in the future. However, due to the age of the current version, you will need to update the theme manually via FTP for now. Please refer to the documentation for more info.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Once the theme is updated to the latest version, you can generate a private token by following the instructions in the link below. This token can be used in the Enfold > Theme Update panel to update the theme automatically from the dashboard.

    https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Ismael

    in reply to: Die Lupe wird nicht mehr angezeigt #1488090

    Hi,

    Thank you for the info.

    Looks like some of the template files, such as header.php and footer.php, have been modified in the child theme. Please make sure that these files are based on the latest version from the parent theme. Try to get a copy of the latest files from the parent theme, reapply your modifications, then replace the corresponding file in the child theme.

    Best regards,
    Ismael

    in reply to: Fullscreen slider #1488089

    Hey andreas_anselm,

    Thank you for the inquiry.

    Have you tried setting Styling > Video Settings > Video Display to the second option (Stretch video so it covers the whole slideshow)? Please refer to the screenshot below.

    View post on imgur.com

    If this doesn’t work, please create a test page so we can inspect the issue properly.

    Best regards,
    Ismael

    in reply to: Problem styling CF7 in Enfold #1488088

    Hey Chris,

    Thank you for the inquiry.

    You may need to set Enfold > Performance > Disable Template Builder Elements > Disabling of Template Builder Elements to the first option (Always load elements). This ensures that the styles for the default contact form from the theme are loaded, even if the form is not present on the page. Let us know the result.

    Best regards,
    Ismael

    in reply to: Post preview image display issue #1488087

    Hey icarogioiosi,

    Thank you for the inquiry.

    The featured images of the posts in the demo are still visible on mobile view when we checked. Please create a test page and provide the page URL in the private field so we can review it.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    You can also adjust the content of the privacy modal window by enabling the “Modal Window Custom Content” option. Look for the shortcode starting with av_privacy_ in the Tab Content fields to remove the unnecessary privacy toggles.

    View post on imgur.com

    Please note that any scripts related to Google, such as the map and recapthca, will not load by default unless you’ve enabled them in the theme options.

    Best regards,
    Ismael

    in reply to: Menu changes color #1488039

    Hi,

    Thank you for the update.

    What happens when you include this css code?

    .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .error404 .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .error404  .header_color div .av-hamburger-inner::after {
        background-color: #605a57;
    }

    Best regards,
    Ismael

    in reply to: Bottom change information in same page #1488038

    Hi,

    You’re welcome! Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Die Lupe wird nicht mehr angezeigt #1488037

    Hey thorsten,

    Thank you for the inquiry.

    Did you set the menu as the Main Menu in Appearance > Menus > Menu Settings > Display Location? Please provide the login details in the private field so we can check the issue further.

    Best regards,
    Ismael

    in reply to: Different style in different language #1488036

    Hi,

    Great! Glad to know that the issue has been resolved. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    Hey bemodesign,

    Thank you for the inquiry.

    Try using this css code to adjust the height of the caption title.

    #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title span {
        line-height: 1em;
        display: inline-block;
    }

    Best regards,
    Ismael

Viewing 30 posts - 901 through 930 (of 67,197 total)