Forum Replies Created
-
AuthorPosts
-
October 24, 2024 at 8:41 am 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,
IsmaelOctober 24, 2024 at 8:38 am in reply to: Display Woo Commerce Category product thumbnails/images #1469737Hey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi!
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!
IsmaelOctober 24, 2024 at 5:36 am in reply to: Bullets on showing in woocommerce short description #1469724Hi,
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,
IsmaelOctober 24, 2024 at 5:19 am in reply to: Clicking anchor links, element disappears under sticky header on mobile #1469722Hi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelOctober 24, 2024 at 4:39 am in reply to: Site pages loses formatting and it’s fixed by updating the page #1469717Hi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelOctober 23, 2024 at 6:56 am in reply to: Site pages loses formatting and it’s fixed by updating the page #1469659Hey 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,
IsmaelOctober 23, 2024 at 6:49 am in reply to: How do I stop wordpress page builder defaulting for a new page #1469658Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelOctober 23, 2024 at 6:00 am in reply to: Clicking anchor links, element disappears under sticky header on mobile #1469653Hey 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelOctober 22, 2024 at 7:22 am in reply to: Bullets on showing in woocommerce short description #1469596Hi,
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,
IsmaelOctober 22, 2024 at 7:04 am in reply to: Bullets on showing in woocommerce short description #1469594Hi,
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,
IsmaelOctober 22, 2024 at 6:58 am in reply to: Adding Elements to Color section with background image #1469591 -
AuthorPosts