Forum Replies Created

Viewing 30 posts - 571 through 600 (of 66,017 total)
  • Author
    Posts
  • in reply to: easy slider caption background fullwidth #1481903

    Hey dondela,

    Thank you for the inquiry.

    You can adjust the maximum width of the slideshow caption container with this css code:

    .av_slideshow_full .container.caption_container {
        max-width: 100vw;
    }

    Best regards,
    Ismael

    in reply to: Layer Slider wrong/not scaling in Google Chrome #1481902

    Hey wunderpunkt,

    Thank you for the inquiry.

    We were able to reproduce the issue on both Brave and Chrome, but we are not yet sure what’s causing it. We may need to log in to the site and check the slider settings. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: avia-footer-scripts-***.js damaged files #1481901

    Hey webidoo,

    Thank you for the inquiry.

    It’s possible that some scripts or plugins don’t work well with the current compression settings. You may need to disable compression and use minification only. Another option is to completely disable the default compression settings and use a third-party caching/compression plugin such as Autoptimize, WP Rocket or WP Super Cache.

    Best regards,
    Ismael

    in reply to: Emoji’s turned into Question Marks? #1481900

    Hey ballindigital,

    Thank you for the inquiry.

    You may need to deactivate the Enfold > Performance > Change WordPress Defaults > Disable Emoji/Smiley Support option. Let us know if the issue persists.

    Best regards,
    Ismael

    in reply to: Reduce size of navigation arrow in Easy Slider #1481898

    Hey es.design.ma,

    Thank you for the inquiry.

    You can use this css code to adjust the size of the slider arrows:

    #top .av-slideshow-ui .avia-slideshow-arrows.av-visible-prev > a.prev-slide, #top .av-slideshow-ui .avia-slideshow-arrows.av-visible-next > a.next-slide {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        top: 50%;
        margin: -30px 15px 0;
    }
    
    #top .avia-slideshow-arrows a.avia-svg-icon svg:first-child {
        margin-top: 0;
        height: 0.5em;
        width: 0.5em;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You may need to revert the position of the image and text in the mega menu title or remove the link from the image. Make sure the text is placed above the image. This allows the script that generates the mobile menu to render the text link instead of the image link.

    Best regards,
    Ismael

    in reply to: White bar at the top #1481789

    Hi,

    We’re not seeing the same spacing on our end. Have you tried the suggestion from @Guenni007?

    Best regards,
    Ismael

    in reply to: advanced layout builder is not working/not visible #1481788

    Hey ifpmfsr,

    Thank you for the inquiry.

    The site is still using an older version of the theme, 6.0.9. You have to upgrade it to version 7.0.1. Let us know the result.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Enfold window is blank #1481787

    Hey Laura,

    Thank you for the inquiry.

    The site contains a very old version of the theme, 5.6.9. This has to be updated to version 7.0.1 via FTP.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Let us know if the issue persists after updating.

    Best regards,
    Ismael

    in reply to: A small magnifying glass instead of text in the menu #1481785

    Hi,

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

    Best regards,
    Ismael

    in reply to: Avia Layout Builder page frozen #1481784

    Hey Morten,

    Thank you for the inquiry.

    We may need to inspect the site to properly check the issue. Please make sure that the theme is updated to version 7.0.1, then post the login details in the private field.

    Best regards,
    Ismael

    in reply to: Theme page editor not displaying #1481783

    Hey jmail37,

    Thank you for the inquiry.

    What is the current version of the theme? Please make sure it is updated to the latest version, 7.0.1. If the issue persists after updating, please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Video letterboxing #1481782

    Hey dpcram,

    Thank you for the inquiry.

    Try to set the video slide’s Styling > Video Settings > Video Display to the second option (Stretch video so it covers the whole slideshow). Let us know the result.

    Best regards,
    Ismael

    Hi,

    Yes, you can add the code in the Enfold > General Styling > Quick CSS field. You may also need to toggle or temporarily disable the file compression settings, then purge the cache. Let us know the result.

    Best regards,
    Ismael

    in reply to: WordPress 6.8 Issues #1481780

    Hey Jim Hill,

    Thank you for the inquiry.

    The site contains a very old version (5.6.9) of the theme. Updating the theme to version 7.0.1, via FTP, should fix the issue.

    https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: A small magnifying glass instead of text in the menu #1481777

    Hi,

    Thank you for the info.

    Instead of using the icon shortcode, we replaced it with the search icon html.

    <span class="av_font_icon av-m9s1gr1e-6ed42716956a76916230d7da2b2f0695 avia_animate_when_visible av-icon-style- avia-icon-pos-left avia-iconfont avia-font-entypo-fontello av-no-color avia-icon-animate avia_start_animation avia_start_delayed_animation"><span class="av-icon-char" data-av_icon="" data-av_iconfont="entypo-fontello" aria-hidden="true"></span></span>
    

    We also added this css code to adjust the position and size of the icon in the menu.

    .menu-item .av_font_icon {
        float: none;
        margin-right: 0;
        font-size: 16px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Themeforest Theme Issue: Frontend Not Updating #1481776

    Hi,

    We removed the Special Heading element with the “Ciao” text. We cannot find the “go to project” button on either the front end or the back end. Which photo are you referring to? Please provide a screenshot using Imgur or Dropbox. Again, we added two Text Blocks at the very end of the page and left them there for you to check.

    View post on imgur.com

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The issue occurs because of the following css code. The logo slider displays correctly when we remove it from the Quick CSS field.

    .entry-content-wrapper {
      display: flex;
      flex-wrap: wrap; /* zorgt ervoor dat het ook werkt op kleinere schermen */
      align-items: stretch; /* dit is de sleutel voor gelijke hoogte */
    }
    
    .entry-content-wrapper > .flex_column {
      display: flex;
      flex-direction: column;
    }
    

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Adding click ID to Button elemen #1481774

    Hi,

    Good to know that you managed to find the correct config. Thanks for sharing!

    Best regards,
    Ismael

    in reply to: Lottie #1481773

    Hi,

    You can simply search for the keyword “Lottie” on any search engines, and you should find sites with free Lottie resources. You may need to sign up to download the files. A few examples below:

    https://lottiefiles.com/featured-free-animations
    https://www.lottielab.com/examples

    Best regards,
    Ismael

    in reply to: page speed super slow on mobile #1481772

    Hi,

    Thank you for the inquiry.

    To improve LCP, you can preload the first image above the fold and make sure that all images are compressed.

    https://wordpress.org/plugins/preload-lcp-image/

    For more info on how to optimize the loading speed, you can check out the articles below.

    https://wpengine.com/resources/improve-wordpress-site-speed/
    https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    in reply to: Scroll header #1481771

    Hi,

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

    Best regards,
    Ismael

    in reply to: White bar at the top #1481701

    Hi,

    Thank you for the inquiry.

    We are not seeing the top bar on the site. Is it only visible when you’re logged in?

    View post on imgur.com

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We may need to access the site to further check the issue. Please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Scroll header #1481699

    Hey sitadi,

    Thank you for the inquiry.

    You can start with this css code:

    
    @media only screen and (min-width: 768px) {
    
      /* Add your Desktop Styles here */
      .html_header_top .header-scrolled .logo.avia-standard-logo {
        left: 200px;
        transform: none;
      }
    
      .html_header_top .header-scrolled #custom_html-4 {
        margin-top: -150px;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Tablet version Grid Row #1481698

    Hey Diana,

    Thank you for the inquiry.

    You can try this css code to adjust the breakpoint of the grid row cells:

    @media only screen and (max-width: 1025px) {
      .responsive #top #wrap_all .av-flex-cells .no_margin {
        display: block;
        margin: 0;
        height: auto !important;
        overflow: hidden;
        padding-left: 8% !important;
        padding-right: 8% !important;
        width: 100%;
      }
    }

    Best regards,
    Ismael

    in reply to: Burger menu display #1481697

    Hey sitadi,

    Thank you for the inquiry.

    Try to add this css code to adjust the z-index of the header container where the menu resides.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header_main>.container {
        z-index: 1000 !important;
        position: relative;
      }
    }

    Best regards,
    Ismael

    in reply to: Adding click ID to Button elemen #1481696

    Hi,

    Where can we check the button? Have you tried using Click Classes instead of Click ID in the trigger condition?

    https://support.google.com/tagmanager/answer/7182738?sjid=13411867830563470274-NC

    The trigger condition can be set to Click Classes > contains > “custom-element-class”. The class “custom-element-class” can be added in the Button element’s Advanced > Developer Settings > Custom CSS Class field. Please note that the changes in the console might take some time to propagate or take effect. You may need to test if the changes apply after a few hours.

    Best regards,
    Ismael

    Hey AndreasWinkler,

    Thank you for the inquiry.

    The site seems to be using the correct permalink when we checked the About page. Did you figure this out? (see private field)

    Best regards,
    Ismael

    in reply to: A small magnifying glass instead of text in the menu #1481694

    Hey schweg33,

    Thank you for the inquiry.

    In the Navigation Label field of the search menu item, you can replace the text with the icon shortcode or an icon image.

    [av_font_icon icon='search' font='svg_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-m9qks9nw' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    

    Best regards,
    Ismael

Viewing 30 posts - 571 through 600 (of 66,017 total)