streeturchin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text Widgets All DisappearedI’m currently having the same issue. I’ve deactivated all plugins, even renamed the plugins folder in ftp, switched to the 2012 theme; yet, every time I add a text widget (with content or not) and refresh it just disappears.
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issueThis works
function stop_thumbs($sizes){
return array();
}
add_filter(‘intermediate_image_sizes_advanced’,’stop_thumbs’);Forum: Plugins
In reply to: [OpenID] [Plugin: OpenID] Developer documention broken linkI realize WordPress doesn’t control that; I posted it so other people can see it under the “See what others are saying…” section before they install it on their site. Thanks
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issueI can’t seem to find a way to disable WordPress from creating the 3 extra images. Media settings are all at 0. Could someone point me in the right direction please?
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issueesmi, thanks so much for your reply. Is WordPress creating these duplicate images then? How do I prevent this? Thanks
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issueesmi, I think I’d really like to disable just the twenty eleven image duplications. Any thoughts how I might achieve this?
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issueAnyone?
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issueIf I deactivate wp-ecommerce, I only get 4 duplicate images with media image size settings all set to 0.
Forum: Fixing WordPress
In reply to: Twenty Eleven & WP E-Commerce duplicate images issue3.3.1, and latest version of wp-ecommerce as well.
@jinch
What do you mean when you say you had to add ORDER=”ASC” to “the shortcut”?
I’m also trying to reorder my slides, and I’m using a child-theme page.Ahh NM, I figured it out. I just added into the brackets with the anything_slides.
<?php echo do_shortcode( "[anything_slides order=ASC]" ); ?>