Forum Replies Created

Viewing 30 posts - 14,731 through 14,760 (of 66,046 total)
  • Author
    Posts
  • in reply to: Hide blog meta elements #1272022

    Hey Rocuant,

    Thank you for the inquiry.

    The post comment count and category are not displaying in the publicaciones page, so it seems that the settings are actually working. Is this correct? If this is not the case, please provide a direct link to the page where the issue occurs.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Glad to know that you have found a working solution. Disabling the file compression settings will just prevent the theme from merging the scripts and stylesheets into a single compressed file, but you should still be able to do this using a different plugin such as Autoptimize or BWP Minify.

    Best regards,
    Ismael

    Hey Liliane,

    Thank you for the inquiry.

    Have you tried adjusting the Slider Settings > Layout > Slide Type & Dimension settings? It actually looks fine on our end — the slider resizes properly as you can see in the screenshot below.

    Screenshot: https://imgur.com/D6JJZt2

    How would you like the slider to display on smaller screens?

    Best regards,
    Ismael

    in reply to: Shop page doesn't show products #1272019

    Hey grassifrancesca,

    Thank you for the inquiry.

    It might not be working correctly because the site contains or is still using an older version of the theme. Please try to update the theme from version 4.5 to the latest version, which is 4.7.6.4. After the theme update, try to disable the Performance > File Compression settings temporarily. Let us know if that helps.

    Best regards,
    Ismael

    in reply to: Woocommerce Shop Page #1272018

    Hey Nik,

    Thank you for the inquiry.

    We cannot check the site because it is currently on maintenance mode. Please post the login details in the private field so that we could check the site further.

    To adjust the position of the shop banner, you may need to use a different hook for the avia_woocommerce_overview_banner_image function or callback. Currently, the function is attached to the woocommerce_before_shop_loop action hook in the enfold\config-woocommerce\config.php file.

    add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_overview_banner_image', 10);
    add_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 );
    

    Best regards,
    Ismael

    in reply to: Missing h2 woocommerce-loop-product title #1272016

    Hi,

    Thank you for the inquiry.

    The title of the products in the related section are now displaying correctly. Is this fixed? As @Guenni07 explained, the title was not displaying because of the css modification.

    Best regards,
    Ismael

    Hey werbeagenturlauf,

    Thank you for the inquiry.

    Would you like to display the summary or excerpt of the searched items? You may need to manually add them using the Excerpt box in the page or post editor because the content created using the Advance Layout Builder (ALB) will not automatically display in the search results page. If you do not see an Excerpt box in the post editor, enable it from the Screen Options.

    Best regards,
    Ismael

    in reply to: Enfold – Remove "portfolio-item" from the URL #1271896

    Hi!

    Thank you for the update.

    Y’all helped us remove them from our company site

    You might be referring to this snippet or filter, which modifies the post link.

    // https://kriesi.at/support/topic/masonry-gallery-order-and-sizing/#post-741588

    UPDATE: We tested the filter but for some reason it is no longer working as expected. It does remove the base slug, but the portfolio item returns a 404 error page. We will let you know once we have found the issue.

    The solution from this article might help.

    // https://kellenmace.com/remove-custom-post-type-slug-from-permalinks/

    Regards,
    Ismael

    Hi,

    We are still trying to figure out why this is not working on Safari browsers. You can check the discussion in the following thread.

    // https://kriesi.at/support/topic/mediaelementplayer-and-safari/

    Best regards,
    Ismael

    in reply to: Media Upload and Enfold's Thumbnail Sizes #1271791

    Hey!

    These file-size is best for the file – but we recognize that a lot of the calculated are much bigger than the original file.

    Since the previous filters are not working in the child theme, it is possible that the quality is still set to 100, or that the compression level was not decreased during the time the images are uploaded, and thus the size of the generated thumbnails are bigger compare to the original image. If am not mistaken, you are already aware of this.

    // https://kriesi.at/support/topic/does-enfold-theme-actually-resize-the-image-it-puts-into-a-post-or-page/#post-1211676

    Cheers!
    Ismael

    in reply to: Again Issues with Gallery #1271788

    Hi,

    The image used in the lightbox container is actually a thumbnail. Please try to add this snippet in the functions.php file to adjust the compression quality of the uploaded images including the thumbnail used in the lightbox container. And after adding the code, refresh the page, then upload the images again or regenerate the thumbnails.

     add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
     add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    
     function avf_set_quality_mod($quality) {
    	$quality = 80;
    	return $quality;
     }
    

    The theme sets the default quality to 100.

    Best regards,
    Ismael

    Hi,

    It is possible but it will require modifications that are beyond the scope of support. By default, the search template is only used to display default posts, but not products. You may need to hire a freelance developer or contact our partner Codeable to help you with the customization.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Want to turn my website in to E-commerce site. #1271786

    Hi,

    Yes, that should work if you are not planning to translate Woocommerce pages to another language. You should be able to translate default pages and posts using Polylang without the extra plugin. However, if you are having issue with the plugins, you may need to contact the plugin developers for further assistance.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Cumulative Layout Shift too high #1271785

    Hi,

    Thank you for following up.

    Is it alright if we have access to the dashboard? We would like to check if lazy loading is actually not affecting the CLS score. And according to the pagespeed insight tool, there are too many elements in the DOM or the page, or that the content is quite long. You may have to consider removing some of the elements if possible.

    Best regards,
    Ismael

    in reply to: Falsche Anordnung der Grid Rows in der mobilen Ansicht #1271782

    Hi,

    Edit one of the Grid Row element, go to the Advanced tab and in the Responsive toggle, you should find the Element Visibility settings. They are a set of checkboxes that you could use to control the visibility of the element on different devices or screen sizes.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Lightbox #1271780

    Hi,

    Thank you for the info.

    Since we are clicking a link with anchor, it is possible that it is also triggering the smooth scroll function from the theme and of course it is using jQuery. Did you also install a plugin called Page Scroll to ID? Based on the screenshot, a script page-scroll-to-id.min.js is also used when clicking on the link.

    Best regards,
    Ismael

    in reply to: Problem with menu drag and drop in Enfold #1271778

    Hi,

    Thank you for the info.

    We cannot reproduce the same issue on our installation, so it is possible that this unwanted behavior is cause by a plugin or a third party script. Is there a development version of the site? Please try to disable the plugins temporarily, then check the menu editor again.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider Video Issue #1271773

    Hey A,

    Thank you for the inquiry.

    We found the videos in the first and third slide and both of them are playing automatically. Did you replace the second video with a locally hosted video instead of using vimeo?

    Best regards,
    Ismael

    in reply to: Product Widget not working #1271772

    Hey ancrerouge,

    Thank you for the inquiry.

    What is the actual name of the widget in your language? And where did you add it? Please post the actual name of the widget and provide a link to the page where the widget is supposed to display.

    Best regards,
    Ismael

    in reply to: Navigation flackert beim Laden der Seite #1271771

    Hey akodo,

    Thank you for the inquiry.

    Could you provide a screenshot of the navigation issue? We could not reproduce it on our end and this is what we see on initial load.

    Screenshot: https://imgur.com/Fb4Kbsb

    Best regards,
    Ismael

    in reply to: place order woocommerce button translate #1271769

    Hey dadisk8,

    Thank you for the inquiry.

    You could use the following plugin to provide translations for texts or strings that are not yet translated.

    // https://wordpress.org/plugins/loco-translate/

    Another solution is to use the following plugin to replace the default text with another.

    // https://wordpress.org/plugins/say-what/

    Best regards,
    Ismael

    Hey rescott72,

    Thank you for the inquiry.

    You may need to set the position property of the text or code block element containing the images to absolute instead of fixed so that they are positioned relative to the parent container, and so that they do not scroll along with the document. Have you tried that?

    Best regards,
    Ismael

    in reply to: Delete Lightbox Image description in Gallery Element #1271765

    Hey RosannaK,

    Thank you for the inquiry.

    The lightbox by default uses the title of the image or the value of the title attribute as the image description. To hide it, we could use this css code.

    .mfp-title {
       display: none !important;
    }
    

    You could also edit the title and caption value of the images in the Media > Library panel.

    Best regards,
    Ismael

    in reply to: New Custom Post Types #1271763

    Hi,

    What is the actual slug of the Bulldog Businesses post type? In the avf_alb_supported_post_types filter, you have to use the slug of the post type instead of its name.

    // https://developer.wordpress.org/plugins/post-types/registering-custom-post-types/#a-custom-slug-for-a-custom-post-type

    Example:

    function avf_alb_supported_post_types_mod( array $supported_post_types ) {
    	$supported_post_types[] = 'businesses';
    	return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    

    Best regards,
    Ismael

    Hey rendersby,

    Thank you for the inquiry.

    Looks like the text or paragraph alignment has been set to justify, but we are not seeing the issue anymore. Did you adjust the style of the post content?

    // https://www.w3schools.com/cssref/pr_text_text-align.ASP

    Unfortunately, it is not possible to display the full content of the ALB in the archive or category pages without significant modification in the template files.

    Best regards,
    Ismael

    Hey samanthashea,

    Thank you for the inquiry.

    The site or the section with the hero image is not loading at all on mobile view, and it might be due to this error.

    Uncaught TypeError: can't access property "load", google.charts is undefined
        <anonymous> https://site.com/wp-content/cache/autoptimize/js/autoptimize_94dd58b7cc85f595286a6b5b508a0e87.js:1689
    autoptimize_94dd58b7cc85f595286a6b5b508a0e87.js:1689:50
    
    

    Did you install a charts plugin from Google? Please try to disable the Autoptimize plugin temporarily, then purge the cache.

    Best regards,
    Ismael

    in reply to: Amazon Site Stripe Photods have disappeared from this post #1271744

    Hey samanthashea,

    Thank you for the inquiry.

    The images are visible on our end, but we notice that they take a bit while to load. Did you install or enable lazy load option? Please check the screenshot below.

    Screenshot: https://imgur.com/nQ8f5Kx

    Best regards,
    Ismael

    in reply to: Google Analytics 4 and cookie law!? #1271723

    Hey gregorh,

    Thank you for the inquiry.

    We have not included it in the privacy options yet, but users should be able to simultaneously disable or enable both analytics scripts using the current cookie toggle for the tracker. This is possible as long as both scripts are inside the Enfold > Google Services > Google Analytics.

    Both version of analytics generate the same cookies, so using the Custom Cookie option may not work. But if you would like to create your custom solution, the function that renders the analytics script is inside the functions-enfold.php file. Just look for the avia_print_tracking_code function.

    We are not actually sure if it is possible or if it is necessary to use both versions of the analytics script in the same site.

    Best regards,
    Ismael

    in reply to: Editing Enfold Homepage with Elementor #1271722

    Hi,

    Thank you for the info.

    The Advance Layout Builder (ALB) cannot be used to edit content that was added using the Elementor builder. They generate different content for the post, so you have to choose beforehand which builder you would actually like to use and stick to it.

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    You do not need to add the whole line in the file. All you need to do is remove the esc_html function wrapping the title attribute, or this part.

     esc_html( $atts['title'] )
    

    It should be replaced with..

     $atts['title']
    

    Let us know if it works. Please do not forget to purge the cache or do a hard refresh before testing it.

    Best regards,
    Ismael

Viewing 30 posts - 14,731 through 14,760 (of 66,046 total)