Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the inquiry.
We can reproduce the issue but we are not yet sure what is causing it. Have you tried increasing the WP_MEMORY_LIMIT from 40M to at least 256M? This is the recommended minimum for many modern themes and plugins including Enfold.
In the meantime, we recommend downgrading to PHP 8.3 and make sure that the WP_MEMORY_LIMIT is increased to 256M.
Best regards,
IsmaelNovember 28, 2025 at 7:27 am in reply to: Header size changes when switching to “tablet” and “mobile” sizes #1491916Hi,
Thank you for the inquiry.
Have you tried selecting standard screen sizes instead of manually adjusting the screen width or height? We made some adjustments to the css code and re-added it in the Quick CSS field.
@media only screen and (max-width: 989px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 50px; line-height: 50px; } .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 50px; margin-top: 50px !important; } .responsive #header_main .container { height: 50px !important; } .responsive #top .logo { height: 48px !important; } #top #menu-item-search { top: 4px; } }(Tablet):
(Phone)
Best regards,
IsmaelHi,
Thank you for the info.
You may need to adjust a few PHP settings to resolve this issue. If you have access to the php.ini file or PHP configuration, you can try setting the following options.
memory_limit = 512M max_execution_time = 300 post_max_size = 64M max_input_vars = 5000For additional assistance, we recommend reaching out to your hosting provider and ask them to adjust the settings if necessary.
Best regards,
IsmaelHi,
Let us know in a different thread if you have more questions. Thank you for your patience.
Best regards,
IsmaelNovember 28, 2025 at 6:59 am in reply to: YouTube video in Easy Slider – start time (&t / &start) is ignored #1491912Hi,
Thank you for the inquiry.
The video slide doesn’t accept parameters by default, but you can use this filter to adjust the video’s parameters manually.
add_filter( 'avf_youtube_video_data', function( $data ) { if( !empty( $data['videoid'] ) && $data['videoid'] === 'SUZEVjv7tXM' ) { $data['start'] = 8; } return $data; });Best regards,
IsmaelNovember 28, 2025 at 6:14 am in reply to: Problems with Hivepress plugin / Does Enfold redirect searches? #1491911Hey sescha,
Thank you for the inquiry.
Is it working correctly when using the default WordPress search widget instead of the theme’s AJAX search? You can test this by adding a Search widget in the Appearance > Widgets panel.
Another option is to use the avf_ajax_search_query filter to adjust the default query so it retrieves listings based on their custom fields. You may need to contact hivepress for the correct query parameters.
Let us know the result.
Best regards,
IsmaelNovember 26, 2025 at 6:34 am in reply to: Header size changes when switching to “tablet” and “mobile” sizes #1491827Hey Angelo,
Thank you for the inquiry.
This sets the header height to 90px on tablet view:
.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 90px; line-height: 90px; }To override it, you can add this css code:
@media only screen and (min-width: 768px) and (max-width: 989px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container { height: 50px; line-height: 50px; } .responsive #top #main { margin-top: 50px !important; } }Let us know the result.
Best regards,
IsmaelHi,
Unfortunately, that is not possible without significant modifications to WordPress. You may need to hire a freelance developer or contact Codeable for this type of customization. Please check the link below.
— https://kriesi.at/contact/customization
Best regards,
IsmaelHey limedrop,
Thank you for the inquiry.
The top menu items are still white on mobile view when we checked. Did you figure this out?
To make sure they’re white, try to add this css code:
.responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, .responsive #top .av_header_transparency #header_main_alternate, .responsive .av_header_transparency #header_main .social_bookmarks li a, .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span, .responsive #top .av_header_transparency #header_meta, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a { color: #ffffff; }Best regards,
IsmaelHi,
The countdown and the tabs are loaded because they are used by default elements in the page, tabs are used for the widgets and the countdown for the events plugin. As we have mentioned above, if the resources are still loaded even after disabling them using the code we provided above, it means that they are required by the templates or certain elements depend on them.
If you need to disable the tab section’s stylesheets and scripts, try this code:
function ava_wp_enqueue_scripts_mod_b() { wp_dequeue_style('avia-module-tabsection'); wp_deregister_style('avia-module-tabsection'); } add_action('wp_enqueue_scripts', 'ava_wp_enqueue_scripts_mod_b', 100);Best regards,
IsmaelHey annevoelkel,
Thank you for the inquiry.
Have you tried disabling the plugins temporarily? We may need to log in to the site to properly check the issue. Please include the login details in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
Did you try the suggestion above using the Color Section element to create a full-width container? We may need to inspect the actual page. Please create a test page and provide the URL in the private field.
Best regards,
IsmaelHi,
@Eleina_Shinn: Try to use this html in the phone number field:<div style="display:flex;align-items:center;gap:20px;"> <div style="display:flex;align-items:center;gap:6px;">[av_font_icon icon='phone' font='svg_entypo-fontello' size='13px' position='left' av_uid='av-mifjh9cz' sc_version='1.0'][/av_font_icon] 941-462-9082</div> <div style="display:flex;align-items:center;gap:6px;">[av_font_icon icon='ue805' font='entypo-fontello' size='13px' position='left' av_uid='av-emailicon' sc_version='1.0'][/av_font_icon] (Email address hidden if logged out) </div> </div>Please don’t hesitate to open another thread if you need additional assistance.
Best regards,
IsmaelHey tariqyacoub82,
Thank you for the inquiry.
You don’t need the Woocommerce plugin to have an RTL site. Did you happen to install any of the demo pages that include shop or ecommerce features? Please provide the login details in the private field so we can check further.
Best regards,
IsmaelHey collinsfgc2025,
Thank you for the inquiry.
You may need to deselect the pages in Enfold > Theme Options > Custom Error 404 Page and Maintenance Mode settings. Try to re-enable the options temporarily, then deselect the currently selected page in the dropdown or set it to
“Select Page”. Please refer to the screenshot below.Best regards,
IsmaelNovember 26, 2025 at 5:48 am in reply to: Different font colour for logged in and out users #1491817November 25, 2025 at 6:49 am in reply to: Boxed content in grid row with fullwidth background #1491777Hi,
Great! Please feel free to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
As mentioned above, when we removed the first eight items, the update worked, so there may be custom content in one of those entries causing the issue. Try removing each section one at a time to identify which entry is causing the problem. Let us know the result.
Best regards,
IsmaelHi,
Thank you for the update.
In the previous thread, the user only needed to edit the Parent or Page Attributes metabox, but they were not modifying or expecting the child pages to inherit the parent page’s URL. Please note that the permalink or slug of portfolio items is automatically generated based on the title. It will not inherit the parent page’s slug or permalink even if you set it as a child page.
Best regards,
IsmaelHi,
Thank you for the info.
Did you add any filters or custom modifications to the functions.php file? We are not able to check it because the Appearance > Theme File Editor is not accessible. Please enable the editor or provide the S/FTP account details in the private field.
Best regards,
IsmaelHey Collin Vander Pol,
Thank you for the inquiry.
What email address did you use to create the forum account? We found another email that matches the one you’re using now. We can send you a reset link if needed. Please provide screenshots of the license certificate so we can verify the purchase code.
Best regards,
IsmaelHey Paula,
Thank you for the inquiry.
Did you set the page as the base shop page and then add another Product Grid using the Advanced Layout Builder? For the base shop page, you don’t need to add a Product Grid element because the products will display automatically. Please try to remove the element, or provide the login details in the private field so we can further investigate the issue.
Best regards,
IsmaelNovember 24, 2025 at 7:48 am in reply to: Boxed content in grid row with fullwidth background #1491722Hi,
It seems to be working correctly when we checked (see screenshot below). To resize the background, make sure to set the Styling > Background > Background Repeat of the grid row element to Stretch to fit.
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,
IsmaelNovember 24, 2025 at 7:40 am in reply to: Different font colour for logged in and out users #1491720Hi,
Thank you for the inquiry.
The testimonial entries are there, but the text color is different. Please try to add this css code:
#top .avia-testimonial-markup-entry-content { visibility: visible !important; color: #ffffff !important; }Let us know the result.
Best regards,
IsmaelHi,
Thank you for the info.
How many entries or team members are on the team page? When we removed the first 8, we were able to update the page the issue without issue. You can check this on the test page we created (see private field). It’s possible that there is custom content in the first 8 entries that is causing the issue.
Best regards,
IsmaelHi,
Thank you for following up.
You can’t disable the slideshow, popup and masonry scripts because they are required by the templates, and other default elements on the site depend on them even if no related elements are manually added using the builder. Can you still see the fold/unfold, sticky header, and parallax scripts?
Are you seeing any other scripts or stylesheets loading aside from the dependencies you mentioned above?
If you can still see the resources being loaded even after deregistering them using the code we provided above, it means that they are either required by the templates or are used by default elements on the site.
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried using the Fullwidth Slider? You can also try this css to limit the size of the color section on smaller screens.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #top .avia-section.av-zjsv-901082093e6d72f3482787541e1c8070 { max-height: 200px; background-size: contain; } }You may also need to adjust the elements inside the color section. We recommend applying custom css class names to the elements inside the text block, as they are custom coded, so you can modify their style for smaller screens.
Best regards,
IsmaelNovember 24, 2025 at 7:11 am in reply to: 1/2 Grid Row – Left BG image doesn’t cover whole cell for some reason #1491715Hi,
Thank you for following up.
Did you set the cell’s Styling > Background > Background Repeat to Stretch to fit? Please refer to the screenshot below.
You can also use this css code:
.responsive #top #wrap_all .av-flex-cells .no_margin { background-position: 50% 100%; background-size: cover; }Screenshot from a display with a larger screen resolution.
Best regards,
IsmaelHey photographie-tous-azimuts,
Thank you for the inquiry.
The parent page is displaying correctly on our end, but not the child page which seems to have an invalid URL or path (ingredients). How did you create the child portfolio item?
Please provide the login details in the private field so we can check the issue.
Best regards,
Ismael -
AuthorPosts











