Forum Replies Created
-
AuthorPosts
-
January 16, 2024 at 10:38 am in reply to: Color section with excess space & contact form don’t display in mobile #1430220
Hi,
No problem! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey ausgesonnen,
Thank you for the inquiry.
Did you any modifications for the header? To remove the other burger icon, you can try this css code.
#top #header .av-logo-container .av-main-nav > li.av-burger-menu-main { display: none; }Best regards,
IsmaelJanuary 16, 2024 at 10:24 am in reply to: Backgroundphotos in “grid line” (Rasterzeile) on tablets don´t adapt size #1430217Hi,
@northorie: Have you tried adding the css code that @Guenni007 provided above? We will post it again below. If you need further assistance, please open another thread, provide the site URL and post a screenshot. We will close this thread for now.@media only screen and (min-width: 990px) { #top .flex_cell.responsives-verhalten.nebeneinander { background-attachment: scroll; padding: 0 !important } #top .flex_cell.responsives-verhalten.nebeneinander .flex_cell_inner { height: calc(56.25vw / 2) !important; } }Best regards,
IsmaelHi,
Thank you for the info.
To adjust the padding of the Color Section, please edit the element, go to the Layout > Margins & Padding section, then set the Section Padding settings to No Padding.
You can also add the following css code to adjust the default section padding but this modification will be applied across the site.
.content { padding-top: 0; padding-bottom: 0; } .avia-testimonial-wrapper { margin: 0; }Best regards,
IsmaelJanuary 16, 2024 at 10:17 am in reply to: Container with breadcrumbs is not centered correctly in mobile version #1430214Hi,
The Appearance > Theme File Editor is not accessible when we checked the site and we can’t purge the server cache for some reason. Would you mind asking your hosting provider to disable the server cache temporarily?
To re-enable the Appearance > Theme File Editor, edit the wp-config.php file, then add this code.
define( 'DISALLOW_FILE_EDIT', false );Best regards,
IsmaelHi,
No problem! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelJanuary 15, 2024 at 10:42 am in reply to: Color section with excess space & contact form don’t display in mobile #1430132Hi,
Thank you for the update.
We made edits in the Quick CSS field and tweaked the code a bit.The gap between the #service and #portfolio sections has now been reduced.
@media only screen and (min-width: 989px) { #service { margin-bottom: -250px; } #portfolio { position: relative; z-index: 10; } }Best regards,
IsmaelHi,
Thank you for the screenshots.
The default space between the testimonial title and comment should not be that big. Did you add any css modifications to the site? We may need to visit the site in order to properly inspect the elements. Please provide the site URL in the private field.
Best regards,
IsmaelJanuary 15, 2024 at 10:29 am in reply to: Container with breadcrumbs is not centered correctly in mobile version #1430128Hi,
Thank you for the update.
The login account above seems to be invalid. Please check the info carefully. To fix the style issue of the title container on mobile view, please add this css code.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .title_container .breadcrumb { position: relative; } }Best regards,
Ismael`Hi,
We adjusted the code a bit in order to redirect the site to the actual masonry page after closing the lightbox.
function ava_trigger_masonry_lightbox_on_load() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($) { setTimeout(function () { $('.av-masonry-container .av-masonry-item-with-image.lightbox-added:first').trigger('click'); }, 100); }(jQuery)); }); (function($) { $(document).ready(function () { $('.av-masonry-entry').on('mfpOpen', function(e /*, params */) { $('.mfp-close').on('click', function(e) { e.preventDefault(); const redirect = "https://www.95mctest.es/product2/" window.location.href = redirect }) }); }); }(jQuery)); </script> <?php } add_action( 'wp_footer', 'ava_trigger_masonry_lightbox_on_load', 99 );You can adjust the redirect URL by editing this line.
const redirect = "https://www.95mctest.es/product2/"Best regards,
IsmaelJanuary 15, 2024 at 5:49 am in reply to: Header is Not Transparent on Mobile or Different Size Browser Window #1430109Hi,
Why is it not recommended to have transparent header/logo on mobile?
Transparent or fixed headers on desktop are used to enhance site navigation by keeping the main menu accessible while scrolling. However, on mobile devices, users can easily return to the top of a page or site with double taps and other mobile phone gestures, making fixed headers unnecessary. Also, fixed headers consume space that is better allocated for actual site content, and they can also be distracting.
If you want to continue, you can add the code in the Enfold > General Styling > Quick CSS field or in the child theme’s style.css file.
Best regards,
IsmaelHey Chip Jones,
Thank you for your interest in the theme.
The Enfold theme is under continuous improvement, and updates are planned for the future. The team is committed to ensuring compatibility with the latest versions of WooCommerce, including version 8.2+, as well as the required PHP updates, such as PHP 7.4. You can always reach us here in the forum if you have any questions about the theme.
Best regards,
IsmaelHi,
UPDATE: You can also apply the grayscale effect by adjusting the Advanced > Animation > Image Hover Effect settings.
Best regards,
IsmaelHey imagestudios,
Thank you for the inquiry.
Looks like you’ve managed to apply gray scaling to the masonry items with this css code.
#top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container { filter: grayscale(1); }To adjust the overlay color, try this css code.
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,87,130,0.3); }Best regards,
IsmaelJanuary 15, 2024 at 5:26 am in reply to: Color section with excess space & contact form don’t display in mobile #1430104Hey bcndisseny,
Thank you for the inquiry.
1.) You can add the following css code to adjust the space below the floating columns. And consider changing the background color of the section from the default blue background to gray (#f8f8f8) so that it has the same background color as the section below.
#service { margin-bottom: -250px; }2.) The cell containing the contact form is configured to not display on mobile view. To change this, please edit the cell, go to the Advanced panel, and adjust the Responsive > Element Visibility settings.
Best regards,
IsmaelHi,
Glad to know that @Mike was able to help you out! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelJanuary 12, 2024 at 2:23 pm in reply to: Search icon disappearing from Menu when snippet used to switch hamburger earlier #1429901Hi,
Have you tried disabling the compression and cache plugin temporarily? It’s possible that the site is still loading the older version of the stylesheets without the recent modification. If the issue persists after disabling the plugins, please provide the login details in the private field so that we can test the modification.
Thank you for your patience.
Best regards,
IsmaelJanuary 12, 2024 at 2:11 pm in reply to: Set a fixed width for a 1/3 column next two a “flexible” 2/3 column. #1429898Hi,
Thank you for the update.
We may need to see the site so that we can inspect the elements and check the current settings. Please provide the site URL in the private field. A screenshot will also help.
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
This should be possible with a custom script. Please add this code in the functions.php file.
function ava_custom_script() { ?> <script> (function($) { $(document).ready(function () { // trigger masonry lightbox on load $('.av-masonry-container .av-masonry-entry:nth-child(1)').trigger('click') }); }(jQuery)); </script> <?php } add_action('wp_footer', 'ava_custom_script');If you need to apply this modification to a specific Masonry element, you could apply a Custom CSS Class name to it and adjust the script accordingly.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHey Michael,
Thank you for the inquiry.
The validation “valid positive number including 0” checks if the value is not negative and is not less than 0. This should be useful if you want to control the integer value of an input field and make sure that the user doesn’t specify negative numbers.
Best regards,
IsmaelHey ebenanders,
Thank you for the inquiry.
-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,
IsmaelJanuary 12, 2024 at 8:15 am in reply to: Video Not Appearing Properly As Color Section Background #1429866Hi,
Thank you for the clarification.
It seems to be an issue with the avia_html5_activation script in the js > avia.js file. Please edit the file and look for this code around line 664:
features = [ 'playpause', 'progress', 'current', 'duration', 'tracks', 'volume' ],Replace it with:
features = $(this).prop('controls') ? [ 'playpause', 'progress', 'current', 'duration', 'tracks', 'volume' ] : [],You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the modification. We will forward the issue to our channel.
Best regards,
IsmaelHi,
Thank you for the update.
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,
IsmaelJanuary 12, 2024 at 7:32 am in reply to: Menu problems – underline and dividers are not there #1429862Hi,
Thank you for the info.
We are still not sure why this is happening. Please provide the login details in the private field so that we can check the site settings.
Best regards,
IsmaelHi,
Glad to know that @Guenni007 was able to assist you! Please don’t hesitate to start a new thread if you have any further questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
The post below contains an h1 tag, which was added manually in the editor. Please check the private field, or provide the login info so that we can check the post further.
Best regards,
IsmaelHi,
Thank you for the update.
As long as the modifications are made in the child theme, they should be preserved after the update. However, since the site is still using a very old version of the theme (4.8.6.2), you will need to update the theme manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Please make sure to create a site backup or a restore point before proceeding with the update.
Best regards,
IsmaelJanuary 12, 2024 at 7:01 am in reply to: Set a fixed width for a 1/3 column next two a “flexible” 2/3 column. #1429858Hi,
Should I simply replace the “nth-child(1)” with “nth-child(2)”
Yes, that should work. Is the second column a 1/3 column element?
Best regards,
IsmaelHello Erhan Lale,
Thank you for your inquiry.
Unfortunately, we do not manage sales inquiries or handle discount offers through this channel. Kindly direct your request to the Themeforest team.
Thank you for your understanding.
Best regards,
IsmaelJanuary 12, 2024 at 6:56 am in reply to: Search icon disappearing from Menu when snippet used to switch hamburger earlier #1429856Hi,
Thank you for the update.
Please make sure to place this css code:
#top #header .av-main-nav > .av-burger-menu-main, #top #header .av-main-nav > .menu-item-search-dropdown { cursor: pointer; display: block!important; }.. after this code:
#top #header .av-main-nav > li.menu-item { display: none!important; }You may need to purge the cache after applying the modification, or disable the compression settings temporarily.
Best regards,
Ismael -
AuthorPosts
