Forum Replies Created

Viewing 30 posts - 5,041 through 5,070 (of 67,471 total)
  • Author
    Posts
  • in reply to: Footer removal and burger menu #1446828

    Hi,

    Great! Glad to know that it’s fixed. Please don’t hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Accordian and images #1446827

    Hi,

    Thank you for the info.

    The element works correctly when we disable the Enfold > Performance > File Compression settings. Did you enable the compression options of the WP Rocket plugin?

    Best regards,
    Ismael

    in reply to: Insertion of Vertical Pipe in Footer Widget #1446804

    Hi,

    Thank you for the link.

    The border is visible when we checked. Please check the screenshot in the private field. To create some space between the widget and the border, please update the css code:

    #footer .flex_column.first {
        border-right: 1px solid rgba(255,255,255,.3);
        padding-right: 50px;
    }

    Best regards,
    Ismael

    in reply to: Advanced Layout Editor Button Missing #1446803

    Hi,

    You’re welcome! Glad to know that this 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

    Hey xfacta,

    Thank you for the inquiry.

    You can move the Special Heading element to a Column element and apply the background to it. Edit the column, then go to the Styling > Background panel and adjust the options accordingly.

    Best regards,
    Ismael

    in reply to: Text Bocks: cannot see text in Admin to edit. #1446801

    Hey William,

    Thank you for the inquiry.

    We tried to login to the site but the password for the username is incorrect. Please check the info carefully or provide another admin account. Did you update the theme to version 5.7.1?

    Best regards,
    Ismael

    in reply to: icon list – deactivate animation – globally #1446796

    Hi,

    No problem! Glad we could be of help. If you have more questions, please feel free to open another thread.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Insertion of Vertical Pipe in Footer Widget #1446795

    Hi,

    Thank you for the update.

    We tested the css code above, and it seems to be working as expected. We may need to inspect the site to provide an appropriate modification. Please provide the site URL in the private field, and in the meantime, try toggling or temporarily disabling the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    in reply to: How to expand iFrame, keeping the design #1446794

    Hi,

    Thank you for the update.

    The maximum width of the #katalog_color_section container has not been adjusted or set. Please add the following css code:

    #katalog_color_section .container {
        max-width: none;
        padding: 0;
    }
    

    Best regards,
    Ismael

    in reply to: Space to the left and right on mobile #1446793

    Hi,

    can I also change the align to the left only on mobile?

    Please include this rule inside the css media query above:

    section.av_textblock_section.av-lvcplt6h-8c220bafc999e83523d9201a8a1a9d5d div * {
        text-align: left;
    }

    Best regards,
    Ismael

    in reply to: Missing lightbox #1446792

    Hey Bernd,

    Thank you for the inquiry.

    The Lightbox Modal Window option under Enfold > Theme Options was disabled when we checked. We have re-enabled this option. Please make sure to purge the cache before checking the images.

    Best regards,
    Ismael

    Hey IROIROsupport,

    Thank you for the inquiry.

    We can’t find the widget with the date picker element. Would you mind providing a screenshot of the issue? 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: 2 different codes for separate texblocks #1446790

    Hi,

    Thank you for the update.

    Did you apply the text-block-dark-background or the text-block-light-background class name in the Advanced > Developer Settings > Custom CSS Class field? Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    in reply to: 2 different codes for separate texblocks #1446789

    Hi,

    Thank you for the update.

    Did you apply the text-block-dark-background or the text-block-light-background class name in the Advanced > Developer Settings > Custom CSS Class field? Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    in reply to: Font- and button-size of post-slider, remove date #1446788

    Hi,

    Thank you for the update.

    You can include this css code to adjust the style of the read more link:

    .html_elegant-blog .avia-content-slider .read-more-link {
        font-size: 12px;
        padding: 4px;
    }
    
    .html_elegant-blog .more-link {
        margin: 30px auto 20px auto;
        clear: both;
        width: 180px;
        border-style: solid;
        border-width: 1px;
        padding: 5px 0;
        border-radius: 2px;
    }

    Best regards,
    Ismael

    in reply to: Problem with advanced post-editor #1446787

    Hi,

    Thank you for the update.

    When using the Advance Layout Builder (ALB), all default elements, such as the featured image or post meta info (date, author, categories, etc.), will not display automatically. You will have to start from a blank canvas and insert the elements manually. If you need to display the standard post template, you will have to switch back to the default editor.

    Best regards,
    Ismael

    in reply to: Advanced Layout Editor Button Missing #1446783

    Hey edwinalban,

    Thank you for the inquiry.

    We deactivated the Gutenberg plugin. This plugin is no longer necessary because the block editor is already included in the core. You can toggle it in Enfold > Theme Options > Select Your Editor settings. This also fixed the issue with the Advance Layout Builder.

    Best regards,
    Ismael

    in reply to: icon list – deactivate animation – globally #1446781

    Hey Jason,

    Thank you for the inquiry.

    You can add this css code to disable the icon list animation:

    .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon {
        animation: none;
        opacity: 1;
        transform: scale(1);
    }

    Best regards,
    Ismael

    in reply to: Demo download issue #1446780

    Hey aram,

    Thank you for the inquiry.

    Where is the site hosted? You may need to import the demo manually using the XML files. Please check the link below for more info:

    // https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    - Download the zip file of the demo you would like to import from https://github.com/KriesiMedia/enfold-library/tree/master/demos
    
     - Extract it in \uploads\avia_demo_files\ folder. If you are importing Enfold 2017 demo, files should be extracted inside \enfold-2017\ so it should look as \uploads\avia_demo_files\enfold-2017\
    
    - Go to Tools > Import > WordPress Importer panel, then upload the xml files. 
    

    Best regards,
    Ismael

    in reply to: Alb full width submenu sticky on mobile #1446703

    Hey manurimini,

    Thank you for the inquiry.

    I tried to write it myself but couldn’t do it. I basically can’t write the middle line of code which should be something that looks like else if ((width >768 <990)) {

    The condition should look something like this:

    if (width > 768 && width < 990) {
    

    Let us know if this works.

    Best regards,
    Ismael

    in reply to: How to expand iFrame, keeping the design #1446702

    Hey MORTULGAAH,

    Thank you for the inquiry.

    You can try the following solution to adjust the width of the color section container: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width

    Best regards,
    Ismael

    in reply to: How to Make Image Fill Column Without Boarders #1446675

    Hi,

    If you want to apply a background to the Grid Row element directly instead of its cells, you can do so by setting a Custom ID Attribute in the Advanced > Developer Settings. For example, use “av-layout-grid-custom-bg”, then add this css code to apply the background to the element:

    #av-layout-grid-custom-bg {
        background: url('http://site.com/background-bg.jpg');
        background-size: cover;
    }
    

    Best regards,
    Ismael

    in reply to: slideDown speed on toggles #1446669

    Hey Guenter,

    Thank you for the inquiry.

    You can try to override the entire avia_sc_toggle with your own modifications. In the modified code below, we adjusted the duration from 200 to 10000.

    function ava_custom_script_toggles()
    {
        ?>
        <script>
            (function ($)
            {
                $(document).ready(function ()
                {
                    if ($.fn.avia_sc_toggle)
                    {
                        $.fn.avia_sc_toggle = function (options)
                        {
                            var defaults =
                            {
                                single: '.single_toggle',
                                heading: '.toggler',
                                content: '.toggle_wrap',
                                sortContainer: '.taglist'
                            };
    
                            var win = $(window),
                                options = $.extend(defaults, options);
    
                            return this.each(function ()
                            {
                                var container = $(this).addClass('enable_toggles'),
                                    toggles = $(options.single, container),
                                    heading = $(options.heading, container),
                                    allContent = $(options.content, container),
                                    sortLinks = $(options.sortContainer + " a", container),
                                    preview = $('#av-admin-preview');
    
                                //	needed to avoid scroll to top when opening and closing toggles - can be removed when other solution found (readded @since 4.8.4.1)
                                var activeStyle = '',
                                    headingStyle = '';
    
                                heading.each(function (i)
                                {
                                    var thisheading = $(this),
                                        content = thisheading.next(options.content, container);
    
                                    function scroll_to_viewport()
                                    {
                                        //check if toggle title is in viewport. if not scroll up
                                        var el_offset = content.offset().top,
                                            scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'), 10);
    
                                        if (win.scrollTop() > el_offset)
                                        {
                                            $('html:not(:animated),body:not(:animated)').animate({ scrollTop: scoll_target }, 200);
                                        }
                                    }
    
                                    if (content.css('visibility') != "hidden")
                                    {
                                        thisheading.addClass('activeTitle').attr('style', activeStyle);
                                    }
    
                                    thisheading.on('keydown', function (objEvent)
                                    {
                                        if (objEvent.keyCode === 13)  // if user presses 'enter'
                                        {
                                            thisheading.trigger('click');
                                        }
                                    });
    
                                    thisheading.on('click', function ()
                                    {
                                        if (content.css('visibility') != "hidden")
                                        {
                                            content.slideUp(10000, function ()
                                            {
                                                content.removeClass('active_tc').attr({ style: '' });
                                                win.trigger('av-height-change');
                                                win.trigger('av-content-el-height-changed', this);
    
                                                if (preview.length == 0)
                                                {
                                                    location.replace(thisheading.data('fake-id') + "-closed");
                                                }
                                            });
    
                                            thisheading.removeClass('activeTitle').attr('style', headingStyle);
    
                                        }
                                        else
                                        {
                                            if (container.is('.toggle_close_all'))
                                            {
                                                allContent.not(content).slideUp(200, function ()
                                                {
                                                    $(this).removeClass('active_tc').attr({ style: '' });
                                                    scroll_to_viewport();
                                                });
    
                                                heading.removeClass('activeTitle').attr('style', headingStyle);
                                            }
    
                                            content.addClass('active_tc');
    
                                            setTimeout(function ()
                                            {
                                                content.slideDown(200, function ()
                                                {
                                                    if (!container.is('.toggle_close_all'))
                                                    {
                                                        scroll_to_viewport();
                                                    }
    
                                                    win.trigger('av-height-change');
                                                    win.trigger('av-content-el-height-changed', this);
                                                });
    
                                            }, 1);
    
                                            thisheading.addClass('activeTitle').attr('style', activeStyle);
    
                                            if (preview.length == 0)
                                            {
                                                location.replace(thisheading.data('fake-id'));
                                            }
                                        }
                                    });
                                });
    
                                sortLinks.on('click', function (e)
                                {
                                    e.preventDefault();
    
                                    var show = toggles.filter('[data-tags~="' + $(this).data('tag') + '"]'),
                                        hide = toggles.not('[data-tags~="' + $(this).data('tag') + '"]');
    
                                    sortLinks.removeClass('activeFilter');
                                    $(this).addClass('activeFilter');
                                    heading.filter('.activeTitle').trigger('click');
                                    show.slideDown();
                                    hide.slideUp();
                                });
    
                                function trigger_default_open(hash)
                                {
                                    if (!hash && window.location.hash)
                                    {
                                        hash = window.location.hash;
                                    }
    
                                    if (!hash)
                                    {
                                        return;
                                    }
    
                                    var open = heading.filter('[data-fake-id="' + hash + '"]');
    
                                    if (open.length)
                                    {
                                        if (!open.is('.activeTitle'))
                                        {
                                            open.trigger('click');
                                        }
    
                                        window.scrollTo(0, container.offset().top - 70);
                                    }
                                }
    
                                trigger_default_open(false);
    
                                $('a').on('click', function ()
                                {
                                    var hash = $(this).attr('href');
                                    if (typeof hash != "undefined" && hash)
                                    {
                                        hash = hash.replace(/^.*?#/, '');
                                        trigger_default_open('#' + hash);
                                    }
                                });
    
                            });
                        };
                    }
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_custom_script_toggles');
    

    Best regards,
    Ismael

    in reply to: How to Make Image Fill Column Without Boarders #1446663

    Hi,

    I would like to overlay a gradient on the image so that the image appears to fade into the column where the text will be

    There is no option for this by default. You may need to edit the image using Photoshop or any image editor and apply the fade effect directly before uploading it as a background.

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that this 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: Video on mobile #1446661

    Hi,

    Why does this only work with autoplay enabled? Is there a way to change that?

    The theme only adds the playsinline attribute when autoplay is enabled. This attribute (playsinline) allows the video to play directly on the page without going into fullscreen. If you want to alter this behavior, keep the autoplay option enabled, then add this code in the functions.php file:

    add_filter('avf_html5_autoplay_mobile', function($play, $video, $attributes) {
        return "playsinline";
    }, 10, 3);
    

    Please note that this will be applied to every video, so you may need to add a few conditions, such as checking for the video URL.

    Best regards,
    Ismael

    in reply to: Space between color sections #1445467

    Hi,

    Thank you for the inquiry.

    I have a separator between the sections, but it is set to not show on small screen.

    This automatically creates another generic color section, which creates the huge space even if the separator is set to be hidden on mobile view. You can manually add another color section, place the separator there, and then set this color section’s visibility accordingly.

    Best regards,
    Ismael

    Hey Tanja,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the submit button in the footer widget:

    #footer .field-wrap>div input[type=checkbox], #footer .field-wrap button, #footer .field-wrap input[type=button], #footer .field-wrap input[type=submit] {
        width: auto;
        border-radius: 3px;
        padding: 10px;
        font-size: 16px;
        text-decoration: none;
        display: inline-block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin: 3px 0;
        line-height: 1.2em;
        position: relative;
        font-weight: 400;
        text-align: center;
        max-width: 100%;
        color: var(--enfold-alternate-color-button-font);
        border-color: var(--enfold-alternate-color-button-border);
        background-color: var(--enfold-alternate-color-primary);
        min-width: 180px;
    }

    Best regards,
    Ismael

    in reply to: Portfolio Grid Zoom on Hover #1445465

    Hi,

    Thank you for the update.

    We couldn’t find the css rule for the zooming effect when we checked the site. Please try adding it again, or post the login details in the private field so that we can test it properly.

    Best regards,
    Ismael

    Hey Tanja,

    Thank you for the inquiry.

    1.) You can adjust the style of the Widget Links element in the Enfold > Advanced Styling panel, or use the following css code to manually increase the font size.

    #footer .widget_nav_menu a {
        font-size: 2em;
    }

    2.) Which widget title are you trying to adjust? If you need to adjust the title of the menu widget, use this css code:

    #footer #nav_menu-2 h3.widgettitle {
        color: red;
    }

    Best regards,
    Ismael

Viewing 30 posts - 5,041 through 5,070 (of 67,471 total)