Hopelessone
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] Some images are not being optimized.I do get in pagespeed:
Optimize images
Properly formatting and compressing images can save many bytes of data.
Optimize the following images to reduce their size by 7.3KiB (64% reduction).
Compressing and resizing https://d3uv72d4ga7dsx.cloudfront.net/…uploads/2015/11/magazine_foodie_logo.png could save 7.3KiB (64% reduction).What settings you recommend?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Some images are not being optimized.Ahh, OK thanks! You know the more I think about it webpagetest.org is giving some weird speed tests too compared to pingdom & GTmetrix.
Thanks so much for clarifying.
??
Forum: Plugins
In reply to: [EWWW Image Optimizer] Some images are not being optimized.Hi,
So for that I tried uploading and compressing a new image, however, same results:
WARNING – (144.6 KB, compressed = 115.6 KB – savings of 28.9 KB) – https://d3uv72d4ga7dsx.cloudfront.net/wp-content/uploads/2015/11/cbut643.jpg
WARNING – (47.1 KB, compressed = 32.7 KB – savings of 14.4 KB) – https://d3uv72d4ga7dsx.cloudfront.net/wp-content/uploads/2015/11/cbut643-830×400.jpg
WARNING – (28.5 KB, compressed = 20.0 KB – savings of 8.5 KB) – https://d3uv72d4ga7dsx.cloudfront.net/wp-content/uploads/2015/11/cbut643-500×300.jpgResults are from webpagetest.org.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Please add MyMail, Contact Form 7 supportHi,
I tested the new version and its not working, are you still fixing?
Thanks,
Forum: Plugins
In reply to: [Popups - WordPress Popup] Please add MyMail, Contact Form 7 support[newsletter_signup_form id=1] not working
I’ve been activating/deactiviating plugins, but the same result
I increased the memory to 256MB, and still crashes
128mb memory increased
nope…sorry didn’t work, crashed the site again…have to keep restoring backuptried, but this has not resolved the issue..
Hi,
In fact whenever you edit a list such as:
wp-admin/admin.php?page=wysija_subscribers&id=5&action=editlist
From the “Edit lists” when you click “edit” it produces a blank white page, and then crashes my entire website..
Forum: Plugins
In reply to: [Media Credit] Credit field not showing, author field shown instead?Thanks SO much ?? really great plugin
Forum: Plugins
In reply to: [Media Credit] Credit field not showing, author field shown instead?looks like you gotta call it using this:
<div class="feature-image-container"> <?php the_post_thumbnail(); $credit = get_freeform_media_credit(get_post_thumbnail_id()); ?> <?php if ( !empty($credit) ) :?> <div class="media-credit"> <?php echo $credit; ?> </div> <?php endif; ?> </div>
is that right?
Forum: Plugins
In reply to: [Media Credit] Credit field not showing, author field shown instead?update this is for: displaying media credits on featured images