35 reputation
3
bio website
location
age
visits member for 4 months
seen Feb 6 at 5:14
stats profile views 5

Feb
5
comment Need help enqueueing webfonts
@s_ha_dum Think I may have found the culprit...always seems to be the simple things. :) Scanned through my functions.php file and realized that I have already enqueued a similar function in which I had pulled in Google Webfonts. Commented out that function which is the same exact name load_fonts(); as the WebINK function I was trying to use. Thanks for the input @s_ha_dum. Should be on the right track now.
Feb
5
comment Need help enqueueing webfonts
@s_ha_dum Weird...I also tried encoding the bad URL above and it breaks my theme. So, I'm not sure what's going on here. Maybe something's wrong with my functions.php file?
Feb
4
asked Need help enqueueing webfonts
Feb
3
comment Is the wp_enqueue method efficient?
Thanks @david.binda. Definitely helpful to hear that. I had been toying around with the idea of combining & minifying. Sometimes it's the simple answers that will make a world of difference. :) Cheers!
Feb
3
accepted Is the wp_enqueue method efficient?
Feb
3
comment Is the wp_enqueue method efficient?
Thanks @s_ha_dum! Very helpful. I would agree...I don't want to lose the ability to easily maintain things. That's why I switched to developing on top of CMS' in the first place! :) I also read on a forum to wrap my front-end enqueue functions in if(!is_admin) so that they're not loaded in on the backend. Every little thing helps! Thanks for your answer!
Feb
3
asked Is the wp_enqueue method efficient?
Jan
23
awarded  Scholar
Jan
23
awarded  Supporter
Jan
23
accepted Rename image uploads with width in filename
Jan
23
comment Rename image uploads with width in filename
Thanks so much @brasofilo! Spot on!! This will help immensely with the responsive foresight.js image plugin I'm working on. Cheers!
Jan
23
comment Rename image uploads with width in filename
Thank you so much for your response!! So just to clarify, this function will run every time a file is uploaded, correct? Trying to fully understand, but this function will rename every intermediate file created on upload? Also, I'm curious if there would be a way to instead format the renamed file so that instead, only the width would be in the filename. ie like: "600-cat-picture.jpg" instead of "600x400-cat-picture.jpg". This format would work better with my responsive image script. Any thoughts/help you could share? Thank you.
Jan
18
asked Rename image uploads with width in filename
Jan
14
awarded  Student
Jan
14
asked Change html structure of all img tags in Wordpress