franticnomad
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Beta Tester] Not updating from 3.8 to 3.9bI chose “Bleeding Edge Nightlies” on a fresh WP install with only this plugin activated and I receive a blank Dashboard page when trying to update.
Forum: Plugins
In reply to: Core: Image Editor doesn't apply changes to custom image sizes: fixI came across this issue on a current project for a client, and although core doesn’t resize custom sizes on edit/crop, etc., the Regenerate Thumbnails plugin will regenerate all images size including custom ones. It’s an extra step to remember to so this for the client, but it does work.
I did try this out on 2013 default theme and same thing happens w/o any other plugins activated. I can’t show you the current project as it’s under development and password protected per the client’s request.
You guys did get back to me via Twitter and told me that this was a known issue and on your radar to fix. Not true?
Forum: Fixing WordPress
In reply to: add_image_size() not adding new sizes to media upload areaActually, it was working the entire time. I was thinking I would see a size option (in addition to thumbnail, medium, and large in the media area), but that’s actually not the case. If I use the following (for example) the correct size is output…
if (has_post_thumbnail()) : ?> <div id="featured-image"> <?php the_post_thumbnail('Portfolio Featured', array('alt' => 'featured image icon', 'class' => 'alignleft')); ?> </div> <?php endif; ?>
Wow, I feel dumb. Sorry guys, and thanks for the input!
Forum: Fixing WordPress
In reply to: add_image_size() not adding new sizes to media upload areabecause that’s about 11 lines of code when I only should need 4.
Forum: Fixing WordPress
In reply to: add_image_size() not adding new sizes to media upload areaCorrect of first point. I had messing around with different sizes just to see how crop worked, etc. and forgot to comment out two of them. This doesn’t fix it though. Already tried the using ‘-‘, e.g. portfolio-thumbnail as the first param, but that doesn’t fix it either. Going to go back through my functions.php file and remove some things to see if have some incorrect code or there’s something else going on. I’ve added quite a few items to the admin area… several custom post types, meta areas, etc.
thanks for the assistance. if there’s anything else you can think of, please let me know.
Forum: Fixing WordPress
In reply to: add_image_size() not adding new sizes to media upload areaIt doesn’t show up with new image additions either. I am also able to just delete all images uploaded already since this site is still in development. In other words, I started all over, and still there aren’t any new images sizes showing up in the media area. Any other ideas?
Forum: Fixing WordPress
In reply to: Hyperlinks Stripped from RSS FeedI’ll try the db option later tonight and get back to you. Thanks for the help. This will deactivate all of them, correct? Then I can just reactivate them through the admin panel?
Forum: Fixing WordPress
In reply to: Hyperlinks Stripped from RSS FeedTried all of those ideas… didn’t fix the issue.
Forum: Fixing WordPress
In reply to: Hyperlinks Stripped from RSS FeedSorry, forgot to mention in my first post that I did already check that… set to “full text” not “summary”.
Any other ideas?