jedifunk
Forum Replies Created
-
I have also found this to be the case. It can easily and quickly be reproduced on any WP install.
Large files in WPCF7 give error by default, but when activating this plugin it doesn’t.You don’t even need to use the plugin, nor add any groups or conditionals. Just activating breaks default error.
This seems critical to operation, please advise on ETA for fix.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Modify Dropdown HTML OutputGreat! I’ll check out modifying select2, but will likely just disable and try to use the actions.
On that subject, you might want to update the filters/actions section of the plugin page to show these actions, as they are not listed.
Thanks.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Rewrite with CPT archiveThis is great! Much easier than trying to get the taxonomy archive template to render via a rewrite!
Thanks so much!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Rewrite with CPT archiveFigured it would help to see the CPT and Tax registers…
For the CPT: I’m showing it with some items commented out, because these work or don’t work depending on the scenario.
'taxonomies' => array( 'resource_type', 'industry' ), //'has_archive' => 'resources', 'query_var' => true, 'rewrite' => array( //'slug' => 'resources', 'with_front' => false ),
Tax1 (resource_type):
'query_vars' => 'type', 'rewrite' => array( 'slug' => 'type', 'with_front' => false ) register_taxonomy( 'resource_type', array( 'resources' ), $args );
Tax2 (industry):
'rewrite' => array( 'with_front' => false ) register_taxonomy( 'industry', array( 'post', 'resources', 'event', 'media_article' ), $args );
Also note that
with_front => false
is set because I have a custom structure in play.Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Calendar Events List Paginationahh, ok, i’ll check out their documentation.
perhaps adding that to your documentation would be helpful to others. i searched high and low, and lost several hours. would have been nice to know.
in any case, thanks for the help! strong plugin!
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Abbreviations in titlei’m also interested in this … at the moment, it doesn’t seem possible since it is using the team names to auto create the event title
Forum: Plugins
In reply to: [Stripe for WooCommerce] credit card decline errorok, so here’s what i’ve found.
i went back into test mode, and ran an order for a product that is $30, i used one of stripe’s test card numbers and all worked just fine.
order shows up in woocommerce, and stripe receives payment info with “all clear”.
Forum: Plugins
In reply to: [Stripe for WooCommerce] credit card decline errorok, so i just looked through the Stripe logs to see what i could find… here’s what the logs say:
“Your card was declined. Your request was in test mode, but used a non test card. For a list of valid test cards, visit: https://stripe.com/docs/testing.”
So the decline error is because i tried to use a real card while in test mode.
——
when i used a test card in test mode, this is what i got:
error:
type: “invalid_request_error”
message: “Amount must be at least 50 cents”
param: “amount”this is likely do to having tried to purchase a “test product” i created that was only $0.01 with free shipping.
i’m going to put this into live mode and test a small transaction. will report back my findings
Forum: Plugins
In reply to: [Stripe for WooCommerce] credit card decline errori have force secure on (and an SSL installed) … makes no difference
edit: if i use my real card # it says declined… if i use one of stripe’s card #s it says “failed to process”
when i look inside the stripe account it shows a new customer, and the activity, but no payment to process
Forum: Plugins
In reply to: [Stripe for WooCommerce] credit card decline errori am also getting this error … i’m in test mode if that matters
Forum: Plugins
In reply to: [FBF Facebook page Feed Widget] Feed URL is no longer Validno offense, but this is the worst solution you could possible offer…
you should NEVER, EVER, EVER hack WP core… and suggesting that users do so to get your plugin working is even worse.
Forum: Plugins
In reply to: [The Events Calendar] Events not showing up in admin list or calendarboardjnky4 –
what exactly do you mean you ran mysql_update on the DB? is that a SQL command or a wordpress function? where did you ‘run’ it?
I’m having the same issue… although mine seems to be perhaps an issue with multisite too.
Any details on what you did would help. Thanks.
Forum: Plugins
In reply to: [Image Widget] How to Make Images responsive?I have roughly the same question. I’m using Bootstrap on a project and the images are breaking out of the container area.
It looks like the plugin is adding an explicit width & height to the <img> tag itself. If these were not there we could use width:100% and height: auto for responsive sizing.
Thoughts?
Forum: Plugins
In reply to: [Recent FB Posts] Post only showing timestampI am also experiencing this problem….
It appears to happen when the account likes another post or comments on a post. standard new posts seem to display properly.
i’ve looked at all the setting in the app on facebook, and also cleared cache & reset token in the plugin but nothing seems to help.
thoughts?
Forum: Networking WordPress
In reply to: Update Network not updating coremanually reinstalling core seems to have fixed it. thanks.