Forum Replies Created

Viewing 30 posts - 91 through 120 (of 384 total)
  • Author
    Posts
  • in reply to: Youtube Embeds video is unavailable when multiple embeds used #1365000

    How to re-produce the issue:

    Just click play on a few of the video embeds.

    You may have to browse through a couple of pages to see the issue occur.

    in reply to: Feature Request: Enfold Merge and Minify Update #1363968

    No problem. That sounds absolutely great.
    Critical CSS can always be added with a generator.

    Thanks Yigit and Gunter. Your support is always appreciated. :)

    • This reply was modified 1 year, 7 months ago by thinkjarvis.
    in reply to: Feature Request: Enfold Merge and Minify Update #1363747

    Thanks Yigit,

    It really depends on how far you want to take features in this area. Other themes have taken a simillar approach and include merge, minify and critical css generation just because it can be done with greater logic and efficiency from within the theme.

    The ideal options as I see it:
    Scripts merged and minified
    OR
    Scripts minified only
    OR
    Optimised merge and minify – Framework and elements above the fold loaded first (More than one merged file to keep the file size down – with a prioritised load order to avoid cls shift and render blocking issues)

    Then we may as well consider:
    Critical CSS
    A built in Critical CSS system based on the actual Enfold elements would be brilliant. This is the route a lot of the other themes have gone down rather than using a generator that scans the page and guesses what is above the fold.

    We already have a Post-xxx.css file generated. We also already have the option for Enfold to only load used elements – Why not generate critical css using the same kind of process. Taking a scan of the first 6 elements on the page and outputting the CSS for them for example. DIVI by Elegant themes does this. It provides 3 options to tell it how tall you want the critical css to be.

    I will add. Not all sites need critical css depending on the modules used but it just helps smooth out FCP and LCP scores on sites that use lots of enfold features. I have noticed only a marginal improvement with critical css turned on in Divi for example.

    It’s your call but it would be good to have an option of minify only OR an optimised minify and merge. The critical CSS on top would be the ultimate setup – considering that the elements to make it happen almost already exist in the current performance settings.

    in reply to: css caching Avia page builder #1363344

    I thought that might be the case. Glad it worked for you.

    I have used Rikards solution on a few sites before.
    Actually loading the CSS inline rather than post css can be faster on first pageload but second pageload will be quicker with the post css file.

    So the Post CSS is the right route if you can keep it activated.

    if you use any kind of caching you need the timestamps turned on (the default setting) and leave query strings turned on.

    in reply to: Alt text and Titles for Social Share Links #1363330

    @Ismael
    Regarding the tooltip – This is what I thought as well.
    The client has flagged an issue in their SEMRush report. To be honest I think this might be a false positive.

    I’ll see if I can put a function together that overrides the default function so that the title and alt are displayed.

    Thanks Ismael

    in reply to: css caching Avia page builder #1363214

    What version of Enfold are you using?
    As far as I am aware this issue was addressed a few versions ago. Originally the Post-xxx.css files did not have a version query at the end. They do in the current version of Enfold.

    If you have remove query strings turned on then the cache wont ever update. The team at Enfold made it so that the built in remove queries excludes the post css folder. But other plugins or even server side caches may be set to remove query strings.

    • This reply was modified 1 year, 8 months ago by thinkjarvis.
    in reply to: Alt text and Titles for Social Share Links #1363152

    Hi Ismael,

    I have just copied the file from the parent theme to the child theme into the following folder > Includes > helper-social-media.php and it is being ignored.

    If I change the title=” and replace it with
    title='{$name}’ alt='{$name}’

    It only seems to work in the parent theme. In the child theme it is ignored.

    Can you confirm where in my child theme I should be saving helper-social-media.php?
    When added to child theme > includes > helper-social-media.php it is ignored completely.

    in reply to: Feature Request: Enfold Merge and Minify Update #1362070

    Following my initial message:

    The system already scans the site for used shortcodes and only loads the CSS and JS associated with them.

    Does the load order of the CSS get recalculated depending on the modules used?

    For instance you would want
    The core layout, grid, base etc. first
    Then the CSS for an above the fold slider to load first for example.

    I know that DIVI by Elegant Themes works with way in their last performance update. But as a critical CSS scanner. It inlines the CSS for any elements that are above the fold as far as I am aware rather than using a critical css generator that scans pages – Because the system already knows what modules are used – It just loads that CSS and JS first inline

    in reply to: No Update versions shown #1361068

    @slikslok

    If you use FTP you can directly replace the current theme. However it is good practice to keep a copy of the previous release.

    If you wish to not have more than one copy. You can take the new copy of the theme, unzip it first on your PC/Mac then upload the files via an FTP client. It will give you the option to overwrite the existing files.

    Otherwise it is best practice for FTP uploads to rename the current theme to something like Enfold-Backup-08082022 Then upload the new one and call it Enfold. You can then roll back to the previous version just by renaming the folders.

    If you have a license key you can connect it to pull the updates through with other WordPress updates by entering the API key in the panel. See Rikards earlier post.

    Have you tried the two methods that Rikard suggested to turn on the auto updates from theme forest?

    in reply to: No Update versions shown #1361066

    @Rikard

    Glad you have found the issue for Tim.

    I will raise a ticket seperately for my issue with updates. I have not been able to re-create this yet. I think it might be something to do with the specific clients host/plesk/cpanel install – I dont know which but I think theme updates had been disabled.

    If I encounter the problem on a site where I can show you the issue properly I’ll raise another ticket.

    in reply to: Hosting #1360609

    Thanks Yigit Private reply below

    in reply to: Enfold Showcase #1360605

    Bespoke Ecommerce for a phone case retailer here in the UK.

    place4acase – iPhone and Samsung Galaxy phone cases

    place4acase are suppliers and retailers of high quality phone cases for iphone and samsung galaxy devices. The company is based in the UK and are able to sell and distribute throughout the world. They work with artists to provide unique phone case designs available in matte, glossy and reinforced options.

    The site is based on a modified version of Enfold with WooCommerce. We also use the excellent WooCommerce Extra Product Options Plugin from Code Canyon

    The site also uses The Smash Baloon Instragram Feed Plugin.

    The following modifications have been made:
    -Changed the product page layout with CSS so the thumbnails are beside the image rather than next to it
    -Moved the single product image over and made it larger so it is displayed more prominently
    -custom header and menu structure with mobile first design
    -product pages tweaked with sidebars removed and widget based filters for navigation

    The site scores up to 95/100 in mobile speed testing and up to 100/100 on desktops
    (Note that ther is currently a bug in the new PayPal plugin causing the mini cart JS to load on every page. This does reduce scores to 85/100 until the new release – This post was created 04/08/2022)

    Think Jarvis uses an optimised performance stack for Enfold that includes
    – 500 lines of code in functions.php
    – font pre-loads
    – lazyloading images
    – baspoke ht access settings
    – 8 core VPS server shared with other optimised sites only
    – Caching
    – Image compression and WebP generation
    – Lazy Load JS on top of Enfolds HTML option so that the Instagram Feed is Lazy Loaded
    – Critical CSS generator
    – Bespoke Enfold settings

    Let me know if you have any feedback :)

    • This reply was modified 1 year, 9 months ago by thinkjarvis.
    in reply to: No Update versions shown #1359838

    You raise a good point Rikard,
    This might be due to the firewall and database settings on my new server.

    I’ve got to run some updates. When I encounter one of the sites that is showing no updates available I’ll post it here.

    • This reply was modified 1 year, 9 months ago by thinkjarvis.
    in reply to: No Update versions shown #1359823

    @Rikard,

    Sorry for the second issue.
    In my case – Yes I have created a seperate Envato Build Key for every site. But still not seeing the updates on every site.

    I’ll see if I can present a specific example to you.

    In the meantime please continue to help @slikslok

    in reply to: No Update versions shown #1359793

    I am also experiencing this with a handful of my Enfold sites. I think there is a probelm in Enfold relating to this.

    I also experience the following problem as well – This is a different cause.
    I have 50 Enfold licenses and the download limit in quick succession with Theme Forest is set at 20. its a pain when trying to bulk update sites because it wont let you do more once you hit the limit.

    in reply to: enfold google tag manager install #1359788

    Best practice with any WordPress site is to install a child theme.
    Otherwise you will need a plugin to do this.
    You can either write your own plugin or use one like the example below from the wordpress plugin library – Sorry I just reworded this bit. It didnt make sense.

    You can download a plugin like this one instead: WP Headers and Footers

    If you use the built in Enfold Cookie popups – You must put your Google Tag Manager code into the Google Services Box in the Enfold Control Panel. Otherwise the cookie popups just wont work.

    If not you can just add everything using the plugin instead but this wont be compliant with GDPR because it will load unconditionally on every page.

    use the plugin to add your Body tag script on all pages in the body of the aritcle.

    Otherwise you can use the code below to insert the snipped from the functions.php file in your child theme or a custom plugin that mimics the functions file.

    
    // Add Google Tag code which is supposed to be placed after opening body tag.
    add_action( 'wp_body_open', 'tj_add_custom_body_open_code' );
     
    function tj_add_custom_body_open_code() {
        echo '
    INSERT YOUR GOOGLE BODY TAG HERE
    ';
    }
    
    • This reply was modified 1 year, 9 months ago by thinkjarvis.
    • This reply was modified 1 year, 9 months ago by thinkjarvis.
    • This reply was modified 1 year, 9 months ago by thinkjarvis.
    • This reply was modified 1 year, 9 months ago by thinkjarvis.

    Just seen this post.

    I have assumed you have uploaded your custom font into Enfold via the import section in the Enfold Control Panel. I have also assumed that you have then changed the font settings under General settings to match your newly uploaded fonts which will appear at the bottom of the dropdown lists.

    Have you checked the font and typography settings under general styling in the Enfold Control Panel?

    Have you also checked the advanced styling settings in the Enfold Control Panel to check that you have not specified font overrides?

    If you are using a critical css generator or a css optimisation plugin like WP-Rocket you will need to clear the cache and regenerate your critical css files. @import is normally used in a stylesheet somewhere. You may still have a reference to the font somewhere in your settings. If you are using WP-Rocket you will also need to check the font preload settings and check you are not preloading a font you are no longer using.

    Otherwise you may be using a plugin that uses Google fonts by default. You will need to check what css file the @import is in. Most plugins have the option to set the font based on the theme rather than specifying a font from Google.

    I hope this helps.

    in reply to: Enfold Showcase #1359039

    @newmediologo
    I’ve not got any specifically for artists. When you say artist – Do you mean a painter or graphic designer – Or do you mean a musician.

    Enfold can be made to look however you want it to look. It is a theme that includes a complex page builder. So it should be suitable for your needs.

    If you wanted – The client could find a theme that they like and you could make Enfold look exactly the same as it – But with the flexibility and reliability of Enfold.

    in reply to: Enfold Showcase #1358445

    Big thanks to Arno Weterings who is the author of Arnoweterings speed and performance optimisation for Enfold

    Arno and I have been speaking regularly about Enfold Speed and Performance for the past few years. He forwarded me an enquiry from the website owner in need of assistance optimising a self built Enfold site.

    Ligety Weibrecht Ski Camp Mt Hood Oregon USA

    The site had some major configuration issues – using Cloud Flare DNS which was incompatible with their hosting providers Varnish Cache. I removed Cloud Flare and several premium plugins saving the customer over $150 per year in licenses.

    Conducted a full site review and performance analysis
    Removed Cloud Flare and reset the DNS back to Dream Host
    Fixed a compatibility problem with Caching so Varnish Cache worked properly
    Updated and licensed Enfold (over 2 years out of date!)
    Upgraded to the latest Paypal payments plugin
    Redrew the logo so a higher res copy could be used
    Deactivated several unused or incorrectly configured plugins
    Rebuilt every page on the site using Enfold best practice
    Added over 500 lines of code to functions.php to optimise Enfold and WordPress
    Ran a database optimisation
    Added WebP
    Removed Enfold auto generated image sizes and added new ones for srcset
    Added social share imagery
    Added missing H1 tag and intro paragraph to home page
    Tidied up WooCommerce pages
    Removed redundant custom css and functions.php code

    The Results
    The site now runs extremely well and no longer lags through WP-Admin. It was almost unusable with server timeouts and disconnect errors when I started.

    The site scores up to 97/100 in Google Web Vitals mobile speed testing

    As a UK based business I’d like to extend my thanks to Gary at Ligety Weibrecht who has been extremely trusting of me to get this work done properly and legitimately remotely. The company is based over the other side of the pond in the USA.

    • This reply was modified 1 year, 9 months ago by thinkjarvis.
    in reply to: Change Google Tracking Cookie Wording #1358051

    @ismael

    Worked perfectly thank you.

    in reply to: Srcset correction for full width easy slider #1357319

    Hi Ismael,

    THank for your the info. I’ll take a look and see if I can tweak the function.

    I suddenly realised I raised this ticket twice. Sorry.

    Gunter has sent me a solution using a new function to disable Srcset per element. Because I have some good image compression it has resulted in no change to the site speed and performance testing. Really pleased.

    in reply to: Disable Srcset followup #1357318

    @Günter

    Thank you for this. Does exactly what I needed it to.

    On https://www.place4acase.com launched today – The Full Width Easy Slider on the home page no longer uses Srcset.

    Because I have uploaded a compressed image and use EWWW to produce a WebP version and further compress the Jpg version there is no impact on speed and performance. 95/100 under lab testing.

    Really pleased with the outcome thankyou.

    I’ll enable this feature on a few of the other sites that use the same element on the home page.

    in reply to: WordPress / Enfold and Content Security Headers #1357182

    Thanks Guenni007.

    Sorry an oversight on my part. I didnt look at the tags properly its obviously a apache mod_headers not a html tag!
    I’ll try this out on a couple of sites.
    Thanks for confirming :)

    in reply to: WordPress / Enfold and Content Security Headers #1357180

    @guenni007
    Nice work on this.

    I see warnings in Web Vitals about this under best practice.

    Did you just insert this code into the header on every page?

    in reply to: Notes for dev: Feature Requests #1356885

    THP Studio.

    Agree the continued work of the team has been fantastic!

    I hope it continues because Enfold still stands up as a fantastic platform to build sites on (not to mention the 50+ sites I have running it!)

    in reply to: Notes for dev: Feature Requests #1356871

    THP Studio
    Very simillar points raised. Thank you for highlighting your previous post.

    Your point about the Tabs and hiding them is an interesting one. I personally dislike the WooCommerce page layout and feel the tabs should be full width below the product image and summary. This is like Amazon and most other sites.

    I have a site in progress that I will share once live that uses the official Woocommerce vertical accordion / vertical tabs plugin. It makes a massive difference to the page layout. I have been able to massively simplify the layout on a customers site.

    Changed the order of the elements – Moving the short description downwards.

    in reply to: Notes for dev: Feature Requests #1356861

    Thanks Rikard,

    If anyone finds this thread via google – On the note of having a second menu in the header area. There is a solution on the documentation using a widget area
    But it would be great to have a solution built in to Enfold that uses actual wordpress headers instead of a widget.

    Technically this would work:
    https://kriesi.at/documentation/enfold/example-of-stacked-logo-menu-and-widgets/
    And include a menu widget in this area. Not sure if this would give full mega menu capabilities or not though without trialing it.

    • This reply was modified 1 year, 10 months ago by thinkjarvis.
    in reply to: Enfold Showcase #1355313

    Another launch a few weeks ago for Cherish Keepsakes
    CherishKeepsakes Memorial Jewellery Maker Derbyshire UK

    Cherish Keepsakes make sentimental jewellery that can include DNA items like loved ones ashes, breast milk, hair, wedding flowers and pet fur. The memorial items are cast in UV stable resin in a range of colours and designs.

    The owner created the logo in Canva so we converted it from an SVG into an EPS and AI file for more portable use.
    The font from the logo was also recovered, purchased and used as a custom font on the website.

    Built on an optimised version of Enfold with WooCommerce. The site uses Paypal to take payments. We included Trust Index Review Aggregation servie to display reviews from their other selling platforms on the site and Smash Balloons Instagram Plugin as a live gallery of work.

    The site includes modifications to WooCommerce:
    -Add widget to main menu area so search bar is available on desktops
    -Add a widget to the top of the product page so search can be added to mobile pages
    -Modified search so it only searches products and includes SKUs
    -Changed the breakpoint so the sidebar disappears on tablets
    -Seperate the categories from the main shop loop for better navigation

    Pagespeed and Web Vitals
    The home page under testing scores up to 99/100 in Google Web Vitals mobile device testing and 100/100 on desktops.
    This is the fastest WooCommerce website we have launched and this is largely down to the way the images are displayed (no slider).

    The Think Jarvis optimised web framework includes some extra optimisation:
    – VPS hosting with maximum resource allocation from IONOS
    – Unique modifications to .htaccess and functions.php
    – Caching plugin
    – Additional image thumbnail generation
    – WebP image generation and compression
    – Login screen moved and password protected to prevent brute force attacks
    – Jetpack Brute Force Protection
    – Advanced contact form spam protection without using Google Recaptcha

    Website design by Think Jarvis Swadlincote

    • This reply was modified 1 year, 10 months ago by thinkjarvis.
    in reply to: Enfold Showcase #1355208

    @envatotastic9
    Nice to see another British website on the Enfold Showcase. Nice job!

    A little bit of advice – Your cookie policy / pop-up implimentation is not GDPR compliant.
    As far as I can see your Facebook Pixel and Google Analytics cookies load on page and there is no option to opt in or out from the pop-up. Users must explicitly opt-in to this from your cookie pop-up.
    Enfold’s built in tools can do everything apart from record consent. Generally recording consent is a premium feature for cookie plugins but means Enfold can meet most of the requirements of GDPR if you are not worried about recording consent.

    You can add both Facebook and Googla Analytics tags into the Enfold Control Panel under Google Services. You can then re-word the cookie popup to cover tracking cookies rather than Google Specifically.
    I hope this helps.

    Otherwise I’d recommend going for a full compliance and using a plugin that includes recording consent.

    This also helps improve site speed because the tracking scripts do not run until the user opts in.

    • This reply was modified 1 year, 10 months ago by thinkjarvis.

    Thanks Mike / Steve,
    Really appreciate the fast response.
    I’ll try the fixed code when I am next working on the clients site.

    Thanks for highlighting the issue with Safari and Caching its been a pain to deal with when some of my clients dont own laptops. Safari on Tablet (older versions in particular) has some serious issues with checking cache age thats for sure! Normally on mobiles a swipe down action in the browser will do the job but not every time.

Viewing 30 posts - 91 through 120 (of 384 total)