Forum Replies Created
-
AuthorPosts
-
Hey William,
Thank you for the inquiry.
Try to add this css code to decrease the default top margin of the flex column table container and make the spaces consistent on mobile view.
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 6px; } /* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin-bottom: 8px; } #top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0; } }
Best regards,
IsmaelHi,
Try to set the minimum height of the color section to 44vw, then add the css code above.
Best regards,
IsmaelHi,
Try to increase the 342px value in the css rule above. This is the value being subtracted from the total height of the color section, which is the sum of the header height and the section below the first one.
height: calc(100vh - 342px) !important;
Best regards,
IsmaelMay 7, 2025 at 7:07 am in reply to: Trying to open certain pages, but it just spins loading the builder modules. #1483747Hi,
The site is no longer loading on our end. Did you block certain countries from accessing it?
Best regards,
IsmaelHi,
Thank you for the screenshot.
Try to add this css code to adjust the height of the color section desktop view.
/* Desktop Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */ @media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .no-touch-device .av-minimum-height-44vw:not(.av-slideshow-section) .container { height: calc(100vh - 342px) !important; } }
Result after adding the modification:
Best regards,
IsmaelHi,
Great! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
the color section is set to color #eeee22, column 1/1 has a padding of 150px and a background color #7bb0e7, but as you can see from the image none of these properties are applied in the front-end
We checked the Styling > Background Colors of the Color Section and Column elements, but they are not set. Are you sure you’re editing the correct elements?
Best regards,
IsmaelHi,
Thank you for the update.
The details above are still the same as the first one, and the site is still not loading. Please provide the correct site info.
Best regards,
IsmaelHi,
We’ll wait for the site details — let us know when you’re ready.
Best regards,
IsmaelHey xfacta,
Thank you for the inquiry.
The first section displays fine on our end. 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 xfacta,
Thank you for the inquiry.
Did you figure this out? We are not seeing the gap on our end.
Best regards,
IsmaelMay 7, 2025 at 6:44 am in reply to: Trying to open certain pages, but it just spins loading the builder modules. #1483736Hi,
Thank you for the inquiry.
We tried deactivating the Solid Security plugin, but the site stopped loading on our end. Would you mind checking the issue on your end?
The notice _load_textdomain_just_in_time above should not affect the Advance Layout Builder.
Best regards,
IsmaelHi,
Thank you for the update.
We added this filter in the functions.php file:
add_filter('avf_wc_before_shop_loop_item_title_img_size', function($thumb) { return 'large'; }, 10, 1);
A larger version of the product image is now loaded on the shop page.
This may vary across different screen sizes due to the srcset attribute and how the browser selects the appropriate thumbnail based on the current screen size.
Best regards,
IsmaelHi,
Great! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHey camcaminin,
Thank you for the inquiry.
Which Instagram widget did you use? Check the following documentation to learn more about the widget options: https://kriesi.at/documentation/enfold/instagram/
If you need further assistance, please provide the login details in the private field.
Best regards,
IsmaelMay 7, 2025 at 6:11 am in reply to: Transparent header on mobile, that goes solid on scroll #1483731Hi,
That’s odd. We created a short clip showing how it looks on our end (see private field) — ignore the red background (that’s a custom modification while testing). You may also need to add this inside the previous css media query:
.responsive #top #main { margin-top: 0; }
If you have time, you can also try @Guenni007’s suggestion above.
Best regards,
IsmaelMay 7, 2025 at 6:03 am in reply to: Move blog-tags after blog-categories on the post-meta-infos #1483729Hi
Yes, you can create an includes folder in the child theme and place a copy of the loop-index.php file inside the folder. Let us know the result.
Best regards,
IsmaelMay 7, 2025 at 6:01 am in reply to: Performance is slow when editing content elements with icon features. #1483728Hi,
What happens when you remove all modifications in the child theme’s functions.php file? If you can provide the FTP details, we’ll test this out.
Best regards,
IsmaelHey ibuzaev,
Thank you for the inquiry.
Please note that this will disable the default icons in the theme. If you’re not using them, try to replace the filter with this:
add_filter('avf_default_iconfont', function($icon_font) { return array( 'svg_entypo-fontello' => array( 'append' => '', 'include' => '', 'folder' => '', 'config' => '', 'json' => '', 'full_path' => false ), 'entypo-fontello-enfold' => array( 'append' => '', 'include' => '', 'folder' => '', 'config' => '', 'json' => '', 'svg_files' => '', 'full_path' => false ), 'entypo-fontello' => array( 'append' => '', 'include' => '', 'folder' => '', 'config' => '', 'json' => '', 'svg_files' => '', 'full_path' => '', 'is_active' => 'no' ) ); }, 10, 1);
Best regards,
IsmaelHey wouter,
Thank you for the inquiry.
There is no option for this by default. You need to add a Gallery or Slider to the page and manually select the images to display. Let us know if you need more info.
Best regards,
IsmaelMay 7, 2025 at 5:46 am in reply to: “Maps were disabled by the visitor on this site. Click to open the map..” #1483725Hi,
Glad to know that the issue has been resolved, and thank you for the continued support! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHey waveseven,
Thank you for the inquiry.
The screenshot is not displaying on our end. To make sure the items in the blog grid are the same size, you may need to resize the featured images before uploading them, making sure they have the same dimensions and aspect ratio. Please note that the uploaded images are not cropped or resized exactly based on the specified width and height of the registered thumbnails — aspect ratio of the original image is also taken into consideration. So, two images with different dimensions and aspect ratios may produce different “Portfolio” thumbnails.
Best regards,
IsmaelMay 7, 2025 at 5:14 am in reply to: Not full screen via media element Full screen Slider – Vimeo #1483722Hey mickhb,
Thank you for the inquiry.
Did you figure out the issue? The section with the video seems to be displaying correctly. Please see the screenshot below:
Best regards,
IsmaelMay 7, 2025 at 5:10 am in reply to: How to reduce the size of Header Extra Elements Phone Number of Small Text? #1483721Hi,
.main-title looks like a different font or font weight
Looks like the title is set to use a lighter font weight instead of the default 400. Did you configure the Heading elements in the Enfold > Advanced Styling tab? You can also adjust it with this css:
#top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .socket_color h1 { font-weight: 400; }
Regarding the burger/mobile menu, try to edit the Main Menu (Icon) elements in the Advanced Styling panel, or use this css code:
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a { color: #ffffff; font-size: 18px; line-height: 1.8em; } .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover a, #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover { background-color: #333366; color: #ffffff !important; }
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 mickhb,
Thank you for the inquiry.
Have you tried using the Layer Slider plugin? The effect on the sample page is a bit complex, so replicating it may require significant modifications.
Best regards,
IsmaelMay 6, 2025 at 7:01 am in reply to: “Maps were disabled by the visitor on this site. Click to open the map..” #1483670Hi,
You may need to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behaviour to the first or second option to allow the users to view the map on page load. Let us know the result.
Best regards,
IsmaelHi,
Glad it worked! Feel free to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelMay 6, 2025 at 6:23 am in reply to: Problem displaying color sections with “fixed” backgrounds on iPad #1483666Hi,
Glad we could be of help! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelMay 6, 2025 at 6:22 am in reply to: Transparent header on mobile, that goes solid on scroll #1483665 -
AuthorPosts