Forum Replies Created

Viewing 30 posts - 31 through 60 (of 64,533 total)
  • Author
    Posts
  • 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

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

    Hi,

    Thank you for the update.

    You can use the email address (Email address hidden if logged out) or any other email, but make sure to generate the password, as we don’t have access to the specified email. We’ll wait for the login info.

    Best regards
    Ismael

    in reply to: Accessibility Issues #1475468

    Hi,

    Yes, a text element is now displaying for each slide.

    <span class="visually-hidden hidden">Bowl360 Brooklyn</span>
    

    Best regards,
    Ismael

    Hi,

    There’s no error, but the site keeps loading indefinitely without displaying anything. We also tried it on incognito mode.

    Best regards,
    Ismael

    in reply to: Woocommerce Germanized unit price display #1475466

    Hi,

    Thank you for the info.

    The account is not an admin, so we are not able to edit the settings. Please add this css code to adjust the layout of the product unit.

    p.wc-gzd-additional-info.product-units-wrapper.product-units {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        justify-content: flex-end;
    }
    
    p.wc-gzd-additional-info.product-units-wrapper.product-units span.unit {
        margin: 0;
    }

    Best regards,
    Ismael

    in reply to: Background Image on Color Section Responsive? #1475464

    Hi,

    Thank you for the update.

    You may need to replace the Color Section with an actual Image or a Fullwidth Easy Slider element to make sure that the container resizes based on the size of the image, rather than the other way around. If you choose to use the Image element, you can adjust the container’s maximum width using css. Please refer to this documentation: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width

    Thanks @Guenni007.

    Best regards,
    Ismael

    in reply to: Adding content on a page is limited #1475463

    Hi,

    Thank you for the inquiry.

    We checked the server info and found that the WP_MEMORY_LIMIT is set to only 40M. Please ask your hosting provider to increase it to at least 256M.

    // https://developer.wordpress.org/advanced-administration/wordpress/wp-config/?utm_source=chatgpt.com#increasing-memory-allocated-to-php

    Best regards,
    Ismael

    in reply to: Display portfolio categories #1475461

    Hey Richard,

    Thank you for the inquiry.

    You can add this code to the functions.php file:

    function avf_portfolio_extra_mod($output, $entry) {
        if (!is_object($entry) || !isset($entry->ID)) {
            return $output;
        }
    
        $term_list = get_the_term_list(
            $entry->ID,
            'portfolio_entries',
            '<div class="portfolio-term">',
            ', ',
            '</div>'
        );
    
        if (!is_wp_error($term_list) && !empty($term_list)) {
            return $output . $term_list;
        }
    
        return $output;
    }
    add_filter('avf_portfolio_extra', 'avf_portfolio_extra_mod', 10, 2);

    Let us know the result.

    Best regards,
    Ismael

    in reply to: Burger Menu Position – small screens #1475460

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

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

    Hi,

    We’ve included a copy of version 6.0.7 in the private field. Please provide your Gmail account so we can grant you access.

    Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    The site is not loading on our end. Is it down?

    Best regards,
    Ismael

    in reply to: Background Image on Color Section Responsive? #1475403

    Hey tsays,

    Thank you for the inquiry.

    The background images applied to the color sections should be responsive by default. Just make sure that Styling > Background Image > Background Repeat is set to Stretch to Fit.

    Best regards,
    Ismael

    in reply to: Deutsche Silbentrennung #1475402

    Hey UweS,

    Thank you for the inquiry.

    There is no option for this in the theme by default, but you can try the hyphenation settings from this plugin: https://wordpress.org/plugins/wp-typography/

    Best regards,
    Ismael

    in reply to: Woocommerce Germanized unit price display #1475401

    Hey DeaPublishing,

    Thank you for the inquiry.

    Where can we check the site? Please provide a link to the product page so we can properly check the layout issue.

    Best regards,
    Ismael

    in reply to: How to enable the Enfold “Theme Options” for editors? #1475400

    Hi,

    Thank you for the update

    Unfortunately, you cannot modify or override the class avia_adminpages in the child theme. You may need to manually override the capability value in the parent file. Also, please note that edit_theme_options is not included in the capabilities of Editor roles by default. You can find a list of capabilities in the following link: https://wordpress.org/documentation/article/roles-and-capabilities/#editor

    Best regards,
    Ismael

    in reply to: blog-categories minor-meta on Masonry Blog #1475399

    Hey FW,

    Thank you for the inquiry.

    You can add the following filter to the functions.php file to display the date, author, and categories, but please note that they will not be accessible or will not be displayed as links.

    add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 );
    
    function avf_masonry_loop_prepare_mod_cat( $key, $entries ) {
        $categories = get_the_category($key['ID']);
        $separator = ' ';
        $output = '
        <div class="masonry-cat">';
        
        if ( ! empty( $categories ) ) {
            foreach( $categories as $category ) {
                $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator;
            }
        }
        $output .= '</div>';
    
        $post_date = get_the_date( '', $key['ID'] );
        $output .= '<div class="masonry-date">' . $post_date . '</div>';
    
        $author_id = $key['post_author'];
        $author_name = get_the_author_meta( 'display_name', $author_id );
        $output .= '<div class="masonry-author">' . $author_name . '</div>';
    
        $key['text_after'] .= trim( $output, $separator );
    
        return $key;
    }
    

    Best regards,
    Ismael

    in reply to: previewing gallery thumbnails #1475398

    Hey seomar,

    Thank you for the inquiry.

    The account above is not an admin, so we were not able to check the site settings. Please change the user role to administrator. Did you install any plugins related to images?

    Best regards,
    Ismael

    Hey tczubkowski_priv,

    Thank you for the inquiry.

    There is no option for this by default. One solution is to duplicate the current logo slider element, set it to display 4 columns, and then toggle the visibility of both elements in the Advanced > Responsive > Element Visibility settings. Configure it so that one slider is visible only on desktop and the other on smaller screens. Please refer to the screenshot below:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Team Member Fixed Image Size #1475396

    Hey sebastianpesl,

    Thank you for the inquiry,

    The sizes and aspect ratios of the images are different. We provided examples in the private field. Please make sure to upload images with the same size and aspect ratio.

    You can also try this css code:

    .team-img-container {
        max-height: 280px;
    }
    
    .team-img-container img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

    Best regards,
    Ismael

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

    Hey tedlyc,

    Thank you for the inquiry.

    This might be due to a custom script or a plugin. Have you tried temporarily disabling the plugins? Please create a test page and provide the login details in the private field.

    Best regards,
    Ismael

    Hey UweS,

    Thank you for the inquiry.

    The mobile menu seemed to be working correctly when we checked it on a different browser. Have you tried testing it on a different device?

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Add Icon to a colored Menu Button #1475279

    Hi,

    Thanks @Guenni007! The Icon shortcode seems to be working without the filter applied.

    Best regards,
    Ismael

Viewing 30 posts - 31 through 60 (of 64,533 total)