Forum Replies Created

Viewing 30 posts - 301 through 330 (of 63,979 total)
  • Author
    Posts
  • in reply to: Bullets on showing in woocommerce short description #1469738

    Hi,

    No problem! Glad we could be of help. 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: Display Woo Commerce Category product thumbnails/images #1469737

    Hey woogie07,

    Thank you for the inquiry.

    You can use the [product_categories] shortcode to display a grid of category thumbnails. If you’re using the Advanced Layout Builder (ALB), try inserting a Text or Code Block element, then place the shortcode.

    [product_categories columns="3" ids="1,2,3" hide_empty="0" parent="0" orderby="name" order="ASC"]
    

    Make sure to update the parameters based on your needs. For more info, please check the documentation below:

    // https://woocommerce.com/document/woocommerce-shortcodes/product-category/

    Best regards,
    Ismael

    in reply to: Instagram Feed #1469731

    Hey woogie07,

    Thank you for the inquiry.

    Yes, the theme includes an Instagram widget but it relies on the Smash Balloon plugin. Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/instagram/
    // https://wordpress.org/plugins/instagram-feed/

    Best regards,
    Ismael

    in reply to: Yoast SEO Premium Update Error #1469730

    Hey navindesigns,

    Thank you for the inquiry.

    In the stack error trace above, we don’t see anything related to the theme. Have you tried updating the plugin manually by uploading the latest version to the wp-content > plugins folder?

    Best regards,
    Ismael

    in reply to: Frontend: Not displaying image title on hover #1469729

    Hi,

    UPDATE: Looks like the Image Block doesn’t use the title and alt attribute in the Media > Library by default. You have to manually set it in the Image Blocks’ Settings > Alternative text and Advanced > Title attribute fields.

    Best regards,
    Ismael

    in reply to: Frontend: Not displaying image title on hover #1469728

    Hi,

    Thank you for the update.

    From the exploration above Using the new Twenty Twenty Five upcoming default theme or a Blocksy theme I was not able to see any image title show up on hover. I do with the Enfold theme.

    The title tooltip doesn’t display because the Block Images don’t have the title attribute. The title and alt attributes do display when using the Image element from the Enfold theme. Unfortunately, we do not know why this is the case for the Image Blocks. They are supposed to have alt and class attributes, but they are not rendering.

    Best regards,
    Ismael

    in reply to: Help with registering #1469726

    Hey Amanda Stansfield,

    Thank you for the inquiry.

    Please ask the previous developer for the purchase code so that you can use it to register to the forum.

    // https://kriesi.at/support/register/

    To fix the mobile menu issue, please disable the compression plugin temporarily, then add this css code:

    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
        background-color: gray;
    }

    Best regards,
    Ismael

    in reply to: rounded corners on images #1469725

    Hi!

    Is there any way to apply the same efect to a column background image without border?

    Yes, this should be possible. Please apply a unique class name (e.g., av-custom-rounded-column) to the column element in the Advanced > Developer Settings > Custom CSS Class field, then add this css code:

    #top .av-custom-rounded-column {
       border-radius: 30px;
       overflow: hidden;
    }

    Cheers!
    Ismael

    in reply to: Bullets on showing in woocommerce short description #1469724

    Hi,

    Thank you for the update.

    Yes, you can try re-enabling file compressionback. If the issue returns, disable it again and check if any plugins are already handling compression.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Why do you need a sticky header on mobile view? Users can easily return to the navigation by double-tapping the top edge of their phone, making sticky headers unnecessary. Unfortunately, implementing this requires modifications that are beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.

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

    Best regards,
    Ismael

    in reply to: Same issue with Open Steet Map #1469721

    Hey Paolo,

    Thank you for the inquiry.

    We updated the value of the Leaflet Map > Settings > Map Tile URL field to https://tile.openstreetmap.org/{z}/{x}/{y}.png. Please make sure to purge the cache before checking the page.+

    Related thread: https://kriesi.at/support/topic/openstreet-map-problem/#post-1468347

    Best regards,
    Ismael

    in reply to: Enfold Editor Not Loading #1469720

    Hi,

    Thank you for the update.

    Unfortunately we can’t disable plugins at the moment as we have live courses running this week.

    It’s likely an issue with the embedded content since the error is not occurring on other pages. You may need to clone the site to a staging environment so we can properly debug the issue. Please let us know once the development site is ready.

    Best regards,
    Ismael

    in reply to: Wrong thumbnail trying to load on Android phone #1469719

    Hi,

    Thank you for the update.

    …but this gets translated on the live page to the img code with srcset and sizes that I posted above.

    Have you tried using a different size of the image instead? Please provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Cursor #1469718

    Hey vbonora,

    Thank you for the inquiry.

    Have you tried using cursor property to load a custom image for the mouse cursor? Please check the article below for more info:

    // https://css-tricks.com/using-css-cursors/#aa-using-a-custom-cursor-to-enhance-an-element

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We are not able to replicate the issue on our end. The post cssfiles load correctly when we checked the pages. If the issue persists, try adding the following filter to the functions.php file to prevent the use of the post css files.

    function avf_mod_post_css_create_file( $create ){
      return false;
    }
    add_filter( 'avf_post_css_create_file', 'avf_mod_post_css_create_file', 10, 1 );
    

    Best regards,
    Ismael

    in reply to: rounded corners on images #1469665

    Hey Eduardo,

    Thank you for the inquiry.

    You can use this css code to apply rounded corners to the Image and Masonry Gallery element:

    #top .av-inner-masonry {
        border-radius: 20px;
        overflow: hidden;
    }
    
    #top .avia-image-container img {
        border-radius: 30px;
    }
    

    Best regards,
    Ismael

    in reply to: Openi Accordion Tabs with Javascript #1469664

    Hey photographie-tous-azimuts,

    Thank you for the inquiry.

    Make sure that the Content > Behavior > Behavior is set to Multiple toggles open allowed, then add this script in the functions.php file to open all toggles on page load:

    function ava_custom_open_all_toggles_script() { ?>
        <script>
          (function($) {
            $(document).ready(function() {
              $('.single_toggle .toggler').each(function() {
                var $this = $(this);
    
                if ($this.attr('aria-expanded') === 'false') {
                  $this.click();  
                }
              });
            });
          }(jQuery));
        </script>
      <?php
      }
      add_action( 'wp_footer', 'ava_custom_open_all_toggles_script', 99 );

    Best regards,
    Ismael

    in reply to: Wrong thumbnail trying to load on Android phone #1469662

    Hey zimbo,

    Thank you for the inquiry.

    What happens when you remove the srcset and sizes attribute from the image? The size 180×101px should be good enough for desktop and mobile view.

    <img loading="lazy" decoding="async" aria-describedby="caption-attachment-7644" class="size-square wp-image-7644" src="https://www.americanroadtrips.net/wp-content/uploads/2019/11/Hotel-Nevada-180x101.jpg" alt="Hotel Nevada at night" width="180" height="101">
    

    Best regards,
    Ismael

    in reply to: Contact for date format #1469661

    Hey mattb1169,

    Thank you for the inquiry.

    You can use these filters in the functions.php file to change the format of the date picker:

    add_filter('avf_datepicker_dateformat', 'new_date_format');
    function new_date_format() {
        $date_format = "mm / dd / yy";
        return $date_format;
    }
    
    add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder');
    function new_date_placeholder() {
        $placeholder = "MM / DD / YY";
        return $placeholder;
    }

    Best regards,
    Ismael

    Hey tvbuzz,

    Thank you for the inquiry.

    It might be an issue with the cache or compression plugin. Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings and deactivate the cache plugin. Let us know if the issue persists.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    There is no default option for this, but you can try @Guenni007’s script above to automatically switch to ALB when creating or updating a page

    Best regards,
    Ismael

    in reply to: Burger Menu right #1469657

    Hi,

    Glad to know that @Guenni007 was able to help you! 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: Enfold Editor Not Loading #1469655

    Hi,

    Thank you for the update.

    We created a test page (see private field) with the same content, but it switches back to the Classic Editor after update. What happens when you remove the shortcodes and any links with the .aspx extension

    [ESPRESSO_EVENTS_TABLE_TEMPLATE category_slug=pathways-to-recovery-enrolment show_all_datetimes=true template_file=pe-espresso-events-table-template-toggle.template.php table_paging=false table_sort=false]
    

    Can we deactivate the plugins temporarily?

    Best regards,
    Ismael

    in reply to: marges disappear on 1 single page #1469654

    Hi,

    Thank you for the inquiry.

    Looks like you’ve set a custom footer for the page. Please edit the custom footer page, then adjust the Layout > Margin & Padding > Section Padding settings of the Color Section element. Let us know of the result.

    Best regards,
    Ismael

    Hey roelvanleuken,

    Thank you for the inquiry.

    The sticky header option should be disabled on mobile devices by default. Did you modify the header on mobile view?

    Best regards,
    Ismael

    in reply to: Funky PHP Trouble #1469652

    Hi,

    also tested changing the theme to the default twentytwentyfour and when I upgrade the PHP to 8.x the site loads just fine. But when I change the theme back to our Enfold child theme, or the Enfold parent theme, the site breaks and I need to go into recovery mode.

    When you try this, do you see any errors in the logs? Please set it up again, then check the error logs and let us know what you find.

    Best regards,
    Ismael

    in reply to: Mega menu (2) #1469651

    Hi,

    Thank you for the update.

    Try to replace the css with the following code:

    #top .header_color .avia_mega_div,
    #top .header_color .main_menu ul ul,
    #top .header_color .main_menu .menu ul li a {
    	background-color: rgba(255,255,255,0.5);
    }

    Best regards,
    Ismael

    in reply to: Bullets on showing in woocommerce short description #1469596

    Hi,

    The compression is still enabled when we checked. It’s also possible that there are invalid code in your css. Please provide the login details in the private field so that we can check it further.

    Best regards,
    Ismael

    in reply to: Bullets on showing in woocommerce short description #1469594

    Hi,

    Thank you for the update.

    It works when we directly apply the modification to the browser. Please add the code again, then toggle or temporarily disable the Enfold > Performance > File Compression settings. Make sure to purge the cache afterwards.

    Best regards,
    Ismael

    in reply to: Adding Elements to Color section with background image #1469591

    Hi,

    Thank you for the inquiry.

    its doing it now. Was just buggy…

    Is this working for you now? Please let us know if you’re still having issue applying background to the Column element.

    Best regards,
    Ismael

Viewing 30 posts - 301 through 330 (of 63,979 total)