greggh3
Forum Replies Created
-
thanks for the update Mikey. Do you have an ETA on this major update release? This plugin seems to be a culprit for slow loading times on our website.
Forum: Plugins
In reply to: [Retina Image Support] Plugin works only after refreshsorry to have not responded right away. It’s due to images getting pre-loaded before the cookie can be set. This unfortunately isn’t something I’m supporting at the moment.
Forum: Plugins
In reply to: [Retina Image Support] Retina image displayed only after refresh in ChromeThis is something that others have pointed out as well. It’s due to images getting pre-loaded before the cookie can be set. This unfortunately isn’t something I’m supporting at the moment.
I know this isn’t the answer you were looking for but it’s a caveat for now.
I’d suggest trying another retina plugin if you really need it to work.
Forum: Plugins
In reply to: [WP Instagram Widget] PHP error messages in place of widgetthanks @scottweb!
all good now.
Forum: Plugins
In reply to: [WP Instagram Widget] PHP error messages in place of widgethaving an issue on one of my sites. The image url is “http://Array” and not showing the image I’ve updated to latest as well.
another site is working fine. Any idea?
Forum: Reviews
In reply to: [Retina Image Support] Brings down site on activation…Where is your website hosted?
In order to use the Options you need the AllowOverride Options privledge.
Can you look at your error log file?
Forum: Reviews
In reply to: [Retina Image Support] Brings down site on activation…I’m happy to help you get this going. What errors are you seeing? Where are you hosted?
Forum: Plugins
In reply to: [Retina Image Support] Something's not rightthis could be a result of some css overriding your image width/height of those that are displaying too big. It could be a max-width declaration somewhere.
Forum: Plugins
In reply to: [Retina Image Support] Something's not rightalso i see big-background-image is 1500×725 and not 550×734
Forum: Plugins
In reply to: [Retina Image Support] Something's not rightwhat retina device are you checking with? macbook pro? if so can you check in firebug and see if the background-size is working? I see it’s set at 100% in the regular css.
Forum: Plugins
In reply to: [Retina Image Support] Something's not rightI haven’t tested this a ton, but setting the background size css should work, you will just need to do this in a media query specific to retina devices. this will make it so the image scales to the right px size on retina devices.
so your image is might be 640×640 and the retina one is 1280×1280 but in the retina media query you’re setting the background size to 640×640.
That should work. Let me know if it doesn’t.
Forum: Plugins
In reply to: [Retina Image Support] Something's not rightIf you’re doing images as background images in css, you’ll need to set the width and height of the div or element you’re styling. You’ll also want to set the background-size correctly for the retina declaration.
something like
background-size: 550px 135px;Forum: Plugins
In reply to: [Retina Image Support] Something's not rightHi DrFingerless,
please set the dimensions via html on that image to 550×135 and you should be good to go.
I’ll add this note in the FAQ
Forum: Plugins
In reply to: [Retina Image Support] iOS 7I have tested it on iOS7 beta 6 for iphone 5 and it works good.
Can you report back if it works for you on beta 6?
Forum: Fixing WordPress
In reply to: Gallery images linking to attachment pageHave you tried fixing that cache error that is showing up? disable any caching and fix that error and see if it fixes the issue.
After that I would try checking your media path. If you moved to a new server that might be a reason.
Then I would disable plugins that are related to images and see if a plugin is breaking the src.