Forum Replies Created

Viewing 30 posts - 7,561 through 7,590 (of 34,614 total)
  • Author
    Posts
  • in reply to: Custom font Manager not working with font Caveat Brush #1405062

    Hey Anette,
    Thank you for your patience and the link to your site, I see the Caveat Brush installed but I don’t see it selected for and elements in the Enfold Theme Options ▸ Advanced Styling and I don’t see it added to any specific classes in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and I don’t see it used in your Enfold Theme Options ▸ General Styling ▸ Fonts
    Enfold_Support_1816.jpeg
    Perhaps you meant to use the Caveat Brush font as your Font For Your Body Text, if so please choose it instead of the Open Sans font.

    Best regards,
    Mike

    Hi,
    Unfortunately not in this case because the image title is not used in the button element, only a link to the image.

    Best regards,
    Mike

    in reply to: Custom menu for products – style #1405038

    Hi,
    Glad this helped, we are not setup to do custom paid work, I would recommend hiring a freelancer on UpWork.com, I would imagine you can find someone reasonably priced to do this for you.

    Best regards,
    Mike

    in reply to: Gallery with Tabbed Content Slider #1405036

    Hi,
    Good catch, I corrected the code above for future readers.
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Duplicate ENFOLD parent themes in WP. #1405030

    Hi,
    I don’t think I’m looking at the correct page to see how the button needs to be aligned, please link to the page you are working on.

    Best regards,
    Mike

    in reply to: Full width image banner with transparent header #1405010

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: I can´t see a fallback image in a video #1405009

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Theme #1405008

    Hey Phyllis B Hartzell,
    Thanks for the login, Enfold v4.0.5 is not compatible with WordPress v6+ or PHP v8+
    Updating to Enfold v5.5 should solve your issue.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Custom menu for products – style #1405007

    Hi,
    Please try adding this css to correct the desktop sub-menu categories having a transparent background color:

    @media only screen and (min-width: 768px) { 
    #top .content .flex_column .widget_nav_menu .menu-meniu-categorii-container ul.sub-menu li {
        background-color: #fff;
    }
    }

    Unfortunately for the mobile view of the menu to have collapsing sub-menus would require writing some javascript and would not be that easy.

    Best regards,
    Mike

    in reply to: Sitespeed Slow (TTFB +10 seconds) #1405006

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Duplicate ENFOLD parent themes in WP. #1405005

    Hi,
    To remove the border around the shortcode button try this css:

    .product.woocommerce.add_to_cart_inline {
    	border: none !important;
    }

    Best regards,
    Mike

    in reply to: Woocommerce VAT-suffix #1405003

    Hi,
    I change the css and now both situation are hidden, please clear your browser cache and check.

    #top .wc-gzd-additional-info.tax-info {
    	display: none !important;
    }

    Best regards,
    Mike

    in reply to: Logo Centered Alignment Problem #1405002

    Hi,
    Please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, I was mistaken about which title was used, unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Text in lower case in Catalogue #1404974

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Changing logo and favicon #1404972

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Gallery with Tabbed Content Slider #1404971

    Hi,
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Duplicate ENFOLD parent themes in WP. #1404970

    Hi,
    Glad to hear that you found a plugin that works for you, I’m not sure about the popup text perhaps it needs a product title to display the text, does the plugin offer this?
    Perhaps the popup is not needed and we can hide it with css or we can make a single message for all of your button popups like “successfully added to the cart”?

    Best regards,
    Mike

    in reply to: Remove P tag inside product category H1 #1404969

    Hi,
    Thank you for your patience, the Dev Team found that the p tag was added by WordPress from the wpautop function due to the textarea field used in the theme option. They have added a filter to correct in the next update avf_wc_parallax_banner_tag
    So after the next update you can remove the solution posted above.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Activate breadcrum for one page #1404967

    Hi,
    The Dev Team has adjusted the Shop page title and breadcrumb behavior and it will work on the Shop page in the next update, if you are interested in a temp fix for now, edit your functions-enfold.php file on about line 1291 look for if( $post_id && is_singular() ) and change to if( $post_id && ( is_singular() || is_shop() ) )
    As for your second question do you mean the “You are here:” text?
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.archive .breadcrumb-title {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Text in lower case in Catalogue #1404881

    Hey Alan,
    For lower case try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-catalogue-title-container .av-catalogue-title {
        text-transform: lowercase;
    }

    After applying the css, please clear your browser cache and check.
    Or to show the capitalization on the frontend as you have typed it in the backend try this css instead:

    .av-catalogue-title-container .av-catalogue-title {
        text-transform: none;
    }

    Best regards,
    Mike

    in reply to: Change the font in the hamburger menu #1404880

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Multiple Pages Upload For Location Pages #1404879

    Hey jordan204,
    I think you could do it with Pods – Custom Content Types and Fields or Advanced Custom Fields (ACF), and search YouTube for tutorials on how to set it up. I don’t use either, but I feel that you will have a steep learning curve and unless to are doing hundreds of them doing it manually would be faster. If you are going to do hundreds of them I would hire a freelancer on Upwork to set it up for you, it would be faster and reasonably priced.

    Best regards,
    Mike

    in reply to: Activate breadcrum for one page #1404877

    Hey donillo,
    Thank you for your patience, in my test when the Header Title and Breadcrumbs option is used to hide the title or breadcrumbs for the site, all pages, posts, & products can independently be set to show the tile or breadcrumbs, overriding the theme option, except the Shop page.
    I believe this is because the page options are disabled when you see the red warning at the top of the Shop page:

    This page is set as the default WooCommerce Shop Overview and therefore does not support the Enfold advanced layout editor

    But I have asked the Dev Team to review and will write back when I hear from them, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Submenu as shortcode breaks layout #1404873

    Hey Daniel,
    Try adding your submenu with a function in your child theme functions.php like this:

    add_action('ava_after_main_container', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_archive()) {
    		echo do_shortcode("[your submenu shortcode here]");
    	}
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: Changing logo and favicon #1404872

    Hi,
    I see that your homepage is using the transparent header, so to change this logo see the option Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo and adjust the logo to suit.

    Best regards,
    Mike

    in reply to: H1 Category Pages #1404870

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Pricing table text size #1404869

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Errors and website crash while trying to update theme #1404868

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: featured images on a blog page #1404866

    Hi,
    It looks like you added some of the text from the thread into your css:

    To have the small image the same proportions as the featured image try this css:#top.page-id-629 .template-blog .small-preview {
        width: auto;
        height: auto
    }

    please find this and change to this:

    #top.page-id-629 .template-blog .small-preview {
        width: auto;
        height: auto;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 7,561 through 7,590 (of 34,614 total)