Forum Replies Created

Viewing 30 posts - 61 through 90 (of 62,365 total)
  • Author
    Posts
  • in reply to: Woocommerce product listing per page not working #1442755

    Hey hostworks,

    Thank you for the inquiry.

    The product count filter is working correctly on our installation. Did you install any product extensions or plugins? Please try to deactivate the extensions temporarily, then test the count filter again.

    Best regards,
    Ismael

    in reply to: Images not exist in rankmath sitemap #1442754

    Hi,

    Have you tried submitting your sitemap to Google again? Please note that it might take some time for the search results to be updated.

    // https://support.google.com/webmasters/answer/7451001?hl=en#zippy=%2Csubmit-a-sitemap

    Best regards,
    Ismael

    in reply to: Submenu over full width only on the PC? #1442753

    Hey schweg33,

    Thank you for the inquiry.

    You can control the visibility of the element on different screen sizes by adjusting the elements’ options in the Advanced > Responsive > Element Visibility settings. Let us know if you need more info about the Element Visibility options.

    Best regards,
    Ismael

    in reply to: VALID PURCHASE CODE #1442752

    Hey Shirley Studebaker,

    Thank you for the inquiry.

    Are you using the same email address as the one you’re using here when you try to create an account in the forum? Upon checking, the email address is already registered, but it’s attached to a different purchase code. Please try using a different email address or recover your previous account.

    Best regards,
    Ismael

    in reply to: Web Page error with enfold #1442751

    Hey keep12,

    Thank you for the inquiry.

    PHP message: ******* Font config file not found (or empty) for font ‘flaticon’ at expected path:

    It appears to be an issue with a custom icon font. Did you upload your own icon fonts using the Iconfont Manager? You might have accidentally deleted the config.json file from the uploads/avia_fonts/flaticon/ folder. Please try to delete the custom font from the Iconfont Manager, then upload it again.

    Best regards,
    Ismael

    in reply to: Pricing Table Not Aligning #1442750

    Hi,

    Can we move them all down just a little bit more?

    Are you referring to the icons inside the table cells? If so, you can add this css code:

    .av-1ifk2f-204b380a96c16ead6fc2d86981178a96 .pricing-table li .av_font_icon {
        top: 5px;
        position: relative;
    }

    Best regards,
    Ismael

    Hi,

    Glad to know that this has been resolved! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Alright! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Lines in Timeline #1442660

    Hi,

    Thank you for the update.

    What do you mean by “userdefined css”? Please add the css code in the Enfold > General Styling > Quick CSS field. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache afterward.

    Best regards,
    Ismael

    in reply to: Change google maps styling #1442659

    Hi,

    Sorry for the delay. I’m not aware of any plans regarding Borlabs implementation, but we’ve tagged @Guenter in this thread just in case he has more information.

    Best regards,
    Ismael

    in reply to: distance below and intermediate line in white #1442658

    Hi,

    Thank you for the update.

    Please update the css with the following code to apply the changes to every full-width submenu element on the site.

    #top .av-submenu-container, #top .av-submenu-container li {
        min-height: 2em;
        line-height: 2em;
    }

    If you want to move the menu items without adjusting the height of the submenu container, try this css code;

    #top .av-submenu-container li {
        position: relative;
        top: 5px;
    }

    Best regards,
    Ismael

    in reply to: Update from Enfold Version: 4.2 #1442657

    Hey Patrice Grünig,

    Thank you for the inquiry.

    You can download the latest version of the theme from your Themeforest account, then upload it to your server manually via S/FTP. We recommend cloning the site to a different environment for the update before transferring it to the live site. Please refer to the documentation below for more info:

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: Glitch on mobile #1442655

    Hey northorie,

    Thank you for the inquiry.

    We’ve found an invalid css rule above, which we’ve corrected. We have also removed duplicated css media queries. Please delete everything and replace it with this code.

    // https://pastebin.com/ABdSuACk

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The Appearance > Theme File Editor is not accessible from the dashboard, so we’re not able to edit the filter. The string is already translated in the String Translation editor.

    Please edit the wp-config.php file and ensure that DISALLOW_FILE_EDIT is set to false or post the S/FTP details in the private field.

    // https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#disable-the-plugin-and-theme-file-editor

    Best regards,
    Ismael

    in reply to: WooCommerce filters widget not showing in builder #1442649

    Hi,

    The filter widgets will only display on the base shop page and the product category pages. Unfortunately, this condition is defined in the WooCommerce core files (woocommerce/includes/widgets/class-wc-widget-layered-nav.php, line: 159), so we won’t be able to modify it.

    Best regards,
    Ismael

    in reply to: How to get a different blog format ? #1442647

    Hey Hippotigris,

    Thank you for the inquiry.

    The site above isn’t fully loading on our end, but based by how the articles are displayed, you can use the Magazine element. It closely resembles the blog format you’re looking for.

    Best regards,
    Ismael

    in reply to: Additional button on cookie-consent-bar #1442646

    Hey northorie,

    Thank you for the inquiry.

    You can add mew buttons for cookie bar in the Enfold > Privacy & Cookies > Cookie Handling > Buttons section. Simply click the green plus icon (+) to add a new button.

    Best regards,
    Ismael

    in reply to: distance below and intermediate line in white #1442645

    Hey schweg33,

    Thank you for the inquiry.

    You can use this css code to adjust the height of the sub menu container and the menu items.

    #top .av-submenu-container.av-5hgbq7-277231f29348cd34006a580016280e02, #top .av-submenu-container.av-5hgbq7-277231f29348cd34006a580016280e02 li {
        min-height: 2em;
        line-height: 2em;
    }
    

    Default min-height value is 52px.

    Best regards,
    Ismael

    in reply to: Adding image to the bottom of the header #1442644

    Hi,

    Thank you for the update.

    was added after

    with id ‘header_main’ and classes ‘container_wrap’ and ‘container_wrap_logo’.

    Try to replace the hook with “ava_main_header”.

    add_action('ava_main_header', function() {
        echo "<div class='av-bottom-header'></div>";
    }, 10);
    

    Best regards,
    Ismael

    Hi,

    You can use this css code to move the button to the left:

    .home #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button {
        margin-right: 100px;
    }
    

    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.

    Thank you for your understanding.

    Best regards,
    Ismael

    in reply to: Cookie-Consent-Bar: Background color #1442638

    Hi,

    Thank you for the inquiry.

    You can adjust the style of the Cookie Consent Message Bar in the Enfold > Advanced Styling panel. Look for the elements under the Cookie Consent Bar section.

    Best regards,
    Ismael

    in reply to: Lines in Timeline #1442523

    Hi,

    Thank you for the update.

    You can manually override the color of the timeline indicator with this css code:

    .av-lvuuqm3x-450fca468668ba14ba421a03c92fd7a9 .av-milestone-date span:before, .av-lvuuqm3x-450fca468668ba14ba421a03c92fd7a9 .av-milestone-indicator {
        color: #d4af37 !important;
        border-color: #d4af37 !important;
        background-color: #d4af37 !important;
    }

    Best regards,
    Ismael

    in reply to: Weird Browser Issue #1442511

    Hey!

    Have you tried purging the cache or clearing the browser history? You should also try checking it in incognito mode. Let us know of the result.

    Best regards,
    Ismael

    in reply to: Kunden-Empfehlungen Position Pfeile ganz unten #1442510

    Hi,

    The arrows seem to be clickable on our end, but you can try using this css code to create more space below the testimonial slider.

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial .avia-testimonial_inner {
        padding-bottom: 50px;
    }
    

    Best regards,
    Ismael

    in reply to: unable to download sample site #1442505

    Hi,

    Thank you for the inquiry.

    Are you trying to import the demo? Please try manually importing the demo using the XML files. Refer to the link below for more info:

    // https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Ismael

    in reply to: Weird Browser Issue #1442504

    Hi,

    Thank you for the inquiry.

    The site seems to be rendering correctly on emulation. Which browser are you using on your Android phone? Please try using major browsers like Chrome or Firefox.

    Best regards,
    Ismael

    in reply to: Builder elements to shortcodes #1442502

    Hey peterolle,

    Thank you for the inquiry.

    Have you tried using the Custom Element Templates? They function similarly to builder elements but can be updated globally. Please refer to the documentation below for more info:

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    in reply to: Images not exist in rankmath sitemap #1442501

    Hi,

    Thank you for the update.

    i recently found is about pagination and “next” and “prev” rel for better SEO

    We’ve found a thread related to this issue that might be helpful. Please check the links below:

    // https://support.rankmath.com/ticket/canonical-url-setting-for-paginated-blog-pages/#post-729041
    // https://support.rankmath.com/ticket/canonical-url-setting-for-paginated-blog-pages/#post-729924

    Best regards,
    Ismael

    in reply to: WooCommerce filters widget not showing in builder #1442499

    Hey peterolle,

    Thank you for the inquiry.

    The widget will only display if the following conditions are not true.

    if ( ! is_shop() && ! is_product_taxonomy() ) {
        return;
    }
    

    The condition above restricts the display of the filters on the default shop page and the product category pages. The widgets will not display if the Advance Layout Builder is active or if the custom shop page is enabled.

    Best regards,
    Ismael

    Hey Kauch_01,

    Thank you for the inquiry.

    To translate the placeholder text of the search bar, please add this filter to the functions.php file.

    add_filter('avf_frontend_search_form_param', 'avf_frontend_search_form_param_mod', 10, 1 );
    function avf_frontend_search_form_param_mod( array $params )
    {
    	$params['placeholder'] = __('Iskanje...','avia_framework');
    	return $params;
    }

    Best regards,
    Ismael

Viewing 30 posts - 61 through 90 (of 62,365 total)