SVTX
Forum Replies Created
-
Forum: Plugins
In reply to: [Shiny Updates] Include compatibility section?I guess that’s farewell to one of the most useful indicators on this entire website. The new plugin directory doesn’t even have this on the plugin pages. That’s a real shame and it’ll make many people’s life much harder.
Although it may not be a clear indication if a plugin works but it is very helpful determining if it doesn’t. Removing this section is a mistake.
Forum: Plugins
In reply to: [Code Snippets] Adding JavaScript and CSSI would like to see CSS and JS natively added to Code Snippets as well. For now I use this, maybe it helps you:
https://wordpress.org/plugins/custom-css-js/
- This reply was modified 9 years, 3 months ago by SVTX.
Forum: Plugins
In reply to: [USPS Simple Shipping for Woocommerce] Free shipping?Maybe add a free shipping option instead of using a coupon?
Forum: Plugins
In reply to: [WP Dashboard Notes] Great plugin – but no links in notes? #addhtmlHi there,
I could have easily lived with that workaround but it doesn’t seem to be working for me. I’ve tried several different ways but to no avail.
Cheers,
SVTXForum: Plugins
In reply to: [Subscribe To Comments Reloaded] Replies going to spamUse an SMTP plugin for starters, sending emails from scripts is likely to get them flagged.
I use Mail Bank (Personal Edition) and I’m quite happy with it. Plenty free options our there though!Yes that works. thanks. I’m a bit puzzled about that though as it would seem I have a rather strong server and having to run slow scans is a tad frustrating. Anyway, it’s working the way you’ve suggested.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] This didn’t happen before WP 4.7?Still haven’t been able to figure this one out. It’s so weird this only happens on some of the taxonomies applied.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] This didn’t happen before WP 4.7?Oh, scratch that. It appears to be Btf related?
Forum: Plugins
In reply to: [Beautiful taxonomy filters] This didn’t happen before WP 4.7?Theme issue, closed.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] This didn’t happen before WP 4.7?Actually, my colleague told me it was there before the 4.7 update but funny enough it doesn’t happen on all “Industries” items selected, but only half of them. Very weird. I’ve contacted the theme devs too to see if it could be a glitch on their end.
This would perhaps work with CSS:
.resize { width: x%; } .resize2 { width: x%; }You may have to experiment with the different selectors offered, such as:
.handle2, .handle
or any of the other ones. Perhaps try overriding the CSS using the “!important” attibute.
Not tested now, just out of the top of my head.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Don't recirect in case of "nothing found"?Nice, really nice! I added a custom archive file and hiding those empty tax’es is a really neat addition! Great work!
BTW: Please never change the automatic URL structure update, it’s the BEST selling tool ever!
🙂
Oh… NICE! Thanks for sharing that.
Forum: Plugins
In reply to: [Theme My Login] Removing all linksThere are many ways to do that.
1: Move the template file to your theme folder and remove the lines of code there. TML will always check your (child) theme for templates FIRST, before it runs it’s own. Check TML docs for more info.
2: Use CSS! Right click on the area and click on “inspect element” or somthing of the sorts. It should give you the opportunity to select all elements on the page and view their CSS handles and values, just override them in your child theme, using “display: none!important;” if need be.
3. Build your own! It’s only code 😉
- This reply was modified 9 years, 5 months ago by SVTX.
Forum: Plugins
In reply to: [WooCommerce] Is there really no 3PL Central integration for WooCommerce?Hi there,
I’ll check out these options and let you guys know what we ended up using. Great responses on this topic, gotta love the WP community!
@bigb159 Don’t even get me started on them 3PL folks. I am sure they are good people and all that but they gotta step up their game here by about a mile and a half 😉
Thank you for taking the time out of your day to help out.