Viewing 30 results - 27,511 through 27,540 (of 244,622 total)
  • Author
    Search Results
  • #1344757

    Hi Antonio,

    Thanks for using Enfold and have a great day :)

    Best regards,
    Nikko

    #1344740

    Hi,

    Thanks for that. First off, could you try updating the theme to the latest version (4.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1344739

    Hi,

    It looks like you are running an old version of the theme, the Post Metadata element was implemented recently. Please try updating the theme to 4.9: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If the update doesn’t show up on the backend, then please try to install and configure this plugin: https://envato.com/market-plugin/

    Best regards,
    Rikard

    #1344730

    Hi,
    Glad we were able to help with your issue in this thread. Thank you for using Enfold.

    Best regards,
    Mike

    #1344719

    In reply to: Toggle

    #1344715

    Hey Tarek,

    Thanks for reaching out to us. That is actually a custom element, it’s not part of the Enfold theme.

    Best regards,
    Rikard

    #1344712

    Hi,

    Thanks for the update :-)

    I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1344711

    Hey!

    Thank you for waiting.

    To fix the issue with the product shortcode, please edit the enfold/config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_button.php file, add update it using this code ( https://pastebin.com/cEDU5HQ4 ). Then edit the enfold/config-woocommerce/config.php file and update the avia_woocommerce_add_body_classes function around line 103 using this code.

    function avia_woocommerce_add_body_classes( $classes, $class )
    	{
    		global $product;
    
    		if( avia_woocommerce_version_check( '3.0' ) )
    		{
    			$classes[] = 'avia-woocommerce-30';
    		}
    
    		/**
    		 * Adds the product class name to the body tag when ALB is activem, required by WC scripts such as add-to-cart-variation.js
                     *
    		 * https://kriesi.at/support/topic/sku-on-product-page-disappeared-with-theme-update/
                    */
    		if( is_product() && Avia_Builder()->get_alb_builder_status( $product->get_id() ) == 'active' ) {
    			$classes[] = 'product';
    		}
    
    		return $classes;
    	}
    

    Please make sure to purge the cache after doing the steps above or before testing the page.

    Best regards,
    Ismael

    #1344697

    Hi Ismael,

    sorry I was too quick. It doesn’t work. I disabled lazy loading under Enfold -> Performance. But still no images are displayed. I don’t have other plugins for lazy images.

    Do you have a other hint?
    Thx.
    Cindy

    #1344696

    Hi @Ismael!

    Unfortunately, this leads to a Fatal error: Uncaught TypeError: array_merge():
    Argument #1 must be of type array, null given in //wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php:428

    Best regards

    #1344689
    Tarek Nassar
    Guest

    hello, i am an fan of enfold, and i was looking into some features and stumbled upon a section on your website, and i was wondering if this section was created using one of your themes or if it was custom made. the section is
    “THE BASICS – WHAT YOU GET WITH ENFOLD” the principles circle with content that change on hover.

    thank you.

    #1344686

    In reply to: Responsive

    Hi guidiepartner,

    If you’re using a Color Section, then edit the Color Section and go to Advanced (tab) > Developer Settings > Custom CSS Class, then add this in the textfield: fullwidth and Save.
    Next, go to Enfold > General Styling > Quick CSS, and add this CSS code:

    .fullwidth .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1344676

    Hi Kim,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1344673

    In reply to: broken footer widgersq

    Hi S-edwards,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1344662

    In reply to: Enfold too slow?

    Thank you! This is my website

    1) The slowness started at the end of December and rapidly deteriorated in Jan/Feb. I do not know if it coincided with something you did on your theme, but FYI.
    2) I installed an RUM plugin called Vikinguard. Using its “fast test” function, the slowest request is:
    HTML https://www.interactiongreen.com/
    Status 200
    Header size 986
    Body size 368977
    Time 1339
    Then I also have
    JS https://www.interactiongreen.com/wp-content/cache/min/1/wp-content/themes/enfold/js/avia-compat.js?ver=16
    This requires 83 ms to load.
    3) In addition, someone in GSC community pointed out that
    “It looks like you are doing a trick where the main image is not loaded until user interaction. That may fool LCP for now, but it does not cause a good user experience, and I expect the LCP algorithm will pick up on these tricks in the future. They may even dish out manual penalties for people deliberately trying to get good CWV scores by deception.”
    It turns out this is about Avia Layout full slider. Avia media has been causing headache for me, especially as I couldn’t figure out how to use them with performance optimization tools (I use WPRocket right now.)

    Then, he also pointed out: “I suspect your biggest speed issue is the server response time for the HTML. Did you change hosting at some point? Response time for static resources on that site seems fast. This indicates the issue may be related to the time it takes your WordPress site to build the HTML. Maybe the theme or a plugin is slowing it down.”

    I’ve already deleted plugins I do not use.

    Thanks for checking.

    Hi Mike

    Thank you for sharing. I just tired, but my first experience is that the style and fonts look so different from my Enfold style plus everything seems in English …

    Is there an easy way to make the Embedded form look like the rest of my page (e.g. fonts, button style)?

    The way you described the Embedded form, can I jave two of them with different tags?

    Finally, maybe there is a fallback solution to the Enfold Mailchimp API: Since this is a relatively new feature, Enfold asks for feedback to implement future requirements. Could you specify the requiredment of having a pulldown menue with the available tags within the selected list? This might me value added not just for me. Or do you think it would make sense for me to get the StackOverflow solution programmed by a e.g. Fiver programmer?

    Just looking for the easiest way to get this done.

    Thank you for sharing your thoughst on this!

    Best regards
    Philipp

    #1344647

    Thanks Rikard. No biggie if the issue lies on Chrome’s end. I am using the font “Museo Sans Cyrl 300 (400)” for my body text. It is uploaded it to wordpress and added it under Enfold > General Styling > Fonts > Font for your body text

    • This reply was modified 4 years, 1 month ago by Ryan.
    #1344646
    SandraSquires
    Participant

    We have an enfold menu but the drop downs or secondary items won’t open or you can’t click on them.

    #1344645

    This fixes that error, yes, thank you!!
    I had several other customizations in place inside the av-helper-masonry.php file. Enfold has moved all that functionality over to class-avia-masonry.php – which I cannot figure out how to override in the child theme. Any tips?

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1344628

    In reply to: Enfold Showcase

    One more today:
    Towards the end of last year I produced a new site for StruServices a Tekla Steel Detailing and Bim Specialist in Burton On Trent, UK. They specialise in Steel detailing for the construciton industry.

    The company had an outdated WordPress website – Pre mobile design whcih needed modernising. Think Jarvis created a new website taking advantage of the Youtube embed options within Enfold. We also re-drew their logo – future-proofing their business going forward.

    To prevent CLS shift we added bespoke media queries for the height of the above the fold images.

    The site scores up to 92/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    #1344625

    Hi,

    Great, I’m glad that Mike could help you out :-)

    I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1344624

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_main {
        border-bottom-width: 0;
    }
    
    .container_wrap {
        border-top-width: 0;
    }

    Best regards,
    Rikard

    #1344623

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #header_main {
        border-bottom-width: 0;
    }
    
    .container_wrap {
        border-top-width: 0;
    }

    Best regards,
    Rikard

    #1344620

    In reply to: Enfold Showcase

    Another happy customer
    Think Jarvis designed a new website for HD Prestige Valeting. A Car detailing and ceramic coating specialist based in Swadlincote, Derbyshire UK.

    You can see the site here: HD Prestige Valeting – Car Detailing and Ceramic Coating Specialist

    The site includes pricing tables, a Smash Balloon instagram feed and Facebook Chat Widget.

    Smash Balloon has been optimised by setting it to only load with the shortcode. We also use a lazy load module to reduce the performance impact of having a feed on the home page.

    over the next few weeks the site will be getting a WooCommerce upgrade. HD Prestige have launched their own range of car cleaning products available to buy online and at their valeting workshop. More to follow!

    The site scores up to 96/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    • This reply was modified 4 years, 1 month ago by thinkjarvis.
    #1344617

    In reply to: Enfold Showcase

    Another site live

    We recently upgraded Harrison Garden Services website to include WooCommerce functionaility. Pending payment information. Harrison Garden Services are based in Burton On Trent Staffordshire and provide landscape gardening services to the surrounding area. We designed a brand new site for them based on Enfold and a logo which is now used on all of their vehicles.

    Our custom Facebook chat icon has been implemented to help convert enquiries with no performance impact.

    The site uses our optimised WooCommerce setup:
    Widget area added to the top of the shop loop so search and filters appear on mobiles
    Sidebar break points adjusted for better tablet experience
    Search bar altered to only include products

    The site scores 91/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    • This reply was modified 4 years, 1 month ago by thinkjarvis.
    #1344616

    In reply to: Enfold Showcase

    Another few sites designed in Enfold now live:
    MJF Training is a plant equipment training provider based in Staffordshire, UK. They specialise in CPCS, NPORS and NVQ training. Helping people achieve their Trained Operator (Red Cards) and Competent Operator (Blue Cards). The company offers a wide range of training courses including excavator, dumper truck and backhoe operation training.

    You can visit the site by following the link below:
    MJF Training Plant Equipment Training and Testing Staffordshire

    Think Jarvis was asked to design a new logo and use content from their previous company site to create a modern web presence. The site has been submitted to Google and Bing along with local listing setup to help the site get off the ground quickly.

    The site scores 93/100 in web vitals testing
    Our standard Enfold performance stack includes:
    bespoke .htaccess settings
    bespoke functions.php settings
    Font pre-load
    Script merge and minify
    Caching
    Srcset with additional image sizes added
    WebP image generation

    but updating the element does

    Which, in terms of me being able to fix things under 4.9, actually means?
    In the end I want that Enfold upgrade (4.8.7.1 > 4.9) for the production site, but I still haven’t got precise instructions on how proceeding.
    Thanks, e.-

    #1344596

    Hi,

    You are currently using a very old version of the theme, 3.8.4. Updating the theme would fix the issue.

    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.9.

    Then, please generate a Personal Token by referring to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert it in Enfold theme options to receive auto updates. Since you are using a very old version, Personal Token would not work on your installation. Please update first and then insert Personal Token in Enfold theme options :)

    Cheers!
    Yigit

    #1344593
    mutti111
    Participant

    hello i have created a page with 2 options and all its a simple page and the page works fine on desktop mode but when i open it on mobile its too bad not responsive at all it keeps showing the desktop mode on mobile the customizer also doesn’t work. both of these issues fixes instantly when i change theme to default 2022 theme then customizer works and mobile view is fixed perfectly. tried disabling the plugins and checked but its something wrong with the theme because changing theme to default theme fixes it. tried using custom css and all but nothing fixes it in enfold theme,

    The page that i have issues with : https://www.robotmea.com/selection/

Viewing 30 results - 27,511 through 27,540 (of 244,622 total)