matoma16
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager Pro - Mollie Payments] Form not validatingHello,
Did you have any idea how to solve this problem ?
The project was on standby for awhile but now we would need to finalize it.Thanks ??
Forum: Plugins
In reply to: [Events Manager Pro - Mollie Payments] Form not validatingI only use single booking mode yes.
We tried at first with the default value (#_BOOKINGSPACES tickets for #_EVENTNAME) and we also tried with no placeholder (just “test”) and the result is the same.
Forum: Plugins
In reply to: [Events Manager Pro - Mollie Payments] Form not validatingHello,
Thanks for your answer.
I probably didn’t use the right word (english is not my first language), I want people to be able to sign up to an even and pay right away with Mollie, which if I understood correctly is what the plugin is meant for.
We fixed the 404 errors and checked the debug.log and I’ve been trying to find where I went wrong but I can’t figure it out since, as far as I can see, everything is configured correctly.
The fatal error I’m getting is this : PHP Fatal error: Uncaught Mollie\Api\Exceptions\ApiException: Error executing API call (422: Unprocessable Entity): The description is invalid. Field: description.
Thanks for your help.
Forum: Plugins
In reply to: [Contact Form 7] Unexpected token < in JSON at position 0Here
Thanks for your helpForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] table not uploading correctlyHello, thanks for your answer. I had a problem with my export, but not anymore and while the accents are now showing, the € is not, which is a problem.
One of my csv file line is :
Carte de 5 heures*;49,50 € ;;
and when it’s imported it shows 49,50.Do you know what might cause this ?
Thanks for your help.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] table not uploading correctlyHello,
Thanks for your answer.I usually go with CSV when I have something like this to do, but when I tried the CSV, all my accents where not importing correctly. (é, è for example were NOT importing, So Téléphone became Tlphone – And € became ?) so I don’t know how to resolve this then ?
Marie
Forum: Plugins
In reply to: [TAO Schedule Update] tao_sc_publish_pubdate didn’t save sometimesHello.
Did you figure this out ?
I’m having the same issue.thanks
Forum: Plugins
In reply to: [Appointment Booking Calendar] Pending appointmentI found out how to block hours in a given day. I’m still interested in the answer for the pending appointment though.
Also, is there a way to show the appointments in a calendar on the admin side ?
Thanks !
Forum: Hacks
In reply to: Action while post is being publishedThanks ! I actually figured it out a few hours ago while I was posting my question on another forum… and it was like a big duh…. I was trying too had to find a wp way to do it I guess…
I need it because I have a metabox, and it uploads a picture, but not with wordpress’s media uploader. So, since depending on the size it may take a while, I need to tell the users to wait and not click the publish button over and over again (did a user test on sunday and my user did that). If I didn’t have my photo uploading I wouldn’t need it but it just takes too much time sometimes.
Thanks for your help !
Forum: Hacks
In reply to: Action while post is being publishedWhat I’m trying to do is show to the user that the post is being published, so, when I hit publish, I want something to tell my users “that post is being uploaded, please wait”. I’ll look again at save_post, or publish_post, but both didn’t work when i tryed. If I find the answer, i’ll post.
Thanks for your help !
Forum: Fixing WordPress
In reply to: redirected to home page when 404No, even when I switch back to this theme, I still have the issue. I tryed desactivating all the plug in I have, and it still doesn’t work ??
My redirection plug in works (adding old url from google and pointing them to new pages on my website) but not the 404 so I think it’s not from the htaccess (web.config in my case but I reinitialized it anyway)
I have this in my web.config, if I remove it I get my server’s 404 page, should I have something else ?<rule name="WordPress Rule 4" stopProcessing="true"> <match url="." ignoreCase="false" /> <action type="Rewrite" url="index.php" /> </rule>
Forum: Hacks
In reply to: Add JS when post is publishedHi, thanks for your answer, I just looked at admin_notice.
Can you please explain how I would go about showing it only when the post is published / updated ? Should I use the $_GET[‘message’] in the URL ?I need to add JS when the post is published to add things (message desapearing after 3 sec for example) and didn’t know how to add HTML without JS (before your answer). The alert in my code above is just the easiest way for me to see if a script is correctly linked or read ??
Figured out I need to choose PHP and not wordpress and it works… maybe it’ll help someone ??
Forum: Fixing WordPress
In reply to: Problem with meta box in LinksHi..
I figured out how to save the data, but I still have a problem that I found today…
On all links posts saved before I finally figured how to save the data, the data will save, BUT on links posts that I posted today, it won’t save my metabox. when I edit the posts from today, it won’t save the metabox either. if I edit the posts from friday, it saves, even if the field was empty before. Anybody has a solution ? I was so happy to finally having figured it out and now I have another problem…here’s my code
https://pastebin.com/F02tcVX3
Thanks !Forum: Fixing WordPress
In reply to: Problem with meta box in LinksNot working unfortunately ??
I think there must be something different with Links, but I can’t figure it out / find anything about it on my searches.