Ry L
Forum Replies Created
-
has anyone else had this problem or is it just me? Can you replicate the issue?
Forum: Fixing WordPress
In reply to: whole site is smaller by a few pixelsThanks so much. Simple problem, but man, was it driving me nuts.
Forum: Fixing WordPress
In reply to: whole site is smaller by a few pixelsoh my goodness…that fixed it
hahahaha.
Thanks so much…
Maybe while you’re here…why would the zoom stick around? I must’ve accidently changed it months ago, and even between restarts of my computer, and closing the browser page, emptying cache, updating the browser… it STILL remembered the zoom level of that particular site? Geez…
Forum: Fixing WordPress
In reply to: whole site is smaller by a few pixelsThanks for the validation thing, i’ll look at it.
I do realize that browsers render things differently…but what’s buggging me is that these two sites should be the same, but they’re not. Same browser, and (as far as I thought) same site.Forum: Fixing WordPress
In reply to: whole site is smaller by a few pixelsYes, version 26.0.1410.43 m
What’s weird is that each site looks different on Chrome, but they should be the same. I also tried doing a hard reset dumping the cache and everything. Are you seeing the same thing? Does the test site look different than the “weird” site when using Chrome for both?Forum: Fixing WordPress
In reply to: whole site is smaller by a few pixelsChrome
Forum: Fixing WordPress
In reply to: whole site is smaller by a few pixelsyeah, if i open up both sites side by side on Chrome, on Windows…. the two sites render at different sizes. Safari is fine.
Forum: Themes and Templates
In reply to: [Esplanade] Changelog of Esplanade 1.1.0 ?My slider is all messed up. I had some things using flexslider id, but that’s now just slider from what i can tell. That doesn’t fix everything, so i’d like some more clarification if possible on what changed…. specifically with the slider.
Hey I know that Photon admits that GIFs don’t work well with re-sizing, so I found this thread in my search for excluding them from Photon.
I’m trying to learn PHP as I go, and I’m in need of some help/clarification.
my condition is:
if ( strpos( $src, '.gif' ) !== false )
but the main thing I’m confused on is how to make ANY post images/attachments go through this function so that any GIF is not put through photon (since it doesn’t work anyways)
also, I found somehthing about:
$allowed_types = apply_filters( 'allowed_types', array( 'gif', 'jpg', 'jpeg', 'png', ) );
when i was looking around…is it possible (or even easier) to just change the allowed types?