Forum Replies Created

Viewing 30 posts - 6,361 through 6,390 (of 67,597 total)
  • Author
    Posts
  • in reply to: How to make Color section responsive #1431868

    Hi,

    Good to know that the suggestions worked! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Tiktok + Twitter/X icons not appearing #1431866

    Hey Kelly,

    Thank you for the inquiry.

    The icons are displaying correctly on our end. Did you figure out the issue? Please check the screenshot in the private field.

    Best regards,
    Ismael

    in reply to: Support license only #1431865

    Hey Maggie,

    Thank you for the inquiry.

    You can extend or renew the support license from your Themeforest account. Please check the documentation below for more info.

    // https://help.market.envato.com/hc/en-us/articles/207886473-Extend-or-renew-Item-Support

    Best regards,
    Ismael

    in reply to: Meta Title #1431864

    Hey ontariotraining,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue or posting the login details in the private field? 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: prevent auto multi image generation #1431863

    Hi,

    Thank you for the inquiry.

    Have you tried regenerating the thumbnails? You can use the plugin suggested by @Guenni007 above or the plugin linked below.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Please make sure to create a site backup or restore point before regenerating the thumbnails just in case.

    Best regards,
    Ismael

    in reply to: Anchor links not working on translated page #1431862

    Hi,

    Thank you for the update.

    You can try @Guenni007’s suggestion above or make sure that the RO home page is properly selected in the RO version of the Enfold > Theme Options > Frontpage Settings.

    Best regards,
    Ismael

    in reply to: Issues on iPad #1431861

    Hey northorie,

    Thank you for the inquiry.

    1.) You can add this css code to adjust the height or size of the image containers inside the cells.

    .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner {
        height: 100%;
    }
    
    .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container {
        height: 33%;
    }
    
    .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner, .responsive #top #wrap_all .flex_cell.av-bpxls4-4533b655858484ed8d63e280429e26ae .flex_cell_inner .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    2.) You can edit the Grid Row element and set the Advanced > Responsive > Fullwidth Break Point settings to the section option. For the columns, you can edit the first column in the row, then adjust the Fullwidth Break Point settings in the Row Settings > Row Screen Options toggle.

    Best regards,
    Ismael

    in reply to: Date-Color on Timeline #1431859

    Hey northorie,

    Thank you for the inquiry.

    The advanced styling of the h2 element overrides the custom style of the timeline date. You may need to adjust the advanced styling of the element or you can add this css code to adjust the color of the date.

    #top #wrap_all .all_colors h2.av-milestone-date {
        color: #000000;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.

    Best regards,
    Ismael

    in reply to: Enfold – Responsive Multi-Purpose Theme #1431857

    Hi,

    Thank you for the update.

    The API keys for Google Maps and ReCAPTCHA are missing from the Enfold > Google Services panel. Where did you place the API keys?

    Please provide the API keys in the private field so that we can test it. Make sure to add the site domain as an http referrer. For more info, please check the following link.

    // https://kriesi.at/documentation/enfold/google-map/#add-an-api-key

    Best regards,
    Ismael

    in reply to: Slider Caption Help #1431853

    Hey ballindigital,

    Thank you for the inquiry.

    You can use the Fullscreen Slider element to recreate such a slider layout. Add a caption title and caption text, adjust the Styling > Caption > Caption Positioning settings, then configure the caption sizes in the Styling > Font Sizes panel.

    Best regards,
    Ismael

    in reply to: Problem on show social icons in mobile header #1431851

    Hey Oriano,

    Thank you for the inquiry.

    Please remove the previous modification, then use the following css code instead.

    @media only screen and (max-width: 989px) {
      /* Add your Mobile Styles here */
      .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block;
      }
    }

    Best regards,
    Ismael

    in reply to: Custom Fonts loading very slowly #1431848

    Hey fabienneRedUmb,

    Thank you for the inquiry.

    Where did you get the font? The fonts (t2020stylee-regular.ttf & tt2020stylef-regular-ascii.ttf) are nearly 12MB in size, which is quite large. Have you considered using Google Fonts instead? Fonts like Roboto or Open Sans have an average file size of 170 KB, which could result in significant difference in loading speed or duration.

    Best regards,
    Ismael

    in reply to: Submenu Custom Icon #1431847

    Hi,

    Thank you for the info.

    You can add the top css property to the previous css code to adjust the vertical position of the icon.

    #menu-item-39 span.avia-menu-text:before {
        content: url(https://img.icons8.com/color/17/wordpress.png);
        display: inline;
        padding-right: 10px;
        vertical-align: sub;
        top: 1px;
        position: relative;
    }
    

    We tried to apply this modification to the site but the account above is not an admin.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The stylesheets are still minified when we checked the site. Please disable the WPFC plugin temporarily, then make sure that the value of the Advanced > Image Animation > Image Scale Starting Size settings is smaller than the value of the Image Scale End Size settings. Or provide the login details in the private field so that we can check the settings.

    Best regards,
    Ismael

    in reply to: Blog Post Element Not Displaying #1431845

    Hi,

    Thank you for the info.

    We couldn’t find any errors in the back end, so we’re not yet sure what is causing the issue. Can we deactivate the plugins temporarily? Please create a site backup or a restore point so that we can restore the site if anything goes wrong.

    Best regards,
    Ismael

    in reply to: submenu sticky on mobile #1431844

    Hi,


    @Guenni007
    : Yes, the script should work regardless of the burger menu settings. You may need to add a few more conditions if you need to prevent the submenu from sticking when the burger menu overlay is active.

    function ava_custom_sticky_sub_menu()
    { ?>
        <script>
      (function($){
        var width = $(window).width();
        var $stickyTop = $('#sub_menu1');
        if (width <= 767) {
            $stickyTop.waypoint(function(direction) {
                if (direction === 'down') {
                    $stickyTop.addClass('sticky-top');
                }
                if (direction === 'up' || $('.av-burger-overlay').is(':visible')) {
                    $stickyTop.removeClass('sticky-top');
                }
            }, {
                offset: '0%'
            });
        }
        })(jQuery);
      </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_custom_sticky_sub_menu', 99 );
    

    Best regards,
    Ismael

    in reply to: How to make Color section responsive #1431843

    Hey xfacta,

    Thank you for the inquiry.

    If you want to fully display the image on mobile view, you can set the Styling > Background Image > Background Repeat to Scale to fit. This will contain the image and make it fully visible inside the color section container. Another option is to add another Color Section and upload a different background image appropriate for the mobile size. Then, toggle the Advanced > Responsive > Element Visibility settings to control the visibility of the new section and the other Color Section. Essentially, you’ll have two versions of the same Color Section, one for desktop and another for mobile view.

    Best regards,
    Ismael

    in reply to: All slideshows are the same ….. #1431749

    Hi,

    Thank you for the update.

    We were able to access the editor and see the list of images in the first slider, but when we edited the second, we encountered the same error ERR_CONNECTION_REFUSED. The site didn’t load at all after that. Have you tried recreating the slider from scratch? For testing, you can save the current content as a template, create another page, and then apply the template to it.

    Best regards,
    Ismael

    in reply to: Full Size featured image in blog posts #1431748

    Hi,

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

    Have a nice day.

    Best regards,
    Ismael

    Hey!

    Thank you for the inquiry.

    The stylesheets are compressed when we checked the site and it’s possible that the changes are not getting applied because of this . Please make sure to toggle the file compression or disable it temporarily, then purge the cache before checking the adjustments.

    Regards,
    Ismael

    in reply to: Frontpage (Advanced Layout Builder) isn’t working #1431745

    Hi,

    Thank you for the update.

    Glad to know that the Advance Layout Builder is now loading correctly. It’s possible that some plugins installed on your site aren’t compatible with the latest PHP version, leading to errors that also affect the builder. There’s no need to add the code to the wp-config.php file.

    Best regards,
    Ismael

    in reply to: Video should not be shown on mobile devices #1431744

    Hey Michael,

    Thank you for the inquiry.

    The background video seems to be disabled when we checked the site, with only the fallback image displayed. Did you figure out the issue?

    .avia-section.av-1dmdsw-353dba630ef420455b0a84e61260cab6 {
        background-color: #ffffff;
        background-image: url(https://kunstmico.ch/wp-content/uploads/2023/11/Kunst-MICO-Shop.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: scroll;
    }

    Best regards,
    Ismael

    Hey Loveronika,

    Thank you for the inquiry.

    You can adjust the mobile menu breakpoint in the Enfold > General > Menu Items For Mobile settings. Set it to the second option. You can also add this css code.

    @media only screen and (max-width: 1366px) {
      nav.main_menu li:not(.av-burger-menu-main, .av-active-burger-items) {
        display: none;
      }
    
      .av-burger-menu-main {
        display: block;
      }
    }

    Best regards,
    Ismael

    in reply to: Anchor links not working on translated page #1431742

    Hi,

    Thank you for the update.

    The Ro version is “contacte” and the English version is “contact”.

    Yes, we understand. But the anchor in the main menu is still set to “#contact”, so on RO version, it doesn’t scroll down to the correct section. You have to edit the color sections and adjust the ID attribute accordingly or clone the menu and create an RO version of it.

    Best regards,
    Ismael

    in reply to: Ansicht im Dashboard #1431741

    Hi,

    Thank you for the update.

    You may need to check the wp-config.php file and make sure that the DISALLOW_FILE_EDIT constant is set to false. If you can’t find the constant in the said file, you can declare it manually with the value set to false.

    define( 'DISALLOW_FILE_EDIT', false );
    

    This should re-enable the Appearance > Theme File Editor panel. If the panel is still not accessible, you can also edit the functions.php file via S/FTP. You may need to ask your hosting provider for the login credentials.

    Best regards,
    Ismael

    in reply to: Maps not working #1431740

    Hey whdsolutions,

    Thank you for the inquiry.

    The map is being disabled or blocked by the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour. It should load when you accept the privacy cookies. If you want the map or any external services such as fonts to load even without accepting the privacy cookies, you can set the Default Cookie Behaviour to the first or second option.

    Best regards,
    Ismael

    in reply to: Trouble with ifRame #1431739

    Hi,

    Glad to know this solution worked. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Blog Post Element Not Displaying #1431738

    Hey vantagepointmg,

    Thank you for the inquiry.

    Did you select a category to display from the Content > Select Entries > Which Categories Should Be Used For The Blog list? Please provide the login details in the private field so that we can check the page and the blog posts settings.

    Best regards,
    Ismael

    in reply to: submenu sticky on mobile #1431737

    Hi,

    Thank you for the screenshot.

    We don’t get any errors when we add the code in the functions.php file. Please revert the changes, re-open the functions.php file or refresh the dashboard, then make sure to copy the code directly from forum before pasting it to the functions.php file.

    function custom_sticky_sub_menu()
    { ?>
        <script>
      (function($){
        var width = $(window).width();
        var $stickyTop = $('#sub_menu1');
        if (width <= 767) {
            $stickyTop.waypoint(function(direction) {
                if (direction === 'down') {
                    $stickyTop.addClass('sticky-top');
                }
                if (direction === 'up') {
                    $stickyTop.removeClass('sticky-top');
                }
            }, {
                offset: '0%'
            });
        }
        })(jQuery);
      </script>
        <?php
    }
    add_action( 'wp_footer', 'custom_sticky_sub_menu', 99 );
    

    Best regards,
    Ismael

    in reply to: Cannot edit home page #1431736

    Hey Alteks,

    Thank you for the inquiry.

    We tried logging in but got an error using the credentials above. The username is not registered on the site. Please check the login info carefully or provide another admin account. Also, please make sure that the theme is updated to version 5.6.9.

    Best regards,
    Ismael

Viewing 30 posts - 6,361 through 6,390 (of 67,597 total)