Forum Replies Created

Viewing 30 posts - 1,021 through 1,050 (of 66,046 total)
  • Author
    Posts
  • in reply to: Image gallery caption speech bubbles #1478982

    Hey kinnear,

    Thank you for the inquiry.

    We are not able to check the page because it is password-protected. Please include the info in the private field.

    Best regards,
    Ismael

    in reply to: Blog page #1478981

    Hi,

    Which plugin did you use? According to the plugin description, you need to select the post types for which post views will be counted. Did you enable it for the product post type?

    Option to select post types for which post views will be counted and displayed.
    3 methods of collecting post views data: PHP, Javascript and REST API for greater flexibility
    Compatible with data privacy regulations

    Please contact the plugin developers for additional assistance.

    Best regards,
    Ismael

    in reply to: Mobile screen result (image) #1478978

    Hi,

    For the “Livraison en Afrique” page, please add this css code to adjust the size of the slider image on mobile view:

    #top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }
    

    Best regards,
    Ismael

    in reply to: Logo missing mobile view – header menu #1478977

    Hi,

    Thank you for the update.

    Did you add any filters or code in the functions.php file? Please provide the login details in the private field so that we can check the issue further. Make sure that the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

    in reply to: Show longer excerpt in blog post element. #1478835

    Hey Tanja,

    Thank you for the inquiry.

    Since the Advanced Layout Builder is being used for the posts, you will need to manually specify the summary or excerpt. Edit one of the posts, then enable the Excerpt field from the Screen Options, or in Preferences > General > Document Settings.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Custom fonts for certain instances of headings #1478834

    Hey Tanja,

    Thank you for the inquiry.

    You can adjust the default fonts for the headings in the Enfold > General Styling > Fonts panel. Look for the “Heading Font” option. This can also be adjusted in the Enfold > Advanced Styling panel.

    We tried logging in, but the username provided above does not exist. Please check and confirm.

    Best regards,
    Ismael

    in reply to: Version 7.0 – Strange search button text display #1478833

    Hi,

    Thank you for the info. Are there any other issues aside from the search icon? You can leave the modification as it is for now.

    Best regards,
    Ismael

    in reply to: Problem with font color in menu on mobiles #1478832

    Hey Katja,

    Thank you for the inquiry.

    Please add this css code to adjust the color of the active mobile menu items and the search icon:

    .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        color: #000000;
    }
    
    .header_color .main_menu ul:first-child > #menu-item-search > a svg:first-child {
        stroke: #fff;
        fill: #fff;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    Hey Tanja,

    Thank you for the inquiry.

    Are you using the default Categories widget? If so, you can add this filter in the functions.php file:

    function avf_widget_categories_args_mod( $cat_args, $instance ) {
        $cat_args['number'] = 10; // Limit to 10 categories.
        return $cat_args;
    }
    add_filter( 'widget_categories_args', 'avf_widget_categories_args_mod', 10, 2 );
    

    Best regards,
    Ismael

    in reply to: reddit social media icon #1478830

    Hi,

    The Reddit social icon has no closing li tag. Please correct the HTML.

    
    <ul class="noLightbox social_bookmarks">
     	<li class="social_bookmarks_reddit av-social-link-reddit social_icon_5">
            <a title="Reddit" href="https://www.reddit.com/r/BlissfullCreations" target="_blank" aria-label="Link to Reddit" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello">
                <span class="avia_hidden_link_text">Reddit</span>
            </a></li>
     	<li class="social_bookmarks_youtube av-social-link-youtube social_icon_6">
            <a title="YouTube" href="https://www.youtube.com/channel/UCQ-MrMjj0FI4mScprdzFlxg" target="_blank" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello">
                <span class="avia_hidden_link_text">YouTube</span>
            </a></li>
    </ul>
    

    Best regards,
    Ismael

    in reply to: Easy Slider broken #1478829

    Hi,

    I go back and re-enable JS and CSS minfication and disable the delete old?

    The scripts and css are already minified/compressed using the WP-Super-Minify plugin, so it’s not necessary to activate the default compression. If you prefer, you can deactivate the plugin and use the theme’s built-in option instead.

    Best regards,
    Ismael

    in reply to: Logo missing mobile view – header menu #1478828

    Hey lara666,

    Thank you for the inquiry.

    We checked the actual image, but it doesn’t exist — please check the link in the private field. Kindly try uploading the logo image again in both the Enfold > Theme Options > Logo and Enfold > Theme Options > Transparency Options > Transparency Logo settings. Let us know the result.

    Best regards,
    Ismael

    in reply to: Blog page #1478827

    Hi,

    number the article has been seen

    This is not available in the theme by default, but you can try these plugins.

    https://wordpress.org/plugins/post-views-counter/
    https://wordpress.org/plugins/wp-post-views/

    Best regards,
    Ismael

    in reply to: Google consent V2 and Enfold cookie bar? #1478826

    Hey wzshop,

    Thank you for the inquiry.

    Yes, the privacy cookies can control reCAPTCHA, but only if it has been configured in Enfold > Google Services > Google reCAPTCHA settings, and you are using the default Contact Form element from the Advanced Layout Builder. You can use the cookie shortcode av_privacy_google_recaptcha to display the privacy toggle.

    Google reCaptcha Settings:
    
    [--av_privacy_google_recaptcha--]
    

    Best regards,
    Ismael

    in reply to: WPML translation – menu broken #1478825

    Hi,

    Great! Glad to know that you managed to resolve the issue. Please don’t hesitate to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Largest Contentful Paint Element issue #1478824

    Hey TheConduitLondon,

    Thank you for the inquiry.

    We noticed that the image Slide-16_9-9-11-ezgif.com-png-to-webp-converter.webp was not preloaded. Please try to use this plugin to preload images above the fold.

    https://wordpress.org/plugins/preload-lcp-image/

    Another recommendation is to Reduce Javascript Execution Time, mostly related to third party scripts.

    View post on imgur.com

    Review your plugins and embedded code, and make sure all of them are necessary. Remove any that are not being used.

    Best regards,
    Ismael

    Hi,

    We remember adding it to the Quick CSS field, but it’s not there anymore. The css you posted above is being overridden by this rule in the woocommerce-mod.css file.

    .responsive #top #main .products .product {
    	margin: 0 0 20px 0;
    	width: 100%;
    }

    You can also add the same css manually in the live site if necessary.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Increasing size of point on header #1478822

    Hey jonroot,

    Thank you for the inquiry.

    You can add use the following css code to adjust the size of the arrow-down element.

    .avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner {
        position: absolute;
        left: 50%;
        width: 200px;
        height: 200px;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        top: -120px;
    }
    
    .avia_transform .av-extra-border-element.border-extra-arrow-down {
        position: relative;
        width: 300px;
        height: 200px;
        left: 50%;
        margin-left: -52px;
        margin-top: -1px;
        z-index: 25;
        margin-bottom: -200px;
        clear: both;
    }

    You may need to insert a Separator/Whitespace element to the succeeding sections to push the content away from the larger arrow.

    Best regards,
    Ismael

    in reply to: Fold/Unfold doesn’t work in child theme #1478821

    Hi,

    Thank you for the offer, but unfortunately, we don’t provide support via TeamViewer or similar remote access tools. We can only assist through this support forum. What we recommend is to clone the site to a staging environment — not the entire site, just the part where the issue can be seen. Remove all sensitive information, then provide us with the site URL, and we’ll take a look.

    Best regards,
    Ismael

    in reply to: Robot Txt error + google index #1478820

    Hi,

    Would you mind providing a screenshot of the issue with recaptcha/api2/logo_48.png image? 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: Enfold 7.0 Gravity Forms Shortcodes broken #1478819

    Hey ddecort,

    Thank you for the inquiry.

    It’s possible there are script errors preventing the forms from working correctly. Where can we check the issue? Please create a test page and provide the URL in the private field.

    Best regards,
    Ismael

    Hi,

    Sorry for the confusion. What we meant is that theme updates are handled differently compared to other themes available in the WordPress theme library. As mentioned above, updates are managed by ThemeForest/Envato, and we have minimal control over them. Unfortunately, this will not change anytime soon.

    Best regards,
    Ismael

    in reply to: Section takes height although display;none #1478816

    Hey MarcusJeroch,

    Thank you for the inquiry.

    It’s possible that there is invalid custom css conflicting with the existing styles that control the visibility of the elements. Please provide the site URL in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: How to add alt text to text logo? #1478741

    Hi!

    Thank you for the inquiry.

    Go to the Media > Library panel, look for the logo image, then specify the alt text in the Alternative Text field. This will be automatically used as the alt text for the logo.

    View post on imgur.com

    Regards,
    Ismael

    in reply to: Replace “Blog – Aktuelle Neuigkeiten” with … #1478739

    Hi,

    Thank you for the inquiry.

    Is the avia_title override still active? What happens when you disable it? The filter provided in the following threads might help:

    https://kriesi.at/support/topic/change-blog-latest-news-title/#post-1467939
    https://kriesi.at/support/topic/change-blog-latest-news-title/#post-1467959

    You may need to update this condition and use the actual title of your blog page.

    if ( $args['title'] == 'Blog - Latest News' ) {
    

    Best regards,
    Ismael

    in reply to: Enfold 7.0 bug #1478736

    Hi,

    Thank you for the info. This will be included in the documentation. Have a nice day.

    Best regards,
    Ismael

    in reply to: Bug in Avia Layout Builder – Enfold #1478734

    Hi,

    It’s possible that invalid html tags have been inserted into the existing elements. You may need to remove this part and recreate it from scratch because it broke the layout of the builder.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: GALLERY BORDER #1478733

    Hi,

    You can add this css code to adjust the padding around the gallery images.

    #top div .avia-gallery img {
        padding: 0;
    }

    Make sure to upload images with the same size and aspect ratio to create a consistent grid without unwanted spaces or gaps.

    Best regards,
    Ismael

    in reply to: Mobile screen result (image) #1478732

    Hi,

    We ca’t find the “livraison en Afrique” page. For the Financement page, you can include this css code:

    .av-m7nj2xd7-f8dc5edf704b129f594536c49dabd9b8.avia-slideshow li img {
        height: 300px;
        object-fit: cover;
        object-position: right;
    }

    Another option is to hide the current slider on mobile view by editing the Element Visibility options in the Advanced > Responsive panel, then add another slider with an image that is specifically resized for mobile view.

    Best regards,
    Ismael

    in reply to: Bug in Avia Layout Builder – Enfold #1478726

    Hi,

    Looks like there are text elements in the builder with invalid html code. Please remove these text blocks and make sure that the HTML is valid.

    Best regards,
    Ismael

Viewing 30 posts - 1,021 through 1,050 (of 66,046 total)