Forum Replies Created

Viewing 30 posts - 181 through 210 (of 865 total)
  • Author
    Posts
  • in reply to: Masonary Post and jetpack lazy loading #1056841

    I do not have lazy loading enabled and am still seeing this behavior on Masonry after the last update, even with animation turned off.
    It seems like you have to scroll past the masonry and to get it to “fire”…

    Sure thing, Rikard, hope it helps someone else. And maybe Gunter can work on this option for a future version of Enfold? :)

    Hi Gitte, I saw that button and used it on Simple Image Sizes Plugin to re-generate thumbnails, but after it ran I checked via SFTP and all the old ones were still there. It was not until I used the “Regenerate Thumbnails” plugin that the old ones were deleted. Perhaps this is unique to my server environment on WP Engine but I’m just glad to have the disk space cleaned up.

    Thanks for your help!

    OK… I gave up on using the functions.php and installed the plugins…. and I’ve reduced the storage used on my site by 50% from 9 GB to 4.5 GB with zero impact on the site itself. I DO THINK that Enfold should add this to the theme options… it’s ridiculous to save 15 files for every photo if you only need a few of them… wastes lots of space.

    For anyone else searching for this or needing to do this in the future, download:
    – Regenerate Thumbnails plugin
    – Simple Image Sizes Plugin

    Use Simple Image Sizes (SIS) to select which photo sizes you want to use on your site (See Gitte’s screenshots above for how to do it), then use Regenerate Thumbnails and select ” Delete thumbnail files for old unregistered sizes in order to free up server space. This may result in broken images in your posts and pages”

    BE SURE TO MAKE A BACKUP OF YOUR ENTIRE SITE BEFORE YOU BEGIN THIS PROCESS

    Thanks all for your help!! I am surprised this isn’t a more common request on this forum.
    Rob

    • This reply was modified 5 years, 11 months ago by goldengate415.

    Thanks Gitte, and then to re-generate the older media files already uploaded, do you use regenerate thumbnails plugin?
    I’m a bit concerned that the plugin you are recommending has not been updated in a long time and has not be certified to be compatible with WP 5.0…?

    This code seems to keep all the thumbnails except the shop thumbnails when I upload… so after I installed the code in functions.php in my child theme, I uploaded a photo, and there are still 12 files (versus the original 15 at the top of this thread).

    I would imagine others will have this request if and when they start running up against their own 10 GB server storage limits. Can we figure this out please?

    Thanks,
    Rob

    Ismael, thanks so much. However I want to keep some of Enfold’s sizes.
    It sounds like this will eliminate all the theme’s sizes?

    I would like keep all except:
    – portfolio
    – portfolio small
    – gallery
    – entry with sidebar
    – entry without sidebar
    -shop thumbnail
    -shop catalog
    – shop single

    Do I need to customize the above code?

    Thanks for continuing to work with me on this…. !

    Cheers
    Rob

    I am unclear what to do here. Am I supposed to add that to the script you already gave me? Does this replace the code you already gave me? I am not a coder so need more explanation please.

    Thanks
    Rob

    OK I added the below code to functions.php on my child theme and nothing changed… I uploaded a photo and all the sizes were generated when I SFTP in and look at the directory:

    function ava_image_sizes() {
    remove_image_size(‘magazine’);
    remove_image_size(‘widget’);
    remove_image_size(‘portfolio_small’);
    remove_image_size(‘gallery’);
    remove_image_size(‘entry_with_sidebar’);
    remove_image_size(‘entry_without_sidebar’);
    remove_image_size(‘shop_thumbnail’);
    remove_image_size(‘shop_catalog’);
    remove_image_size(‘shop_single’);
    }
    add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );

    What did I do wrong?

    Thanks,
    Rob

    in reply to: Is Enfold compatible with PHP 7.2? #1050354

    I use WP Engine and Enfold as well, and I can sure you PHP 7.2 works great.
    On the WP Engine dashboard / portal, you can actually toggle to PHP 7.2 and if it doesn’t work, toggle back to 7.1.
    As Michael said above, I would make a full backup using WP Engine’s one click backup, and I would take the extra step of downloading a full backup to your machine using the “Download production backup ZIP” option on the backup panel. I think that’s a good thing to do every 6 months or so.
    Best
    Rob

    According to the Regenerate Thumbnails Plugin, here are the sizes currently configured in Enfold:

    “Thumbnail Sizes
    These are all of the thumbnail sizes that are currently registered:

    thumbnail: 600×650 pixels (proportionally resized to fit inside dimensions)
    medium: 300×300 pixels (proportionally resized to fit inside dimensions)
    medium_large: 768×0 pixels (proportionally resized to fit inside dimensions)
    large: 1030×1030 pixels (proportionally resized to fit inside dimensions)
    widget: 36×36 pixels (cropped to fit)
    square: 180×180 pixels (cropped to fit)
    featured: 1500×430 pixels (cropped to fit)
    featured_large: 1500×630 pixels (cropped to fit)
    extra_large: 1500×1500 pixels (proportionally resized to fit inside dimensions)
    portfolio: 495×400 pixels (cropped to fit)
    portfolio_small: 260×185 pixels (cropped to fit)
    gallery: 845×684 pixels (cropped to fit)
    magazine: 710×375 pixels (cropped to fit)
    masonry: 705×705 pixels (proportionally resized to fit inside dimensions)
    entry_with_sidebar: 845×321 pixels (cropped to fit)
    entry_without_sidebar: 1210×423 pixels (cropped to fit)
    shop_thumbnail: 120×120 pixels (cropped to fit)
    shop_catalog: 450×450 pixels (cropped to fit)
    shop_single: 450×999 pixels (proportionally resized to fit inside dimensions)”

    Hope that helps clarify.

    Thank you, Basilis!

    Questions:

    1. Will this process get rid of the photos used for Woo Commerce? I won’t use Woo Commerce.
    2. For this line do I change the 11 to the number of photo sizes I end up with? add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );
    3. After this, do I use Regenerate Thumbnails plugin to re-process all the photos in my media library and delete the ones not used, or do I use a different plugin?

    Thanks!!!!
    Rob

    Hi Ismael,
    Thank you for the response!

    Is there a way to do this without a plugin? Modify functions.php in my child theme? And are there additional sizes generated by Enfold for Woo Commerce?

    Thanks!!
    Rob

    in reply to: Strange results when searching our website on google #1046567

    I had this same issue for quite a while. Have you updated Yoast to latest version? There’s a “redirect attachments” option that allows you to redirect them to your post page. I think the newest version of Yoast does that automatically.

    Also, in your media library you have to make sure that your photos etc are actually attached to specific pages.
    This should solve your problem:
    https://digwp.com/2012/05/attach-unattached-media-files/

    Best
    Rob

    in reply to: WordPress 5.0.1 Security Release / Enfold 4.5.1 Question #1045131

    Sounds like WP Engine will upgrade us to 4.9.9 instead of 5.0.1 to address the security issues.

    “WordPress Security Upgrade 5.0.1
    Posted December 13th, 2018 11:59am

    Maintenance is active
    WordPress today has issued a security release to WordPress core, which fixes a few bugs. You can read more about this in WordPress’ official release post. We will be updating all customers on the 5.0 through 3.7 branch to the latest version of their branch. Your installs will be updated to their latest secure version of their specific branch. 4.9.8 for instance, will be bumped to 4.9.9. Please take a look at our WordPress Upgrade article here for more information on our upgrade process.

    Because you are a WP Engine customer, you do not have to take action at this time. Our team is working to issue patches across the WP Engine platform to upgrade affected installs to their next stable version. We’ve got your back. As always, thank you for trusting WP Engine to host your WordPress sites. Automated maintenance updates like these are part of our promise to deliver a secure WordPress experience while ensuring the security of our customers.”

    Are you using legacy staging on WP Engine? That one is throwing a lot of errors on the front end which support can fix in a matter of minutes. They told me it’s a known issue with legacy staging.

    in reply to: WordPress 5.0.1 Security Release / Enfold 4.5.1 Question #1044975

    According to their page, they handle security updates differently. I had selected the “defer updates” button when WP 5 came out and we saw the issues.

    “SECURITY/MAINTENANCE UPDATES
    This type of update contains security or minor fixes that are pushed out to repair a vulnerability or bug in the WordPress core. We immediately investigate that the change doesn’t adversely affect our platform then push it out to our customer’s installs. We have found that the vast majority of installs that are adversely affected by security updates are ones that are using the vulnerability that is being closed. Because of this, we cannot defer security updates as this would keep your site and our platform vulnerable. Given the timeframe, site administrators will only be emailed on the same day as the upgrade occurs.”

    Full page here:

    Having said this, the classic editor plugin seems to solve the issues I was having on ALB pages not loading, but the fact that there is an incompatibility makes me concerned to update to 5.0.1 until Enfold weighs in. I don’t think I will have a choice much longer according to WP Engine’s process.

    If you install the classic editor plugin, all problems are solved.

    Yes, that plugin fixes the problems! Mike, you might want to add that suggestion to the sticky. Much better than the “save and re-save” the page which didn’t work for me.

    Cheers
    Rob

    Thanks, Mike, it’s great to have a mod and development team on this. And thanks for the sticky!!!!

    I hope it’s still Saturday and not Sunday or else I’m in big trouble! :)

    Best
    Rob

    Thanks Mike. The solution from 007 is not working for me on pages that I had already opened to test… perhaps it only works the first time a page is opened? In any event I will wait for 4.5.2 before installing WP 5.0 on my production site. :)

    “Edit: if you first – when you open an existing Enfold ALB Page goto “Save” : “Update” Button on the right top side – then the page will be as it should be – and the image of text-block element would not be this way above:”

    I don’t see anyone here creating sides or blaming Kriesi. We all know WP 5.0 was rushed out, and I’m guessing that the Beta WP 5.0 that the Enfold coders tested on is different than the WP 5.0 that was released yesterday…. maybe just one little line of code threw the whole ALB off.

    What does concern me is that the forums seem to be without mods today — on the first day of a major release. Just some “we are working on this, hang tight” would be welcomed at this point.

    007 I see that workaround, and haven’t tried it… my site has many pages, and I also fear that if there’s a problem “under the hood of the car” that may appear to fix it while corrupting something else. I’m waiting for the mods / developers to weigh in on a fix, which should be 4.5.2….

    It’s not urgent – just my staging site – but the number of threads is incredible.

    Happy Holidays to you!

    Best
    Rob

    Nope… it’s been 14 hours since I first posted about this and was the first to post about WP 5.0 and Enfold problems, and no response from mods.

    A “We are aware of the issues with WordPress 5.0 and Enfold, and are working on a solution. In the meantime do not update your sites to WordPress 5.0” would be an easy sticky to add.

    Everyone does…. I posted this last night…. Amazed that Enfold support is silent on this as thread after thread is posted… this should be a sticky, and they should stop everyone from updating to WordPress 5.0 until this is sorted out.

    in reply to: Enfold WordPress 5.0 #1042172

    I would have them revert you to WordPress 4.9.3 if you have a site due today to the client… and dump Go Daddy, terrible service. They caused me nothing but problems. Constantly. WP Engine would never migrate you to a non-security release of WP the day after it’s released. Only the brave move to 5.0 without a lot of testing on a staging site.

    I just updated from the dashboard (automatically) on my staging site from 4.5 to 4.5.1 and it worked fine. Hosting is WP Engine.

    in reply to: Will an update to support PHP 7.2 be coming soon? #1041305

    Since I’m on Enfold 4.5 and WP Engine too, I thought I would add that you can go into the admin panel on WP Engine and quickly change php version to see if the site crashes. If it crashes, you can quickly toggle back to the older PHP versin. I did this while support was on the line (on chat) in case something went wrong, and it worked great. Hope that helps.

    in reply to: Will an update to support PHP 7.2 be coming soon? #1039474

    Just updated my Enfold / WP Engine site to Php 7.2 and it’s working great!

    in reply to: Will an update to support PHP 7.2 be coming soon? #1039469

    My site works fine with the WP Engine preview of 7.2 and is on latest Enfold version… I am afraid to update though until mods / developers confirm that Enfold is compatible with 7.2.

    (I assume you have tried disabling all plugins and then running the WP Engine emulator?)

Viewing 30 posts - 181 through 210 (of 865 total)