Forum Replies Created

Viewing 30 posts - 1,561 through 1,590 (of 66,084 total)
  • Author
    Posts
  • in reply to: How can I add Categories to a Post Slider #1475700

    Hi,

    Great! Glad it worked. Please let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Video in Header #1475699

    Hey bemodesign,

    Thank you for the inquiry.

    You can use a Video element placed within a Column element. Make sure it is muted if you want it to play automatically.

    Best regards,
    Ismael

    in reply to: Please help to customize BLOG Page #1475633

    Hey Augeundso,

    Thank you for the inquiry.

    You may need to reset the option in the Settings > Reading to default. Make sure that Posts page is not set. If the issue persists, please provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Update Enfold-Child from 4.7.3 to current #1475632

    Hi,

    Thank you for the update.

    The automatic update in the dashboard will no longer work in the current version (4.7.3). You will have to download the latest version (6.0.9) from your Themeforest account and update the theme manually via FTP. Please check this documentation for more info: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: How can I add Categories to a Post Slider #1475621

    Hey DynamiteDesigns,

    Thank you for the inquiry.

    Please add this filter in the functions.php file to display the post categories:

    add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1);
    function avf_postslider_show_catergories_mod($category) {
        $show_cats = 'show_business';
        return $show_cats;
    }

    Best regards,
    Ismael

    in reply to: lightbox css no longer working with enfold theme update #1475620

    Hi,

    Unfortunately, you cannot target elements inside an iframe. They must be modified directly on the site loaded in the iframe or configured in the plugin that loads the iframe if an option is available. Please contact the plugin authors for more info.

    Best regards,
    Ismael

    in reply to: Disable Enfold generated images #1475619

    Hey designelefant,

    Thank you for the inquiry.

    After adding the code with the remove_image_size function, did you regenerate the thumbnails? Please note the function will not affect images that are already uploaded to the site. It will only work on newly uploaded images.

    You can use any of these plugins to regenerate the thumbnails.

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

    Make sure to create a site backup or restore point before proceeding.

    Best regards,
    Ismael

    in reply to: accessibility and av-font-icon #1475618

    Hi,

    Thank you for the update.

    Regarding the scroll-top-top button, you can override the footer.php file in your child theme. Look for this line of code and adjust as necessary.

    <a href='#top' title='<?php _e( 'Scroll to top', 'avia_framework' ); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?> tabindex='-1'><span class="avia_hidden_link_text"><?php _e( 'Scroll to top', 'avia_framework' ); ?></span></a>
    
    

    Best regards,
    Ismael

    in reply to: Hide items in backend if user is not admin #1475617

    Hi,

    If instead I wanted to create a layout in an article and allow an editor to change only the content,

    This is not possible by default, unfortunately. You may need to look for an extension or plugin to control the visibility of the page or content.

    Best regards,
    Ismael

    in reply to: Extra large white spaces #1475616

    Hi,

    This error occurs in the live site, but we are not yet sure where it’s coming from.

    VM701:7 Uncaught SyntaxError: Failed to execute ‘replaceChild’ on ‘Node’: Unexpected identifier ‘wphb’

    Can we deactivate the plugins temporarily?

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider caption #1475615

    Hey Richard,

    Thank you for the inquiry.

    You can adjust the color values in the Styling > Colors panel for each slider.

    Best regards,
    Ismael

    in reply to: Error when trying to update to version 6.0.9 #1475614

    Hi,

    Great! Glad to know that the issue has been resolved. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Strange inline height applied to Color Sections #1475613

    Hi,

    Thank you for the update.

    Did you change the login URL? We get this “This has been disabled” notice when using the default login or admin URL. Please include the custom login URL in the private field.

    Best regards,
    Ismael

    in reply to: reddit social media icon #1475542

    Hi,

    Thank you for the update.

    You can use this css code and adjust the values as needed:

    #top #wrap_all #footer .social_bookmarks {
        height: 80px;
    }
    
    #top #footer .social_bookmarks li {
        height: 100%;
        width: 80px;
    }
    
    #top #footer .social_bookmarks li a {
        font-size: 48px;
        height: 48px;
        width: 80px;
        line-height: 60px;
    }

    Best regards,
    Ismael

    in reply to: reddit social media icon #1475540

    Hi,

    Where can we check the social icons? Please provide the site URL in the private field.

    Best regards,
    Ismael

    in reply to: reddit social media icon #1475538

    Hi,

    Thank you for the inquiry.

    You can use this html to display the reddit icon:

    
     	<li class="social_bookmarks_reddit av-social-link-reddit social_icon_5"><a aria-label="Link to Reddit" href="#" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello" title="Reddit"><span class="avia_hidden_link_text">Reddit</span></a></li>
    

    And to adjust the size of the icons, add this css code:

    #footer .social_bookmarks li a {
       font-size: 20px;
       line-height: 20px;
    }

    Best regards,
    Ismael

    in reply to: Extra large white spaces #1475537

    Hi,

    Thank you for the info.

    The issue is not reproducible on the staging site, regardless of whether we were logged in or not. The images are displaying correctly on the homepage, and there are no large white spaces below the first section. Please check the screenshot (Chrome) below:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Undesired popup #1475536

    Hey Heino,

    Thank you for the inquiry.

    Looks like the popup also appears on page load. Did you add any scripts recently or install a snippets plugin? Please try to disable the modifications and deactivate the plugins temporarily. Let us know the result.

    Best regards,
    Ismael

    in reply to: easy slider hide image tag #1475535

    Hi,

    Great! Glad to know that you found a solution. Please note that the script will affect all images on the entire site. Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Accessibility – Broken skip link #1475534

    Hi,

    Thank you for the update.

    You may need to replace #content with #main or apply the ID attribute content to the main section of the page. Have you tried adjusting the value of the “Skin to content link target” field?

    Best regards,
    Ismael

    in reply to: Custom Element Template on Grid Word #1475533

    Hey Manel,

    Thank you for the inquiry.

    Unfortunately, this option is not available for the Grid Row element. You may need to use a different element or work with the Grid Row element directly.

    Best regards,
    Ismael

    in reply to: Problem with Gallery & Slider #1475532

    Hi,

    Thank you for the update.

    The gallery and slider images are visible when we checked. Did you figure out the issue?

    View post on imgur.com

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: ENFOLD Options and Extensions Noticeboard in Italian #1475531

    Hi,

    We have granted you access to the file, and you can now download it.

    Best regards,
    Ismael

    in reply to: Display portfolio categories #1475530

    Hi,

    Thank you for the update.

    You can add this script to insert the category container before the title:

    function ava_custom_script_insert_grid_term()
    {
        ?>
        <script type="text/javascript">
            (function ($) {
                $(document).ready(function () {
                    $('.grid-entry').each(function () {
                        var grid_entry = $(this);
                        var grid_portfolio_term = grid_entry.find('.portfolio-term');
                        var entry_content_header = grid_entry.find('.entry-content-header');
    
                        if (grid_portfolio_term.length && entry_content_header.length) {
                            grid_portfolio_term.insertBefore(entry_content_header);
                        }
                    });
                });
            })(jQuery);
        </script>
        <?php
    }
    
    add_action('wp_footer', 'ava_custom_script_insert_grid_term', 9999);
    

    Best regards,
    Ismael

    in reply to: icon flipbox bigger icons #1475529

    Hi,

    Thank you for the update.

    We can create a copy of enfold/config-templatebuilder/avia-shortcodes/icongrid/v50/icongrid.php and override the default settings. Please add this code to the functions.php file:”

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
        $template_url = get_stylesheet_directory();
        array_unshift($paths, $template_url . '/shortcodes/');
    
        return $paths;
    }
    

    In the child theme directory, create an icongrid.php file inside the folder shortcodes/icongrid, then use this code:

    // https://pastebin.com/1YfZfFfQ

    This should increase the Icon Font Size selection to 200px.

    Best regards,
    Ismael

    in reply to: accessibility and av-font-icon #1475528

    Hey Grobi,

    Thank you for the inquiry.

    You might need to manually apply the link to the parent element instead of the icon, then add an invisible element with text ():

    Example:

    <a href="mailto: (Email address hidden if logged out) " style=”text-align: center;”>[av_font_icon icon='ue805' font='entypo-fontello' style='border' caption='Questions on all topics' link='mailto: (Email address hidden if logged out) ' linktarget='' size='70px' position='center' animation='' color='white' sonar_effect_effect='1' sonar_effect_color='white' sonar_effect_duration='1' sonar_effect_scale='1.5' sonar_effect_opac='0.2' animation=''id='' custom_class='' av_uid='av-5rzj40' admin_preview_bg=''][/av_font_icon]<span class="hidden visually-hidden">Mail</span></a>
    

    Best regards,
    Ismael

    in reply to: Hide items in backend if user is not admin #1475527

    Hey daimonart,

    Thank you for the inquiry.

    There is no option for this by default, but you can try saving the element as a Custom Element Template (CET) with all the options and fields locked so they won’t be editable. Please check this documentation for more info about CET: https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    Hey!

    Thank you for the update.

    The page is loading correctly, but as you mentioned, the video is not playing automatically. Have you tried muting the video or adding the mute parameter to the video URL?

    Best regards,
    Ismael

    in reply to: icon flipbox bigger icons #1475473

    Hey spitsdesign,

    Thank you for the inquiry.

    Have you tried adjusting the Icon Font Sizes in the Styling > Font Sizes panel? Please check the screenshot below:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Update from 5 years old version #1475471

    Hey Péter Rózsahegyi,

    Thank you for the inquiry.

    You may need to update the theme via FTP this time because the automatic update in the dashboard will not work. We recommend cloning the site to a staging environment, perform the update there, resolve any errors that may occur, and then transfer it to the live site. Please check the links below for more info.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

Viewing 30 posts - 1,561 through 1,590 (of 66,084 total)