Title: rightmost's Replies | WordPress.org

---

# rightmost

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Checkout Field Manager (Checkout Manager) for WooCommerce] Version 4.2.5 error default fields](https://wordpress.org/support/topic/version-4-2-5-error-default-fields/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/version-4-2-5-error-default-fields/#post-11252677)
 * I had the same issue. I just rolled back to Woocommerce v3.5.3 as a temporary
   fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Error after migrating website](https://wordpress.org/support/topic/error-after-migrating-website/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/error-after-migrating-website/page/2/#post-6043456)
 * I had the same problem and going to the cart link did not work for me.
 * Instead I deactivated and then reactivated the associated woocommerce plugins
   and that fixed this issue for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] Disable style](https://wordpress.org/support/topic/disable-style/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/disable-style/#post-4290282)
 * Hi RobotHero, I had the same issue and I ended up editing the Mailchimp plugin
   files to remove the css completely. Here’s what I did…
 * In **mailchimp.php** comment out the following 2 lines:
 * LINE 108
    `wp_enqueue_style('mailchimpSF_main_css', home_url('?mcsf_action=main_css&
   ver='.MCSF_VER));`
 * LINE 109
    `wp_enqueue_style('mailchimpSF_ie_css', MCSF_URL.'css/ie.css');`
 * In **mailchimp_plugin.php** comment out everything between the `<style></style
   >` tags (LINES 44 to 117).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] Exclude the thumbnail from gallery](https://wordpress.org/support/topic/exclude-the-thumbnail-from-gallery/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/exclude-the-thumbnail-from-gallery/#post-3238016)
 * Hello, I would also love to be able to exclude the extra thumbnail from a gallery.
   The client will not be able to add the gallery shortcode themselves, so ‘exclude
   =22’ won’t work.
 * What I have done is place this in the template:
 *     ```
       <?php  $thumbnail_id = get_post_thumbnail_id(get_the_ID()); ?>
       <?php echo do_shortcode('[gallery exclude='.$thumbnail_id.']'); ?>
       ```
   
 * This removes the regular thumbnail, but not my secondary thumbnail. Any ideas?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Custom Post Type taxonomy terms loops – how?](https://wordpress.org/support/topic/multiple-custom-post-type-taxonomy-terms-loops-how/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/multiple-custom-post-type-taxonomy-terms-loops-how/#post-2748191)
 * Thank you! This worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slideshow Gallery LITE] [Plugin: Slideshow Gallery] Can you combine galleries?](https://wordpress.org/support/topic/plugin-slideshow-gallery-can-you-combine-galleries/)
 *  Thread Starter [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-slideshow-gallery-can-you-combine-galleries/#post-3094423)
 * Never mind, I realised I could add photos to multiple categories, so I could 
   just create a new category that combines all the photos in categories 2, 3 and
   7 (duh!)
 * Eg:
    [slideshow gallery_id=”8″]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] [Plugin: WP e-Commerce] Product Operation Timed Out](https://wordpress.org/support/topic/plugin-wp-e-commerce-product-operation-timed-out/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-product-operation-timed-out/#post-2773404)
 * OMG thank you [@justinsainton](https://wordpress.org/support/users/justinsainton/)!
 * I have been tearing my hair out with the same issue. Turned out the customer 
   had added a whole heap of links to the ‘update services’ list to ping sites.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how do I find and replace wordpress content characters?](https://wordpress.org/support/topic/how-do-i-find-and-replace-wordpress-content-characters/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-find-and-replace-wordpress-content-characters/#post-2559633)
 * Thanks Harry, that worked for me.
 * Just to add on to this for anyone else interested… this is what I added to my
   functions.php file:
 *     ```
       <?php
       function replace_content($content)
       {
         //add content that you wish to replace to this array
         $search  = array('&', 'é', '—', '‘', '’', '“', '”');
         //add content that will replace old content to this array
         $replace = array('&', 'é', '—', '‘', '’', '“', '”');
   
         $content = str_replace($search, $replace, $content);
         return $content;
       }
   
       add_filter('the_content', 'replace_content');
       add_filter('the_excerpt', 'replace_content');
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordChimp] [Plugin: WordChimp] Add links to post excerpts](https://wordpress.org/support/topic/plugin-wordchimp-add-links-to-post-excerpts/)
 *  Thread Starter [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordchimp-add-links-to-post-excerpts/#post-2525594)
 * Hi vdowsett, I ended up modifying the wordchimp.php file to get this to work.
   This is what I did:
 * On line 914, replaced:
 * `$sql = "SELECT post_author, display_name, post_date, post_content, post_title,
   post_excerpt, post_name FROM {$wpdb->prefix}posts LEFT JOIN {$wpdb->prefix}users
   ON {$wpdb->prefix}posts.post_author = {$wpdb->prefix}users.ID WHERE {$wpdb->prefix}
   posts.id = {$_POST['post_id']}";`
 * with:
 * `$sql = "SELECT post_author, display_name, post_date, post_content, guid, post_title,
   post_excerpt, post_name FROM {$wpdb->prefix}posts LEFT JOIN {$wpdb->prefix}users
   ON {$wpdb->prefix}posts.post_author = {$wpdb->prefix}users.ID WHERE {$wpdb->prefix}
   posts.id = {$_POST['post_id']}";`
 * And to add in the title link, on line 918, replaced:
 * `$display = "<h4>{$post['post_title']}</h4>";`
 * with:
 * `$display = "<h4><a href='{$post['guid']}'>{$post['post_title']}</a></h4>";`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3.3/WP E Commerce -Double product titles?](https://wordpress.org/support/topic/33wp-e-commerce-double-product-titles/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/33wp-e-commerce-double-product-titles/#post-2448413)
 * Do you have the Gold Cart plugin installed as well? I had a similar issue when
   I upgraded to WP 3.3
 * Once I upgraded the Gold Cart plugin the issue was fixed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Breadcrumb NavXT not working correctly](https://wordpress.org/support/topic/breadcrumb-navxt-not-working-correctly/)
 *  [rightmost](https://wordpress.org/support/users/rightmost/)
 * (@rightmost)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/breadcrumb-navxt-not-working-correctly/#post-2326900)
 * I just stumbled across this post as I was having the same issue – thanks mtekk!

Viewing 11 replies - 1 through 11 (of 11 total)