Title: rsspanic's Replies - page 2 | WordPress.org

---

# rsspanic

  [  ](https://wordpress.org/support/users/rsspanic/)

 *   [Profile](https://wordpress.org/support/users/rsspanic/)
 *   [Topics Started](https://wordpress.org/support/users/rsspanic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rsspanic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rsspanic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rsspanic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rsspanic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rsspanic/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 39 total)

[←](https://wordpress.org/support/users/rsspanic/replies/?output_format=md) [1](https://wordpress.org/support/users/rsspanic/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/rsspanic/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/rsspanic/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Repeated "Share" label on each service button cannot be removed](https://wordpress.org/support/topic/repeated-share-label-on-each-service-button-cannot-be-removed/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/repeated-share-label-on-each-service-button-cannot-be-removed/#post-5875199)
 * Hi, thank you for your response, could you point me to which php or css file 
   in the plugin folder might contain this caption? I did a lot of string searches
   for “share” but unearthed nothing…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Repeated "Share" label on each service button cannot be removed](https://wordpress.org/support/topic/repeated-share-label-on-each-service-button-cannot-be-removed/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/repeated-share-label-on-each-service-button-cannot-be-removed/#post-5875082)
 * This is the share bar I configured, just for reference:
 * > [View post on imgur.com](https://imgur.com/WGOZlHH)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Hide sidebar and top menu in posts of a certain category](https://wordpress.org/support/topic/hide-sidebar-and-top-menu-in-posts-of-a-certain-category/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/hide-sidebar-and-top-menu-in-posts-of-a-certain-category/#post-5752887)
 * Hi, thanks but I already tried it… I think in that place in the code the _category
   function just doesn’t… function… could it be?
 * Here’s my single.php
 * Thanks for any help…
 * <?php
    /** * The Template for displaying all single posts. */
 * get_header(); ?>
 *  <div id=”…etc”>
 *  <?php while ( have_posts() ) : the_post(); ?>
 *  <?php get_template_part( ‘content’, ‘single’ ); ?>
 *  <?php endwhile; // end of the loop. ?>
 *  <?php
    $tags = wp_get_post_tags( get_the_ID() );
 *  if ($tags) {
    $tag_ids = array(); foreach($tags as $individual_tag) $tag_ids[]
   = $individual_tag->term_id; $args=array( ‘tag__in’ => $tag_ids, ‘post__not_in’
   => array(get_the_ID()), ‘posts_per_page’=>3, // Number of related posts to display.‘
   ignore_sticky_posts’=>1 ); $my_query = new WP_Query( $args );
 *  }
    ?>
 *  <?php while ( have_posts() ) { the_post(); ?>
    <?php comments_template( ”, true);?
   >
 *  <?php } ?>
    </div>
 * <?php if ( !( in_category(‘6713‘) ) ) { ?>
    <?php get_sidebar( ‘single’ ); ?>
   <?php } ?>
 * <?php get_footer(); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["Are you sure you want to do this" error when saving post](https://wordpress.org/support/topic/are-you-sure-you-want-to-do-this-error-when-saving-post/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/are-you-sure-you-want-to-do-this-error-when-saving-post/#post-5199511)
 * Thanks for that! actually that’s what we did but wondered why does that happen–
   why does wordpress insist there is a different version if obviously I am editing
   a newer (later version) and why doesn’t it let me overwrite it if I choose.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Some posts show as blank after activating](https://wordpress.org/support/topic/some-posts-show-as-blank-after-activating-3/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/some-posts-show-as-blank-after-activating-3/#post-5119973)
 * Tried it… doesn’t solve it…
 * define(‘WP_MEMORY_LIMIT’,’64M’);
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to modify .htaccess to redirect based on a parameter](https://wordpress.org/support/topic/how-to-modify-htaccess-to-redirect-based-on-a-parameter/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-modify-htaccess-to-redirect-based-on-a-parameter/#post-5052624)
 * Sure. From say
 * [http://cnn.com/intlnews-gamechangerman/](http://cnn.com/intlnews-gamechangerman/)
 * to [http://cnn.com/internationalnews/gamechangerman](http://cnn.com/internationalnews/gamechangerman)
 * i.e.
 * [http://cnn.com/intlnews-%postname/](http://cnn.com/intlnews-%postname/)
 * to [http://cnn.com/internationalnews/%postname](http://cnn.com/internationalnews/%postname)
 * intlnews is the old category name, internationalnews is the new one.
 * Thanks..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to modify .htaccess to redirect based on a parameter](https://wordpress.org/support/topic/how-to-modify-htaccess-to-redirect-based-on-a-parameter/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/how-to-modify-htaccess-to-redirect-based-on-a-parameter/#post-5052613)
 * Thanks for your reply. I understand its complicated, but I would be greatful 
   for an example on how to do a conditional “wildcard based” redirect in .htaccess“
   language..”, where I use %% to mean any possible word here (like * in DOS).
 * something like this
    if (requested url) = “[http://aaa.com/categoryX%%&#8221](http://aaa.com/categoryX%%&#8221);
   then redirect to “[http://aaa.com/categoryX/%5Bcontatenated](http://aaa.com/categoryX/%5Bcontatenated)
   part after the X]” our pattern of old URLs is pretty consistent. Doesn’t .htaccess
   support conditions and string extracting commands?
 * Thanks again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Bulk optimize stuck on 58th file of 7000](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/#post-5026278)
 * Hi, they increased the server priority for this process, but the optimization
   still hangs after 50-200 images. So I just clicked resume about 100 times until
   it did about two thirds of our media library, and now it does a strange thing:
   when I click resume, it optimizes these strange images – some a reapeating- and
   every resume does the same set exactly (even though we still have a few hundred
   images left to optimize in our media folders)
 * What are those dummy images? and why does dummy/img5.jpg and others appear twice
   there?
 * thanks
 * Optimized image: dummy/img1.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img4.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img5.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img6.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img7.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img4.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img2.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img1.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img3.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img5.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img6.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img7.jpg
    Elapsed: 0.003 seconds
 * Optimized image: dummy/img11.jpg
    Elapsed: 0.003 seconds
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Bulk optimize stuck on 58th file of 7000](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/#post-5026198)
 * ok many thanks…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Bulk optimize stuck on 58th file of 7000](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/#post-5026196)
 * Shared… but I revved up the server to have double the normal resources… dones’t
   seem to help…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Bulk optimize stuck on 58th file of 7000](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bulk-optimize-stuck-on-58th-file-of-7000/#post-5026154)
 * Hi, thank you for your reply… I’ve stopped and resumed for maybe the 5th time…
   it gets stuck at a different file every time. I have about 10k files, they are
   all small or medium (maybe averaging 500k at worst)- is it designed to cope with
   such an amount? or should I add resources to the server? while its working, the
   frontend site works normally, not particularly slow or anything, so the server
   doesn’t seem overly implicated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] "Folders to optimize" doe it look inside nested folders?](https://wordpress.org/support/topic/folders-to-optimize-doe-it-look-inside-nested-folders/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/folders-to-optimize-doe-it-look-inside-nested-folders/#post-5023481)
 * Much obliged…!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EWWW Image Optimizer] Imagemagick 'convert': MISSING](https://wordpress.org/support/topic/imagemagick-convert-missing/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/imagemagick-convert-missing/#post-5020805)
 * Ok much obliged..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["ftpagefold_v3.0.15.js" recommended to be moved .. how?](https://wordpress.org/support/topic/ftpagefold_v3015js-recommended-to-be-moved-how/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/ftpagefold_v3015js-recommended-to-be-moved-how/#post-5013774)
 * ok thanks a lot… will do…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Related posts – how to disable](https://wordpress.org/support/topic/related-posts-how-to-disable/)
 *  Thread Starter [rsspanic](https://wordpress.org/support/users/rsspanic/)
 * (@rsspanic)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/related-posts-how-to-disable/#post-5004710)
 * ok thanks will do

Viewing 15 replies - 16 through 30 (of 39 total)

[←](https://wordpress.org/support/users/rsspanic/replies/?output_format=md) [1](https://wordpress.org/support/users/rsspanic/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/rsspanic/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/rsspanic/replies/page/3/?output_format=md)