nicolaskern
Forum Replies Created
-
Update: fixed!
It was the conjonction of WP’s jQuery version and jQuery 2 needed by an outdated jQuery plugin. An update of the plugin and some rework of my code did the job!
Hi,
I have the exact same problem, which jQuery version do you recommend?
Thanks,
Nicolas
Hi,
I just noticed today that the links reappeared… I don’t understand what happened, as I didn’t change anything meanwhile!
Thanks,
Nicolas
Forum: Plugins
In reply to: [Timeline Express] Posts do not appear without saving plugin settingsThanks for your answer, that’s indeed what I found out when I dug into the source code.
However, I did a timeline on a simple “post” post type, and when saving it, it doesn’t delete the transients.Forum: Plugins
In reply to: [Quick Paypal Payments] Redirected to a 403 when submittingJust a quick question, is it possible to set a callback PayPal will always call when payment is done ?
Thanks 😉
Forum: Plugins
In reply to: [Quick Paypal Payments] Redirected to a 403 when submittingWell, the mess was indeed because it’s used on a WP profile page. Putting it on a dedicated page solved it 😉
Forum: Plugins
In reply to: [Quick Paypal Payments] Redirected to a 403 when submittingWell, the problem is not solved 🙁
Forum: Plugins
In reply to: [Quick Paypal Payments] Redirected to a 403 when submittingYes it seems like WordPress’ profile page embedding the form doesn’t support having another form on it and doesn’t check the form’s name, so when your form is submitted, it breaks.
Works like a charm on another page (tested on the frontpage).Then I think I’ll have to make a specific page for the form – unless there is a way to make it all AJAX without page refresh ?
Forum: Fixing WordPress
In reply to: wp_insert_user : problem while updating : nothing happensSolved, I was including a php page with an opening of another MySQL connection, for sure it wasn’t working…