Forum Replies Created

Viewing 30 posts - 181 through 210 (of 67,068 total)
  • Author
    Posts
  • in reply to: Editing page not possible #1491918

    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.

    Screenshot-2025-11-28-at-2-44-14-PM

    In the meantime, we recommend downgrading to PHP 8.3 and make sure that the WP_MEMORY_LIMIT is increased to 256M.

    Best regards,
    Ismael

    Hi,

    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):

    Screenshot-2025-11-28-at-2-25-50-PM

    (Phone)

    Screenshot-2025-11-28-at-2-26-12-PM

    Best regards,
    Ismael

    in reply to: page update fails after high number of elements #1491914

    Hi,

    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 = 5000
    

    For additional assistance, we recommend reaching out to your hosting provider and ask them to adjust the settings if necessary.

    Best regards,
    Ismael

    in reply to: Load only used elements #1491913

    Hi,

    Let us know in a different thread if you have more questions. Thank you for your patience.

    Best regards,
    Ismael

    Hi,

    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;
    });

    Screenshot-2025-11-28-at-1-59-12-PM

    Best regards,
    Ismael

    Hey 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,
    Ismael

    Hey 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,
    Ismael

    in reply to: Hierarchy for portfolio entries #1491826

    Hi,

    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,
    Ismael

    in reply to: Secondary top menu font color on mobile #1491825

    Hey limedrop,

    Thank you for the inquiry.

    The top menu items are still white on mobile view when we checked. Did you figure this out?

    Screenshot-2025-11-26-at-1-25-20-PM

    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,
    Ismael

    in reply to: Load only used elements #1491824

    Hi,

    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,
    Ismael

    in reply to: page update fails after high number of elements #1491823

    Hey 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,
    Ismael

    in reply to: Before/After part #1491822

    Hi,

    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,
    Ismael

    in reply to: icons in top bar (telephone+email) #1491821

    Hi,


    @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,
    Ismael

    in reply to: RTL Language #1491820

    Hey 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,
    Ismael

    in reply to: Messages on Welcome page? #1491819

    Hey 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.

    Screenshot-2025-11-26-at-12-55-32-PM

    Best regards,
    Ismael

    in reply to: Different font colour for logged in and out users #1491817

    Hi,

    Thank you for the login info.

    We added this code in the Quick CSS field.

    #top .avia-testimonial-markup-entry-content {
        visibility: visible !important;
        color: #ffffff !important;
    }
    

    Please make sure to purge the cache before checking the page.

    Screenshot-2025-11-26-at-12-47-41-PM

    Best regards,
    Ismael

    in reply to: Boxed content in grid row with fullwidth background #1491777

    Hi,

    Great! Please feel free to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Cannot make Changes to a Page #1491776

    Hi,

    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,
    Ismael

    in reply to: Hierarchy for portfolio entries #1491775

    Hi,

    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,
    Ismael

    in reply to: Masonry Gallery image order not saving #1491774

    Hi,

    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,
    Ismael

    in reply to: Mispelled Email Creating Support Acct #1491773

    Hey 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,
    Ismael

    in reply to: Duplication on store page #1491772

    Hey 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,
    Ismael

    in reply to: Boxed content in grid row with fullwidth background #1491722

    Hi,

    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.

    Screenshot-2025-11-24-at-2-46-09-PM

    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,
    Ismael

    in reply to: Restricted product displaying in search results #1491721

    Hi,

    Please keep us posted. We’ll keep the thread open.

    Best regards,
    Ismael

    in reply to: Different font colour for logged in and out users #1491720

    Hi,

    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,
    Ismael

    in reply to: Cannot make Changes to a Page #1491719

    Hi,

    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,
    Ismael

    in reply to: Load only used elements #1491718

    Hi,

    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,
    Ismael

    in reply to: Full width background image in colour section #1491716

    Hi,

    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,
    Ismael

    Hi,

    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.

    Screenshot-2025-11-24-at-2-08-26-PM

    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.

    Screenshot-2025-11-24-at-2-10-08-PM

    Best regards,
    Ismael

    in reply to: Hierarchy for portfolio entries #1491713

    Hey 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?

    Screenshot-2025-11-24-at-2-01-43-PM

    Please provide the login details in the private field so we can check the issue.

    Best regards,
    Ismael

Viewing 30 posts - 181 through 210 (of 67,068 total)