Title: dbooth's Replies | WordPress.org

---

# dbooth

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Async Social Sharing] New Update to Async Crashed Whole Site](https://wordpress.org/support/topic/new-update-to-async-crashed-whole-site/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/new-update-to-async-crashed-whole-site/#post-5035558)
 * Thanks! This latest update has fixed the issue for me as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Meta Slider breaking payment system in WooCommerce](https://wordpress.org/support/topic/meta-slider-breaking-payment-system-in-woocommerce/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/meta-slider-breaking-payment-system-in-woocommerce/#post-4806648)
 * Tom,
 * We’ve discovered that multiple sliders are having a problem, not just MetaSlider.
 * Turns out that several unrelated plugins (Formidable and MailPoet, specifically)
   when activated in tandem with several different sliders would cause a fatal error
   in WC’s payment processing system.
 * Thanks for trying to work with us through this weird error. We will be continuing
   our use of Meta Slider.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Meta Slider breaking payment system in WooCommerce](https://wordpress.org/support/topic/meta-slider-breaking-payment-system-in-woocommerce/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/meta-slider-breaking-payment-system-in-woocommerce/#post-4806639)
 * We only used one slider, and it was on our homepage.
 * Here’s one of our products: [http://authorlink.com/product/pitch-my-book-in-publishers-market/](http://authorlink.com/product/pitch-my-book-in-publishers-market/)
 * Right now, we don’t have the slider up, since it was breaking our payment system.
   I’m not sure if we should reactivate it, since every moment it’s on is another
   moment that someone can’t buy something.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Meta Slider breaking payment system in WooCommerce](https://wordpress.org/support/topic/meta-slider-breaking-payment-system-in-woocommerce/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/meta-slider-breaking-payment-system-in-woocommerce/#post-4806530)
 * People are able to add items to a cart, but when they checkout, the payment options
   area at the bottom of the page is greyed out for a few moments with the Pay with
   Paypal button visible, and then it disappears. If you reload the page, you can
   see the button again for a moment, then it vanishes again.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding spacing/padding in my template](https://wordpress.org/support/topic/adding-spacingpadding-in-my-template/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-spacingpadding-in-my-template/#post-4183155)
 * Okay, problem was resolved. I was looking for code to place in the template file,
   when I should have been looking for ways to modify my style.css file.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show Just One Category On Page](https://wordpress.org/support/topic/show-just-one-category-on-page/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/show-just-one-category-on-page/#post-4114678)
 * Nevermind, figured it out! For those keeping score at home, it wasn’t ‘category,’
   but ‘cat’, as such:
 * `$args['cat'] = '119';`
 * I had to remove the post_type argument outright, and it works fine now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[&hellip replacing ellipsis across website](https://wordpress.org/support/topic/hellip-replacing-ellipsis-across-website/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/hellip-replacing-ellipsis-across-website/#post-4053911)
 * Sorry for the late response, was only able to test the code today. It works for
   the most part; there is an ellipse at the end, but it is preceded by the [ symbol.
 * Thanks for that piece of code, Christian1012! Now, to get rid of that bracket.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[&hellip replacing ellipsis across website](https://wordpress.org/support/topic/hellip-replacing-ellipsis-across-website/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/hellip-replacing-ellipsis-across-website/#post-4053881)
 * Would the problem be in our theme functions.php, or could it be in our content.
   php? I found a reference to excerpt there, but no obvious code to change.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[&hellip replacing ellipsis across website](https://wordpress.org/support/topic/hellip-replacing-ellipsis-across-website/)
 *  Thread Starter [dbooth](https://wordpress.org/support/users/dbooth/)
 * (@dbooth)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/hellip-replacing-ellipsis-across-website/#post-4053728)
 * [http://www.authorlink.com](http://www.authorlink.com)

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