Forum Replies Created

Viewing 30 posts - 7,051 through 7,080 (of 67,463 total)
  • Author
    Posts
  • in reply to: Blog Page – Avia Layout Builder #1422864

    Hi,

    You’re quite welcome! Let us know if you have more inquiries regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You can try to adjust the element style with css modification instead. Please try this code in the Enfold > General Styling > Quick CSS field.

    .av-magazine .av-magazine-top-bar .av-magazine-top-heading {
        font-size: 2em;
        color: blue;
    }
    

    Best regards,
    Ismael

    in reply to: Move main menu downwards #1422862

    Hi,

    Great! Glad to know that this has been resolved. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hey mbrown1234,

    Thank you for the inquiry.

    You may need to reset the options in the Settings > Reading panel to their default values, and then set the front and blog page in the Enfold > Theme Options. Alternatively, you can export the theme settings from the old site and import them into the new site to get the same exact settings. However, please make sure that you create a site backup before doing so. For more information, please refer to the documentation below.

    // https://kriesi.at/documentation/enfold/backup-theme-settings/

    Best regards,
    Ismael

    in reply to: Breadcrumb menu issue after theme update 5.5.6 in pages #1422860

    Hi,

    No problem! Glad we could be of help. Please do not hesitate to open another thread should you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Social bookmarks on flyout mobile menu #1422859

    Hey frb1,

    Thank you for the inquiry.

    The social icons are hidden on smaller screens by default but you can display them back by adding this css code. You might have to adjust the position of the icons a bit.

    @media only screen and (max-width: 479px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header .social_bookmarks,
      .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Layout Blog Posts #1422857

    Hi,

    Thank you for the update.

    To switch back to the default post template, you have to disable the Advance Layout Builder and revert back to the default editor. You can try the Widget Area element to add widgets to the posts, but this is only available when the Advance Layout Builder is active.

    Best regards,
    Ismael

    in reply to: Breakpoint for Gridrows #1422856

    Hey frb1,

    Thank you for the inquiry.

    Have you tried applying padding to the column containing the text instead, or setting the image as the background of the second column? By using the image as a background, it will inherit the size of the second column, which only extends based on the length of the text in the first column.

    Best regards,
    Ismael

    in reply to: Videos don’t start playing #1422854

    Hi,

    Thank you for the info.

    The videos are loading properly on our end as shown in the short clip below (see private field). Would you mind providing a screenshot or a short clip of the issue?

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    Is it loading correctly when the plugins are disabled? Please try temporarily disabling the caching plugins, then toggle or turn off the Enfold > Performance > File Compression settings. You might have to experiment with the settings to find the combination that suits your installation.

    Best regards,
    Ismael

    in reply to: cookie consent modal window individual button style #1422852

    Hi,

    No problem! Please feel free to open another thread should you have further questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: gutenberg excess code #1422851

    Hey daves1997,

    Thank you for the inquiry.

    Did you add a text block at the very top of the page? Please switch the builder to debug mode, then try to manually remove the text block shortcode from the shortcodes field.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    in reply to: Localize google webfont doesn’t work #1422797

    Hi,

    Thank you for the inquiry.

    The fonts are still selected in the Enfold > Advanced Styling panel. For example, the H1 element is currently set to use the “Pacifico” font.

    Best regards,
    Ismael

    in reply to: cookie consent modal window individual button style #1422796

    Hi,

    Thank you for the screenshot.

    The following css code should adjust the styles of the privacy buttons.

    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(1) {
        background: #cc1818;
        color: #ffffff;
        border-color: #eb5c23;
    }
    
    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(2) {
        background: #696969;
        color: #ffffff;
        border-color: #616161;
    }
    
    #top .main_color .avia-cookie-consent-modal-buttons-wrap a:nth-child(3) {
        background: #0dfb9a;
        color: #075013;
        border-color: #93ff27;
    }

    Adjust the color values as you wish, then toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    in reply to: Blog Page – Avia Layout Builder #1422788

    Hey diogovareta,

    Thank you for the inquiry.

    We reset the options in the Settings > Reading panel and set the Enfold > Blog Layout > Blog Layout settings to the last option to enable the Advance Layout Builder. You can now use the layout builder to edit the content of the blog page.

    Best regards,
    Ismael

    in reply to: Transparent header logo #1422787

    Hi,

    Thanks @Guenni007!

    Best regards,
    Ismael

    in reply to: Accordion in grid row mobil doesn’t close properly #1422785

    Hi,

    Did you remove the code? We added the code back and adjusted it a bit. Please make sure to purge the cache and do a hard refresh before testing the page on mobile view.

    
    .toggle_wrap {
      display: none;
    }
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-layout-grid-container {
        display: block;
      }
    }
    

    Best regards,
    Ismael

    in reply to: code block trouble #1422784

    Hi,

    Thank you for the update.

    The methods provided above should not lead to critical errors as long as you proceed with caution and create a back up of your site before making any major changes. Reinstalling the theme can be done, but it’s important to make sure you have a restore point in case you need to revert to your previous setup. Additionally, make sure to keep a list or backup of the customizations or content you’ve added to the site in order to ensure they are not lost after the reinstallation process.

    Best regards,
    Ismael

    Hey HulaSlim,

    Thank you for the inquiry.

    The simplest solution if you want to avoid duplicate content is to set a canonical URL using SEO plugins such as Yoast. When you set a canonical URL, search engines can easily identify the source page, which serves as the basis for the rest of the versions or languages, thus avoiding duplicated content. However, we are not sure if canonical URLs work the same on multilang sites.

    // https://yoast.com/features/canonical-url-tags/

    If you want to implement hreflang instead, this plugin might help.

    // https://wordpress.org/plugins/hreflang-manager-lite/

    Best regards,
    Ismael

    in reply to: Keeping site design same with mobile view #1422779

    Hi,

    Great! Glad to know that figured this out. Please let us know if there is anything else we can help you with.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Video block is having problems #1422752

    Hi,

    Thank you for the info.

    We didn’t encounter any errors when we checked the site. To further investigate, would it be possible for us to temporarily deactivate the plugins while testing the site? This will help us isolate and track the issue more effectively.

    Best regards,
    Ismael

    in reply to: Cannot update to newest Enfold version (it says 4.4.1) #1422751

    Hey Henning,

    Thank you for the inquiry.

    The automatic update in the dashboard will no longer work on version 4.4.1, so you will have to update the theme manually via FTP. Please check the documentation below for more info.

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

    Best regards,
    Ismael

    in reply to: Picture Animation not working #1422749

    Hi,

    Thank you for the update and for further testing.

    The animation of the images worked when we temporarily deactivated the Imagify, myStickyElements Pro and Simple Custom CSS plugins, so it’s possible that one of the plugins is causing the issue. Please try to deactivate the plugins back, then activate them one at a time to find the cause of the issue, and make sure to purge the cache or deactivate the WP Rocket plugin temporarily while testing.

    Best regards,
    Ismael

    in reply to: LayerSlider blocks post backend #1422748

    Hi,

    Thank you for the inquiry.

    In the Enfold > Layout Builder panel, you have to set the Integrated (Bundled) LayerSlider Plugin to the second option (Deactivate but leave plugin files in folder) or completely remove the default layer slider folder using the third option.

    Best regards,
    Ismael

    in reply to: Paralax demo not allowing navigation to subpages #1422747

    Hi,

    Great! Glad to know that the issue has been resolved. 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: Footer is not displayed #1422746

    Hi,

    Thank you for the inquiry.

    The footer of the home page was deactivated in the Layout > Footer-Einstellungen settings, and we reactivated it. Please make sure to purge the cache and perform a hard refresh before testing the page.

    Best regards,
    Ismael

    Hey Xiscoj,

    Thank you for the inquiry.

    Looks like the issue also occurs on desktop view. There’s a slight delay in loading the “avia-merged-styles” file, causing styling issues, including the color section height. Did you install a compression or cache plugin recently?

    Best regards,
    Ismael

    in reply to: Custom Image befor Button Text #1422744

    Hey Markus,

    Thank you for the inquiry.

    You can use the Navigation Menu widget to create a custom menu. In the Appearance > Widgets panel, create a new widget area, add the navigation widget, then insert it in any of your pages using the Content Elements > Widget Area element.

    To add the arrow, you can use the following css code.

    #top .widget_nav_menu li:before {
        content: "--->";
        float: left;
        margin-right: 8px;
        top: 4px;
        position: relative;
        left: 0;
    }

    Just replace the content value with the image URL.

    #top .widget_nav_menu li:before {
        content: url(image.jpg);
        float: left;
        margin-right: 8px;
        top: 4px;
        position: relative;
        left: 0;
    }

    Best regards,
    Ismael

    in reply to: Bilder Speicher #1422743

    Hey janbornemann44,

    Thank you for the inquiry.

    We can disable some of the registered thumbnails or image sizes using the remove_image_size function in order to save some storage space. Please add this code in the functions.php file.

    // Disable loads of Enfold & WP image sizes upon upload
    // do image sizes manually, double-size with high compression for retina screens
    // use Photoshop to set exact double size and quality between Q30 and Q40
    add_action('init', 'remove_enfold_image_sizes');
    function remove_enfold_image_sizes() {
    // do NOT remove widget size, is used in backend portfolio items!
    // remove_image_size('widget');
      remove_image_size('square');
      remove_image_size('featured');
      remove_image_size('featured_large');
      remove_image_size('portfolio');
      remove_image_size('portfolio_small');
      remove_image_size('gallery');
      remove_image_size('magazine');
      remove_image_size('masonry');
      remove_image_size('entry_without_sidebar');
      remove_image_size('entry_with_sidebar');
      remove_image_size('shop_thumbnail');
      remove_image_size('shop_catalog');
      remove_image_size('shop_single'); 
        remove_image_size('shop_gallery_thumbnail');
    }
    // Remove unneeded WP image sizes
    add_filter( 'intermediate_image_sizes_advanced', 'prefix_remove_default_images' );
    // Remove default image sizes here. 
    function prefix_remove_default_images( $sizes ) {
    // do NOT remove small and medium sizes, they are used in backend Media Library!
    // unset( $sizes['small']); // 150px
    // unset( $sizes['medium']); // 300px
     unset( $sizes['large']); // 1024px
     unset( $sizes['medium_large']); // 768px
     return $sizes;
    }
    

    After adding the code, use the following plugin to regenerate the thumbnails.

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

    IMPORTANT: Please make sure to create a site backup or a restore point before proceeding with the steps above.

    Related threads:

    // https://kriesi.at/support/topic/enfold-image-sizes-3/#post-1108904
    // https://kriesi.at/support/topic/still-fighting-with-managing-default-image-sizes/#post-1418393

    Best regards,
    Ismael

    in reply to: Video in colorsection #1422741

    Hey rixi,

    Thank you for the inquiry.

    This is possible but we may need to scale up the video a bit. Please add this css code, then temporarily disable the Enfold > Performance > File Compression settings.

    #top .avia-section.av-7xsqm-822489101bcd45d57472a11918cbd5cb .avia-slideshow-inner {
        height: 100% !important;
        transform: scale(1.5) !important;
        top: -180px;
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 7,051 through 7,080 (of 67,463 total)