Forum Replies Created

Viewing 30 posts - 5,521 through 5,550 (of 67,469 total)
  • Author
    Posts
  • in reply to: Reduce height of color section in mobile (EnfoldApp) #1438963

    Hey Renard,

    Thank you for the inquiry.

    You can add this css code to decrease the height of the color section and adjust the position of the floating image:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .flex_column.av-lu0i0x4l-8e878727dd70b1d7d7004e10aa47c98c {
        margin-top: -180px;
        margin-bottom: -50px;
      }
    
      .responsive #top.page-id-261 #av_section_1 {
        height: 400px;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Responsive #1438962

    Hi,

    Thank you for the update.

    We recommend adding it at the very bottom of the style.css file or in the Enfold > General Styling > Quick CSS field. It is conventional and good practice to place css media queries at the very bottom of the stylesheet.

    Best regards,
    Ismael

    in reply to: Navigation Arrows to the side – Post Slider #1438961

    Hi,

    You can use this css code to remove the background or hide the circle:

    .avia-slideshow-arrows a:before {
        background: transparent;
    }

    If you have more questions, please feel free to open another thread.

    Best regards,
    Ismael

    in reply to: Bug in Enfold #1438960

    Hey Ivan Glaser,

    Thank you for the inquiry.

    This behavior is expected, as the page refreshes when you go to page 2, causing the tab section element to switch back to first or initial tab. There is no direct relationship between the Masonry pagination and the active tab section. Have you tried using the Load More option instead of the bulleted pagination?

    Best regards,
    Ismael

    in reply to: Categories #1438959

    Hi,

    Thank you for the update.

    You can add this filter to the functions.php file in order to display an excerpt and a “read more” link for the posts displayed in the category pages:

    function change_blog_archive_style() {	
    	global $avia_config;
    	if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
    }
    add_action('get_header', 'change_blog_archive_style');
    

    Best regards,
    Ismael

    Hey El,

    Thank you for the inquiry.

    The images in the Fullscreen Slider are applied as background, which is probably why WP Rocket can’t detect them, as it can only convert actual image (img) elements. If you need WP Rocket to convert the images to WebP, you can replace the Fullscreen Slider with a Fullwidth Slider, or just directly upload webp images to the sliders.

    Best regards,
    Ismael

    in reply to: Cookie Message #1438956

    Hi,

    Thank you for the inquiry.

    – I would like to have a space between the buttons and the message bar.
    – Also, a slight shadow above the entire cookie-bar would be nice
    – and a slightly larger font only in the mobile version

    You can add this css code to adjust the style of the consent box based on your description above.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .avia_cookie_text {
        margin-bottom: 10px;
      }
    
      .responsive #top .avia-cookie-consent p {
        font-size: 14px;
        line-height: 1.2em;
      }
    
      .avia-cookie-consent a.avia_cookie_infolink,
      .avia-cookie-consent p,
      .avia-cookie-consent .avia-cookie-consent-button {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        letter-spacing: 0.05em;
      }
    
      .avia-cookie-consent {
        box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1)
      }
    }
    

    Best regards,
    Ismael

    Hi,

    Have you tried disabling autoplay (Enable Autoplay) and making sure that the video is not muted (Mute Video Player)? The theme will automatically set the volume to 100% if autoplay is disabled, and users can then control the volume using the physical buttons on their devices. Alternatively, you can upload the video to YouTube or Vimeo to use their default media players.

    Best regards,
    Ismael

    in reply to: portfolio category page style changed #1438954

    Hi,

    Thank you for the update.

    Have you made any changes to the arrows? To fix the styling issue with the arrows on the tag and category pages, please add the following css code:

    .grid-content .avia-arrow, .tag .grid-content .avia-arrow {
        z-index: 10;
        border: none;
        top: -5px;
    }
    
    .grid-content .entry-content-header {
        z-index: 20;
        position: relative;
    }
    
    .tag .grid-content {
        position: relative;
    }
    
    .tag .grid-content .avia-arrow {
        border: none;
        top: -11px;
    }

    Best regards,
    Ismael

    in reply to: Can’t Save Anything on My Home Page #1438953

    Hi,

    Great! Good to know that this has been resolved. Please don’t hesitate to open another thread should you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Different Burger Icon size on desktop and mobile #1438952

    Hi,

    Thank you for the clarification.

    You can add this css code to adjust the size of the burger menu on mobile view:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-hamburger-box {
        width: 24px;
        height: 24px;
        display: inline-block;
        position: relative;
        top: 10px;
      }
    
      .av-hamburger-inner::before {
        top: -7px;
      }
    
      .av-hamburger-inner::after {
        bottom: -7px;
      }
    }

    Best regards,
    Ismael

    in reply to: Full Width Easy Slider Link Button #1438951

    Hi,

    Thank you for the update.

    The modification is working as intended when we tested it again. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: One Page Anchor Links with Fixed Header on Mobile #1438950

    Hey dreamreader,

    Thank you for the inquiry.

    It seems to work properly when we replaced the absolute URL (https://www.site.com/driveforward/home/#solutions) with just the anchor (#solutions). Please edit the layer slider links and update the href attribute accordingly.

    Best regards,
    Ismael

    in reply to: Logo covering icons on mobile #1438878

    Hi!

    Sorry for the delay. Please try to set the Enfold > Main Menu > General > Menu Items For Mobile settings to the second option (Active for Smartphones and Tablets) to ensure the mobile menu displays earlier or when the screen width is less than 989px.

    Best regards,
    Ismael

    in reply to: Can’t Save Anything on My Home Page #1438877

    Hey MichelleArmstrong,

    Thank you for the inquiry.

    The Enfold > Theme Options > Frontpage Settings is not set. Please create a new page, then try to select it as front page.

    Best regards,
    Ismael

    in reply to: Category page do not showing the right categories #1438876

    Hi,

    Sorry for the delay. To fix the issue with the category pages, we added this filter in the functions.php file:

    function avia_post_slide_query_mod($query, $params)
    {
      if (is_category() && is_archive()) {
        $current_category = get_queried_object();
    
        if ($current_category instanceof WP_Term) {
          $query['category_name'] = $current_category->slug;
        }
      }
    
      return $query;
    }
    add_filter('avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2);
    
    

    Best regards,
    Ismael

    Hi,

    The settings in Enfold for the video is NOT SET TO MUTE!

    Yes, that is correct, but it is set to autoplay, and as we mentioned before, the theme automatically mutes the video if autoplay is enabled. Please review the link to the browser policy for autoplay provided above.

    Best regards,
    Ismael

    in reply to: Enter a valid Envato private token can not saved #1438874

    Hi,

    Thank you for the info.

    We tried to use our private token on the site, and it was successfully validated, but we encountered the same “saving” error. Looks like the issue also occurs when saving any theme options. Have you tried temporarily disabling the plugins?

    Best regards,
    Ismael

    in reply to: Mobile menu header covering logo #1438873

    Hi,


    @Sethkonkel
    : You can set the Enfold > Main Menu > General > Menu Items For Mobile settings to the second option (Active for Smartphones and Tablets) to ensure the mobile menu displays earlier or when the screen width is less than 989px. If the issue persists or if you need further assistance, please open a new thread.

    Best regards,
    Ismael

    in reply to: Categories #1438871

    Hey aaronjosephhall1,

    Thank you for the inquiry.

    There are no posts on the category and article pages. Did you remove the posts?

    Best regards,
    Ismael

    in reply to: FAQ Accordians don’t open on Android? #1438870

    Hi,

    Thank you for the update.

    The toggles are not working properly even in desktop view. Have you tried to temporarily disable the plugins? We have found an error in the console which might be causing the issue.

    Uncaught TypeError: $.avia_utilities.supports is not a function
        at avia_hover_effect (avia.js:780:32)
        at $.avia_utilities.avia_ajax_call (avia.js:210:3)
        at HTMLDocument.<anonymous> (avia.js:101:26)
        at e (jquery.min.js:2:27028)
        at t (jquery.min.js:2:27330)
    

    Best regards,
    Ismael

    in reply to: Contact form #1438869

    Hey aaronjosephhall1,

    Thank you for the inquiry.

    Do you receive emails when using plugins like Contact Form 7 or WPForms? Please test the plugins or check the link below for more info on troubleshooting the default contact form.

    // https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    Best regards,
    Ismael

    in reply to: Demo Content #1438868

    Hey aaronjosephhall1,

    Thank you for the inquiry.

    Is the checkbox in Settings > Reading > Search engine visibility disabled after importing the demo? When this option is disabled, search engines will index the site regardless of whether you manually submit it or not. If you want to update the search results (SERPs), you can submit another sitemap to Google, but it may take some time before the SERPs are updated with the new content.

    // https://yoast.com/help/submit-sitemap-search-engines/
    // https://rankmath.com/kb/submit-sitemap-to-google/

    Best regards,
    Ismael

    in reply to: portfolio category page style changed #1438867

    Hey Yaphoon,

    Thank you for the inquiry.

    On the category page, items are displayed using the Portfolio Grid element, while the Masonry element is used on the Product page, which is they don’t look the same. If you want to adjust the style of the Portfolio Grid to make it look more like the Masonry element, try adding this css code:

    #top.tax-portfolio_entries .no_margin.av_one_third {
        float: none;
        margin-right: 2%;
        width: 31%;
        margin-bottom: 2%;
    }
    
    #top.tax-portfolio_entries .grid-sort-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    #top .grid-entry-title.entry-title {
        font-size: 1.2em;
        padding: 10px 13px;
    }

    Best regards,
    Ismael

    Hey Angelo,

    Thank you for the inquiry.

    In the EN version, you may need to edit the Text Block containing the embedded attachment and manually adjust the image URL.

    <a href="https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg" class="lightbox-added" style="position: relative; overflow: hidden; display: block;">
        <img
            decoding="async"
            aria-describedby="caption-attachment-18987"
            class="wp-image-11154 size-portfolio"
            title="Toward Stafal"
            src="https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg"
            alt="Toward Stafal"
            width="495"
            height="400"
            srcset="https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg 495w, https://www.site.it/wp-content/uploads/2022/07/23-845x684.jpg 845w"
            sizes="(max-width: 495px) 100vw, 495px"
        />
        <span class="image-overlay overlay-type-image" style="left: -5px; top: 0px; overflow: hidden; display: block; height: 409.062px; width: 513px;"><span class="image-overlay-inside"></span></span>
    </a>
    
    

    Currently, it is linked to this thumbnail:

    https://www.site.it/wp-content/uploads/2022/07/23-495x400.jpg
    

    Whereas the IT version links to the original version of the image:

    https://www.site.it/wp-content/uploads/2022/07/23.jpg
    

    Best regards,
    Ismael

    in reply to: Header and slider not responsive #1438526

    Hi,

    1.) We recommend increasing the font size slightly from the default of 14px. Perhaps 16px or 18px would be ideal, but the choice depends on your preference.

    2.) Would you mind providing a screenshot? You can use platforms like Savvyify, Imgur or Dropbox.

    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: Applying flex to a column & contained elements #1438525

    Hi,

    Sorry about that. I forgot that the dynamic content feature is not yet available, but it will be released on Enfold 6.0. For now, you can try the Custom Element Templates (CET).

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    in reply to: Change Toggle Title in Accordion Feature to H3 #1438524

    Hi,


    @Guenni007
    : Please try this filter:

    function my_avf_customize_heading_settings(array $args, $context, array $extra_args = array())
    {
        if ($context == 'avia_sc_toggle' && $args['heading'] === 'p') {
            $args['heading'] = 'h3';
        }
    
        return $args;
    }
    add_filter('avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3);

    We just added this condition:

    && $args['heading'] === 'p'
    

    Best regards,
    Ismael

    in reply to: Responsive #1438523

    Hey Renard,

    Thank you for the inquiry.

    You can add this css code to adjust the size of the tabs and make sure they align properly on smaller screens:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .av-pill-tabs .av-section-tab-title {
        margin-right: 10px;
        padding: 0 !important;
      }
    
      .av-pill-tabs .av-inner-tab-title {
        color: #FFFFFF;
        font-size: 0.9em;
        margin-bottom: 0px !important;
        line-height: .5em;
        padding: 8px !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Space between colums #1438521

    Hey northorie,

    Thank you for the inquiry.

    Why do you need to upload an image (1-2.jpg) as the background for the column element? The reason the columns don’t appear as close as they should is because the background image doesn’t fully cover the first column, creating large gaps on the right side of the column. Have you tried applying a background color instead? .

    Best regards,
    Ismael

Viewing 30 posts - 5,521 through 5,550 (of 67,469 total)