maxwellss
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Bad Gateway ( 502 ) Woocommerce / stripeThanks for the reply. I switched off all plugins except the following three;
– woocommerce
– woocommerce subscriptions
– woocommerce stripe gatewayand still got the 502 Bad Gateway result; screenshot of the response page ( details whited out )
THEN I switched off the woocommerce subscriptions plugin, and the payment went through!
result page woo + woo-stripe gateway ( details whited out )
SO, this would suggest to me that the problem is with WooCommerce subscriptions, right?Thanks in advance for your further help.
best,
Forum: Themes and Templates
In reply to: [The Bootstrap] Carousel don´t workHey there,
I had this problem too. To solve it, update the carousel js which is within /js/bootstrap.js in your theme’s folder. I forget which version ships with the theme, but it’s older, and it doesn’t work. Get the newer version of carousel.js from github, and dump it into your /js/bootstrap.js in your theme folder. Your carousel should work.
Forum: Fixing WordPress
In reply to: [ajaxurl is not defined] problemForum: Hacks
In reply to: Append trailing .html on posts (on the fly)Hi Merl,
no, the numbers have nothing to do with post ids. They’re to do with priority, and accepted arguments;
Forum: Hacks
In reply to: Append trailing .html on posts (on the fly)Anders,
I’m trying to accomplish the same thing, add .html to a post, but only one post.
Did you find a resolution to your problem?
thanks,
Duncan
Forum: Fixing WordPress
In reply to: Accidentally hit "Reset Widgets" help???Un-zip your database backup.
Then in the wp_options table;
SELECT *
FROMwp_options
WHEREoption_nameLIKE ‘%sidebars_widgets%’
LIMIT 0 , 30