Forum Replies Created
-
AuthorPosts
-
Hey 2N2constructions,
Thank you for the inquiry.
You can edit the main menu in the Appearance > Menus panel and adjust its style in the Enfold > Main Menu and Enfold > Header panels. For more info, please refer to the documentation below.
// https://kriesi.at/documentation/enfold/menu/
// https://codex.wordpress.org/WordPress_Menu_User_GuideBest regards,
IsmaelHey Gianluca,
Thank you for the inquiry.
Background videos are disabled on mobile devices by default, which is why there is a fallback image option. This image will be displayed instead of the background video on smaller screens. Also, please note that autoplay is only allowed for muted videos. Enabling audio by default will disable autoplay.
Best regards,
IsmaelHi,
I do need to understand what the Enfold Performance settings should now be after those were deleted.
You can keep the default compression settings disabled and install a third-party compression plugin like Autoptimize or use the default compression options from your cache plugin. Re-enabling the default compression settings from the theme will just regenerate the database entries you’ve just deleted.
Best regards,
IsmaelHey MikeTandySwag,
Thank you for the inquiry.
The overlay is already aligned at the bottom, but if you need to make further adjustments, you can try using this css code.
.avia-section.av-rk2b-b60529e4fd7ee3da92077755e7762691 .av-section-color-overlay { bottom: -20px; }Best regards,
IsmaelHi!
Great! Let us know if there is anything else we can help you with.
Have a nice day.
Best regards,
IsmaelHi,
Have you tried doing a database search? The entries should be in the _options table. You could also run this query, but make sure to create a site backup or a restore point first. (!!)
DELETE FROM wp_options WHERE option_name IN ('aviaAsset_css_filecontent', 'aviaAsset_js_filecontent');Best regards,
IsmaelHey!
Thank you for the inquiry.
The site is not loading on our end, which might be due to an expired SSL certification. You may need to ask your hosting provider to help you renew the site’s SSL certificate.
Regards,
IsmaelJanuary 8, 2024 at 12:15 pm in reply to: Captions and photonot aligning in the columns when i change the picture #1429544Hi!
Thank you for the update.
Are you referring to the login details of my WordPress account?
Yes, we meant the WordPress credentials. To align the items properly, please make sure that the uploaded images have the same size and aspect ratio, and that the length of the post titles is relatively the same. We could also apply a minimum height to the title container, but we’ll have to inspect the site.
Cheers!
IsmaelHi!
Great! Glad to know that the modification worked correctly. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Regards,
IsmaelHey Diana,
Thank you for the inquiry.
Did you fix the issue? We can’t reproduce the issue on our end. Please check the screenshot in the private field.
Best regards,
IsmaelJanuary 8, 2024 at 12:01 pm in reply to: Feature request: One sidebar for desktop and mobiles on product archives. #1429541Hey Thomas,
Thank you for the inquiry.
Have you tried enabling the Sidebar on Smartphones option in the Enfold > Sidebar Settings panel? And if you need to move the sidebar above the product loop, you can try this script.
function ava_custom_script_mod(){ ?> <script> (function($) { // move the product category sidebar above the content on mobile view function av_move_prodcat_sidebar() { var is_mobile = false; var is_archive = $("body").is(".tax-product_cat"); if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { is_mobile = true; } if( is_archive && is_mobile ) { $(".sidebar").prependTo(".template-shop.content"); } } $(document).ready(function() { av_move_prodcat_sidebar(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');Best regards,
IsmaelHi,
Thank you for the update.
The menu items are not displaying because their opacity is set to 0. Did you add this modification somewhere?
#top #wrap_all #av-burger-menu-ul > li { opacity: 0; position: relative; top: 18px; transition: opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out; transform: translate3d(0,0,0); }You may need to remove the code or override it with the following css.
#top #wrap_all #av-burger-menu-ul > li { opacity: 1; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
IsmaelHi,
You could try using the ava_after_main_title or directly override the template files.
Best regards,
IsmaelHi,
Thank you for the update.
Yes, you could try importing the demo to your local server, then use a plugin like Duplicator or WP Migrate to move it to your live server.
// https://wordpress.org/plugins/duplicator/
// https://wordpress.org/plugins/wp-migrate-db/Best regards,
IsmaelHey Sihamazaz,
Thank you for the inquiry.
This should be possible but it will require modifications that are beyond the scope of support. If it is really crucial for your project, you have the option to hire a freelancer who can assist you 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,
Thank you for the update.
The entries aviaAsset_css_filecontent and aviaAsset_js_filecontent should be automatically removed once you’ve disabled the Enfold > Performance > File Compression settings. If this is not the case, make sure that the compression settings are disabled, then try to delete the entries manually. Unfortunately, the entries with the prefix av_alb_usage_ cannot be removed because they are used by the Advance Layout Builder.
Best regards,
IsmaelHey Diana,
Thank you for the inquiry.
The issue occurs because of the overflow property in this css rule, which is only applied on mobile view.
.av-parallax-section { position: relative; border-top: none; overflow: hidden; }To override it, you can add this css code.
#reservierung + .av-parallax-section { overflow: visible !important; }Best regards,
IsmaelJanuary 8, 2024 at 2:22 am in reply to: Menu problems – underline and dividers are not there #1429511Hey macika,
Thank you for the inquiry.
Have you assigned one of the menus as the Enfold Main Menu in the Appearance > Menus panel? Please go to the Appearance > Menus panel, select your main menu, and assign it as the Enfold Main Menu in the Menu Settings > Display location section.
If you want to create a button-like menu item, edit one of the menu items in the Appearance > Menus panel, and then adjust the Menu Style settings.
Best regards,
IsmaelHey bcndisseny,
Thank you for the inquiry.
You can test any of the demo in your own computer using local servers such as XAMPP, WAMP or MAMP. You can find more info about local servers in the following documentation.
// https://make.wordpress.org/core/handbook/tutorials/installing-a-local-server/
If you need to import and test multiple demo, you can use a database reset plugin.
// https://wordpress.org/plugins/wp-reset/
Best regards,
IsmaelJanuary 8, 2024 at 2:10 am in reply to: Captions and photonot aligning in the columns when i change the picture #1429508Hey 2N2constructions,
Thank you for the inquiry.
The site is on maintenance mode so we were not able to check it. Would you mind providing a screenshot of the issue and posting the login details in the private field? 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 Paul,
Thank you for the inquiry.
You can apply a background video to a Color Section or a Slider element. With a Color Section, just go to the Styling > Background Video toggle and define the video URL in the provided field. If you need more options, you can also use the Layer Slider element.
Best regards,
IsmaelHey Enfoldfanatic,
Thank you for the inquiry.
Edit the Accordion element and make sure that the Content > Behavior > Behavior is set to Multiple toggles open allowed. You can then add this script in the functions.php file to programmatically open all toggles only on desktop view.
function av_custom_inline_script() { wp_add_inline_script( 'jquery', " (function($) { var windowsize = $(window).width(); if (windowsize > 1024) { $(window).on('load', function() { $('.toggler').trigger('click'); $('.toggler').addClass('activeTitle'); $('.toggle_wrap').addClass('active_tc'); }); } })(jQuery); " ); } add_action( 'wp_enqueue_scripts', 'av_custom_inline_script' );Best regards,
IsmaelHey nickfarrelluk,
Thank you for the inquiry.
You can define a specific height for the grid-image containers to align the masonry items properly. To apply the object-fit property to the image itself, set its width and height to 100%. Please start with the following css code.
.responsive .fullsize .grid-col-4 .grid-image { height: 264px !important; } .responsive .fullsize .grid-col-4 .grid-image img { width: 100%; height: 100%; object-fit: cover; }Best regards,
IsmaelHey fabienneRedUmb,
Thank you for the inquiry.
You can leave the Heading Font Sizes and Subheading Font Sizes of the Special Heading elements set to Default, and define the font size for headings (h1, h2, h3, etc.) in the Enfold > Advanced Styling panel. Afterward, you can add the following css code to adjust the default size of the subheading element relative to the configurations or style adjustments made in the Advanced Styling panel.
#top .av-subheading { font-size: 1.2em !important; }Best regards,
IsmaelJanuary 5, 2024 at 1:44 am in reply to: Change the color of the Share buttons text when “icon” styling is chosen #1429317Hi,
Thank you for the update.
You can add this css code to adjust the color of social icons inside the footer container.
#footer-page .av-share-box ul li a { color: #ffffff; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after applying the modification.
Best regards,
IsmaelJanuary 5, 2024 at 1:37 am in reply to: Video Not Appearing Properly As Color Section Background #1429316Hey clbdcnpafe,
Thank you for the inquiry.
Did you add other elements in the Color Section element other than applying the background video? Please try to upgrade the theme from 5.6.6 to version 5.6.9, then post the login details in the private field so that we can check the issue further.
Best regards,
IsmaelHey Jason L. Outlaw,
Thank you for your interest in the theme.
We recommend the Enfold as an excellent choice for creating modern and responsive websites, especially for profiles of individual people. Enfold is a versatile and feature-rich theme that includes its own Advanced Layout Builder, which should allow you to create clean and professional designs suited for any kind of websites. If you want to learn more, please check the links below.
// https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
// https://kriesi.at/documentation/enfold/Best regards,
IsmaelHi,
Glad to know that the issue has been resolved. Thank you for sharing the solution. If you have any more questions or need further assistance, please feel free to open another thread.
Have a nice day.
Best regards,
IsmaelJanuary 4, 2024 at 6:25 am in reply to: full page overlay menu tablet portrait view – scrolling page in background #1429236Hi!
Thank you for the inquiry.
You can add this css code to disable scrolling when the burger menu overlay is active.
.av-burger-overlay-active { overflow: hidden; }You may need to temporarily disable the Enfold > Performance > File Compression settings afterward.
Cheers!
Ismael -
AuthorPosts
