montymcmahon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Review Slider] Getting Reviews For Wrong CompanyI am actually still getting an error: No new reviews found.
When in fact, they have 30 reviews.
Forum: Plugins
In reply to: [BNE Testimonials] Remove bottom paddingYes! Thank you!
Okay, so I updated, but I still have the same formatting issue (but only in the podcasts section).
Compare blog (with podcast as a post): https://totalpackers.com/page/2/
to
Podcast CPT: https://totalpackers.com/podcast/
The playing of the audio does work again.
Forum: Plugins
In reply to: [BNE Testimonials] Remove bottom paddingYes, sorry. It’s a shortcode in a widget.
[bne_testimonials_slider nav=”false” arrows=”false” smooth=”true”]
Forum: Plugins
In reply to: [BNE Testimonials] Remove bottom paddingThat didn’t seem to make a difference.
The CSS actually had this code (below) in there previously, which looks like it gives this a set height. I removed this and put in the code you suggested and it still looks the same.
.bne_testimonial_slider_widget .bne-testimonial-slider .flex-content {
height: 210px;
}All of this stuff seems to be totally random. I’ve gotten all the errors mentioned in this post at one time or another. All related to something supposedly not being present when it actually is. But then on the next 10 posts/pages, everything is fine. Plugin works as it should.
It would be nice if someone from Yoast would actually address this…
Yeah, I’m with you. It’s just annoying more than anything.
This is not inclusive to this site either. I’ve just come across the same issue on another site.
Forum: Plugins
In reply to: [Contact Bank - Contact Form Builder for WordPress] Center formIt appears that replacing the code as you suggested didn’t work. However, if you wrap the same <div> code around the form code on the page itself, that appears to work.
I also went back to 25% because 50% starts the form in the middle of the page, which actually makes it reside on the right half of the page.
Forum: Fixing WordPress
In reply to: WordPress not writing redirects properlyIt looks like the issue was solved by rearranging the order of the URLs. Basically, moving the shortest of the group to the bottom of that group, i.e.
Redirect 301 /tables/basic-restaurant-tables https://rcsuppliesonline.com/product-category/american-maad/tables/reclaimed-wood-table-tops/
Redirect 301 /tables/dining-tables https://rcsuppliesonline.com/product-category/american-maad/tables/reclaimed-wood-solid-dining-tables/
Redirect 301 /tables https://rcsuppliesonline.com/product-category/american-maad/tables/For some reason, it appears it would stop reading (or writing) the instructions after /tables/ when that was above the related URLs in the code.
Forum: Fixing WordPress
In reply to: WordPress not writing redirects properlyI have and they keep giving me the “we don’t provide support for coding issues” line. Of course, I’ve check the code again and again and there do not appear to be any issues.
I guess I was thinking it was some hangup with the WordPress or link configuration.
Forum: Fixing WordPress
In reply to: WordPress not writing redirects properlyThe old site is a Joomla site and there’s a specific place in those .htaccess files where it tells you to place any redirect code. So the code resides in that very place.
This is the code. The old site is americanmaad.com.
## Begin – Custom redirects
#
Redirect 301 /index.php https://rcsuppliesonline.com/
Redirect 301 /tables https://rcsuppliesonline.com/product-category/american-maad/tables/
Redirect 301 /tables/basic-restaurant-tables https://rcsuppliesonline.com/product-category/american-maad/tables/reclaimed-wood-table-tops/
Redirect 301 /tables/dining-tables https://rcsuppliesonline.com/product-category/american-maad/tables/reclaimed-wood-solid-dining-tables/
Redirect 301 /chairs-benches https://rcsuppliesonline.com/seating/
Redirect 301 /chairs-benches/reclaimed-wood-chairs https://rcsuppliesonline.com/product-category/seating/wood/
Redirect 301 /chairs-benches/new-oak-chairs https://rcsuppliesonline.com/product-category/seating/wood/
Redirect 301 /chairs-benches/benches https://rcsuppliesonline.com/product-category/seating/boothes/
Redirect 301 /shelving https://rcsuppliesonline.com/shelving/
Redirect 301 /blog https://rcsuppliesonline.com/blog/
Redirect 301 /contact-us https://rcsuppliesonline.com/about-us/
Redirect 301 /2012-08-19-22-04-05/contact-us https://rcsuppliesonline.com/contact-us/
Redirect 301 /2012-08-19-22-04-05/terms-conditions https://rcsuppliesonline.com/terms-and-conditions/
#
## End – Custom redirectsThe really odd thing is that some of the redirects are working fine and others are not. And ones that weren’t working initially, suddenly started to work yesterday. However, the ones that aren’t working, have gone from redirecting to the exact same (nonexistent) page to a more specific (nonexistent) page.
For example…
americanmaad.com/tables/basic-restaurant-tables was at first going to rcsuppliesonline.com/tables/basic-restaurant-tables.
Now that same page is going to https://rcsuppliesonline.com/product-category/american-maad/tables/basic-restaurant-tables.
That’s close, but it just isn’t adding the last subfolder properly.
It seems it actually started happening around the time I updated to 4.1. Right now, I feel like that has better odds of being the culprit, which is why I was wondering if anyone else was having the same issues.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Show bulk discounts on product pageIt isn’t possible. After much messing around and trying to recode Product Add-Ons, I decided it was just easier to make a note on the page that said “bulk discounts will be applied in the cart.”
Basically, Bulk Discounts doesn’t talk to Product Add-Ons.
I did end up developing a better version of Bulk Discounts that allows you to apply the discount on a per-product basis (i.e. $1 off per product) rather than just percentage and flat rate.
Hit me up if you’re interested.
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] What number to use for flat rate discounts?I’m not using percentage discounts. I’m trying to use flat discounts.
I understand how percentage discounts work. For flat discounts, the question is, do I enter the discount amount ($5) or the total price with the discount factored in ($15)?