dbooth
Forum Replies Created
-
Forum: Plugins
In reply to: [Async Social Sharing] New Update to Async Crashed Whole SiteThanks! This latest update has fixed the issue for me as well.
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.
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/
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.
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
In reply to: Adding spacing/padding in my templateOkay, 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
In reply to: Show Just One Category On PageNevermind, 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
In reply to: [&hellip replacing ellipsis across websiteSorry 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
In reply to: [&hellip replacing ellipsis across websiteWould 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
In reply to: [&hellip replacing ellipsis across website