Forum Replies Created
-
AuthorPosts
-
Hey Enfoldfanatic,
Thank you for the inquiry.
This is still not possible with the color section element, so you will need to apply a fallback image. If playing background videos on mobile devices is necessary, consider using the Layer Slider element.
Best regards,
IsmaelHey jclark930inc,
Thank you for the inquiry.
We are unable to access the site because the SSL certificate has expired. Please contact your hosting provider to request a renewal of the certificate. Also, could you confirm the current version of the theme installed on your site? Please make sure that the theme is updated to version 6.0.6.
Best regards,
IsmaelHi,
, it is getting the drop down mega menu to run FULL WIDTH of the screen and appear seamless with the upper navigation
Unfortunately, there is no built-in option for this and it would require significant modifications to the theme. You may want to consider using a menu plugin, such as UberMenu or any of the plugins listed below, to achieve the desired menu layout and functionality.
1. QuadMenu
2. Superfly
https://codecanyon.net/item/superfly-responsive-wordpress-menu-plugin/8012790Best regards,
IsmaelNovember 27, 2024 at 7:17 am in reply to: Video background in Color Section is not showing in Firefox #1472341Hi,
Thank you for the inquiry.
We encounter this error when we checked the site on Firefox.
Media error: Format(s) not supported or source(s) not found
Download File: https://eastnorwalkblue.markhannondesign.com/wp-content/uploads/2024/11/ENB-Hero-Video_HEVC.mp4Firefox doesn’t support HEVC. You may need to encode your MP4 again to H.264 format or use third-party video hosting such as Youtube or Vimeo.
Best regards,
IsmaelHi,
Thank you for the update.
it goes blank once I enter shipping details and it calculates tax
The script seems to be working as expected. It transforms the text from “Tax” to “Tax (Exempt?)”. How can we reproduce the issue? Please provide a screenshot using platforms like Savvyify, Imgur, or Dropbox.
Best regards,
IsmaelHi,
Thank you for the update.
But when I add your code to functions.php of the live site https://chiway.ch/diplom-lehrgaenge/akupunktur-und-tuina/#toggle-id-11 it doesn’t work in the same way… ?
It seems to be working as expected. The script should force the tab section to resize when the details or summary tab is clicked. Could you provide a short video clip of what is happening on your end?
Also: on both sites (development and live) when I open an ajax portfolio entry
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHey Valerie,
Thank you for the inquiry.
Where can we check the issue? Did you install a cache plugin? Please try purging the cache or temporarily disabling the plugin. Also, try toggling or temporarily disabling the Enfold > Performance > File Compression settings to ensure that the changes take effect. Let us know the result.
Best regards,
IsmaelHey paoluccimarketing2015,
Thank you for the inquiry.
We can’t reproduce the same issue on our end but if you need to disable the dynamic content option, you can adjust the Enfold > Layout Builder > Custom Layout and Dynamic Content option, but this will also disable the Custom Layout feature. To disable the LayerSlider plugin, adjust the Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin settings to the second, third, or fourth option.
Best regards,
IsmaelNovember 27, 2024 at 6:26 am in reply to: Issue Activating Enfold Theme with Envato Market Plugin #1472336Hey bdfuel,
Thank you for the inquiry.
You may need to regenerate the private token and make sure that the required permissions are selected.
— View and search Envato sites (checked by default) (Required)
— View the user’s Envato Account username
— View the user’s email address
— View the user’s account profile details
— Download the user’s purchased items (Required)
— Verify purchases of the user’s items
— List purchases the user has made (Required)Please check this documentation for more info: https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
Best regards,
IsmaelHey reqonsult,
Thank you for the inquiry.
The lists and content of table cells should inherit the default font size, which can be adjusted in the Enfold > General Styling > Typography panel. You can adjust the Default Content Font Size for different screen sizes as well.
Best regards,
IsmaelHi,
The only mail plugin with native integration with Enfold is Mailchimp, so we wouldn’t recommend anything else. However, you can try any of the options in the list below.
MailPoet
Newsletter
HubSpot – CRM, Email Marketing, Live Chat, Forms & Analytics
Sendinblue – Email Marketing, SMTP, and Marketing Automation
FluentCRM – Marketing Automation For WordPress
Best regards,
IsmaelHey mandystohry1,
Thank you for the inquiry.
Have you tried adjusting the Enfold > Main Menu > General > Menu Items For Mobile settings? Try setting it to the second option to activate the mobile menu for both tablet and phone views.
Best regards,
IsmaelHey mandystohry1,
Thank you for the inquiry.
The divider seems to be displaying correctly when we checked it on mobile view. If you want to hide it on smaller screens, please try this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-divider-svg.avia-divider-svg-bottom.avia-svg-original, .avia-divider-svg.avia-divider-svg-top.avia-svg-negative { display: none; } }
Best regards,
IsmaelHey Nancy,
Thank you for the inquiry.
You may need to upload images with the same size and aspect ratio to make sure that all slides have the same height. Alternatively, you can try this css code, but it may slightly adjust the width of smaller images.
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { max-height: 258px; width: auto; }
Best regards,
IsmaelHey final1967,
Please continue here: https://kriesi.at/support/topic/blog-post/
Best regards,
IsmaelHey final1967,
Thank you for the inquiry.
Have you tried adjusting the Blog Styling settings in the Enfold > Blog Layout panel? Let us know of the result.
Best regards,
IsmaelHey Cameron,
Thank you for the inquiry.
What happens when you add this css code?
#top .av-horizontal-gallery-inner { transition: none; opacity: 1; }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, or any compression options and purge the cache after applying the modification.
Best regards,
IsmaelHi,
for example horizontal photos are visible in their entirety because they are automatically adapted to the screen,
Some images appear fully visible on mobile because their aspect ratio differs from the phone browser’s viewport. In portrait mode, the viewport is taller than most images with a landscape proportion, making them fully visible. Please note that images automatically adjust to occupy the space of their parent container. If you want to control how the images are resized and make them fully visible on certain screens with different aspect ratio, you need to apply a custom css class name to them and adjust their width or height manually. For example, you can set the image width to 50%, and the image will resize proportionally to its height.
@media only screen and (max-width: 1366px) { /* Add your Mobile Styles here */ .av-limit-image-height img.avia_image { width: 50%; margin: 0 auto; } }
Again, you need to apply the class name “av-limit-image-height” to the Image element. However, focusing on whether the images are fully visible on load may not be necessary, as users can still scroll to view the content.
Best regards,
IsmaelHey fanlokbun,
Thank you for the inquiry.
Which browser are you using? Would you mind providing a screenshot of the issue? 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,
IsmaelHey mary301187,
Thank you for the inquiry.
We can’t find this element in the shop page. Would you mind providing a screenshot of the “Lieferrückstand” text? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
IsmaelNovember 26, 2024 at 8:32 am in reply to: Function wp_targeted_link_rel is deprecated since version 6.7.0 #1472227Hey wsclDigitalAssets,
Thank you for the inquiry.
This will be fixed in the next version of the theme. In the meantime, you can disable debug mode to hide the warnings or notifications about the deprecated function.
Best regards,
IsmaelHi,
Have you tried purging the cache? Could you provide a screenshot of how it’s currently displayed on your end, as well as another screenshot of how it should look? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshots.
Best regards,
IsmaelNovember 26, 2024 at 8:23 am in reply to: Dia slideshow element: changing h-tag, overlay and location/font size title #1472224Hi,
Thank you for the clarification.
Try to add this css code to adjust the text color of the title:
#top #wrap_all .all_colors .av-image-caption-overlay-center h3 { color: #ffffff; }
And to apply the overlay on mobile view, try this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .avia-slideshow.av-m3vkqh71-4e1d1fba30600cffcf1218dbcfe528bd .avia-slide-wrap:before { content: ''; background: rgba(0,0,0,0.5); width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; z-index: 10; } }
Best regards,
IsmaelNovember 26, 2024 at 8:16 am in reply to: Open (Horizontal) Gallery Lightbox Image Links in Full Size #1472222Hey tixxpff,
Thank you for the inquiry.
You can add this filter in the functions.php file to change the lightbox thumbnail size of the horizontal gallery:
function avf_alb_lightbox_image_size_mod($size) { return "full"; } add_filter('avf_alb_lightbox_image_size', 'avf_alb_lightbox_image_size_mod', 10, 1);
Best regards,
IsmaelHey Cameron,
Thank you for the inquiry.
Where can we check the issue? Please provide the site URL in the private field so we can inspect the slider. Also, make sure that the theme is updated to the latest version, 6.0.6.
Best regards,
IsmaelHey BC-Clients,
Thank you for the inquiry.
Are you trying to decrease the space between the mega menu items? Try to add this css code:
#top #header .avia_mega_div > .sub-menu { padding: 2px 40px !important; border-top-width: 0; }
And to adjust the style of the links, include this:
#header .mega_menu_title { margin-bottom: 8px; font-size: 13px; line-height: 1em; font-weight: 600; display: block; font-weight: 400; }
You may need to leave the titles of the mega menu columns blank and add an actual menu item to each column.
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We can’t reproduce the issue on our end. Please check the screenshot in the private field. Have you tried purging the cache, clearing your browser history, or testing the issue on a different device or browser?
Best regards,
IsmaelHi,
Thank you for the update.
We edited the script a bit. Please try it again and make sure to adjust the link or the href value:
function av_custom_script_tax_exempt() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $(function() { setTimeout(function(){ $('.cart_totals .tax-total th, #order_review .tax-total th').each(function() { var text = $(this).text(); if (text.includes('Tax')) { $(this).html(text.replace('Tax', 'Tax (<a href="https://example.com/tax-exempt-info" target="_blank">Tax Exempt?</a>)')); } }); }, 2000); }); })(jQuery); }); </script> <?php } add_action( 'wp_footer', 'av_custom_script_tax_exempt', 99 );
Best regards,
IsmaelHey MysticMimi,
Thank you for the inquiry.
The post is created using the Advanced Layout Builder (ALB) unlike the other posts, so you will need to apply the excerpt or summary manually. Edit the post, click on Screen Options at the top of the page, and enable the Excerpt option. Once enabled, you can scroll down and manually add the excerpt in the designated field.
Best regards,
Ismael -
AuthorPosts