Forum Replies Created
-
AuthorPosts
-
October 25, 2024 at 6:35 am in reply to: Button link to open a video in a Lightbox help (please!) #1469815
Hey bradmon,
Thank you for the inquiry.
The theme should automatically detect YouTube videos and open them in a lightbox, provided that the Enfold > Theme Options > Lightbox Modal Window option is enabled. Please check if this option is active.
Best regards,
IsmaelHi,
Thank you for the update.
There is no option for this by default but you can modify the script provided by @Guenni007 above to only apply on Image elements with a specific class name such as “av-no-title-hover”. You can apply the class name in the Image elements’ Advanced > Developer Settings > Custom CSS Class field.
function temporary_removal_title_tags(){ ?> <script> window.onload = function() { var elements = document.querySelectorAll('.av-no-title-hover a[title], .av-no-title-hover img[title]'); for (var i = 0; i < elements.length; i++) { var element = elements[i]; element.onmouseover = function() { this.setAttribute("data-tooltip", this.title); this.title = ""; }; element.onmouseout = function() { this.title = this.getAttribute("data-tooltip"); }; element.onmousedown = function() { this.title = this.getAttribute("data-tooltip"); }; } }; </script> <?php } add_action('wp_footer', 'temporary_removal_title_tags');
Best regards,
IsmaelHey kurson,
Thank you for the inquiry.
Please try to add this css code to display the dots back on mobile view:
.avia-fullscreen-slider .avia-slideshow-controls a, .avia-fullscreen-slider .av-control-minimal .avia-slideshow-controls a { opacity: 1; }
Best regards,
IsmaelHey mvi,
Thank you for the inquiry.
We don’t see any exposed theme files in the Google search results when we searched for the domain name. If the issue still exists on your end, try using a robots.txt file to disallow crawlers from accessing the files. Please check the link below:
// https://yoast.com/help/how-to-edit-robots-txt-through-yoast-seo/
Best regards,
IsmaelHey agenceambe,
Thank you for the inquiry.
There is no option for this by default, and implementing this feature will require modifications that are beyond the scope of support. You have the option to hire a freelancer who can assist with the customization. You can find freelancers who specialize in theme customization by visiting our customization page.
If you have any other questions or require further assistance, please feel free to let us know.
Best regards,
IsmaelHi,
Did you change the login URL? We can’t access the login or admin page using the default login URL. Please provide the custom URL in the private field.
Best regards,
IsmaelOctober 25, 2024 at 5:53 am in reply to: Why is my Woo Commerce Product page not showing the custom laypit #1469808Hi,
Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
I’m not sure if I need to open another topic on this. But here is my issue.
Yes, please open a new thread for this unrelated inquiry. We’ll close this thread for now.
Best regards,
IsmaelHi,
While doing all this, I also realized that this site is running an older version of the Enfold Parent. (4.x)
Have you tried removing the older version and updating the theme to version 6.0.6? Looks like you didn’t place the theme files in the correct folder.
friends/wp-content/themes/assets/header.php
The path should be:
friends/wp-content/themes/enfold/header.php
Best regards,
IsmaelHey Mariarita,
Thank you for the inquiry.
Would you like to adjust the position of the background on mobile view? Please try to add this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .avia-section.av-dbfgfq-f2644380a901f8b152d8e61b95c6c28b { background-position: 80% 50%; } }
Best regards,
IsmaelHi,
Thank you for the screenshot.
You can try this css code instead:
#top .av-special-heading.av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f { text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white; }
Best regards,
IsmaelHey!
Thank you for the inquiry.
You may need to place the map inside a Color Section element, then set the width of the element container to 100%. Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width
Regards,
IsmaelOctober 24, 2024 at 8:45 am in reply to: Why is my Woo Commerce Product page not showing the custom laypit #1469739Hey woogie07,
Thank you for the inquiry.
We may need to login to the site in order to properly check the issue. Please provide the login details in the private field.
Best regards,
IsmaelOctober 24, 2024 at 8:41 am in reply to: Bullets on showing in woocommerce short description #1469738Hi,
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,
Ismael -
AuthorPosts