Patrick Nießen
Forum Replies Created
-
Forum: Plugins
In reply to: [Quick Event Manager] Registration for the eventHey,
Thanks again for your reply!Just to quickly follow up on this point:
The “Not attending” option now appears correctly in the registration overview – that’s working well!However, we’ve noticed the following:
When exporting the participant list as a CSV file, users marked as “not attending” are included correctly, but the field showing the date of cancellation is missing.
Is there a way to include this cancellation date in the export as well?Additionally, it would be helpful if users who initially chose “not attending” could change their mind and confirm their participation later.
At the moment, this doesn’t seem to be possible.
Is there any way to adjust this behaviour?Looking forward to your feedback – and thanks again in advance!
Forum: Plugins
In reply to: [Quick Event Manager] Registration for the eventHey, unfortunately I haven’t received any feedback on my comment. Can you help me here?
Forum: Plugins
In reply to: [Quick Event Manager] Registration for the eventHey, and thanks a lot for your response. It looks like things are working now.
However, we’re running into another issue: it’s currently possible to unregister from the event multiple times, so in the admin area we’re seeing the same user listed as having unregistered five or six times.
Also, since we’re using the opt-in checkbox, users can’t change their decision afterwards — they get a message saying that they’ve already submitted a response.
Could you help us with this as well?
Regarding the shortcode: we’d like to build our own version.
Which database tables do we need to access for that?Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Weight Based Shipping: Free ShippingHey Dan,
thanks for the fast reply. Now it works perfectly!
Forum: Plugins
In reply to: [Quick Event Manager] Event Attendees – Export as CSVHey Alan,
thanks for the fast reply. Yes i use windows as operating system. It will be nice if you can use the slug.
Forum: Plugins
In reply to: [Quick Event Manager] Event Attendees – Export as CSVHey Alan,
I took another look and the plugin does not convert the umlaut ä,ß,ü,ö correctly. If I write out the umlauts, the export is also done correctly. But this seems to be a problem in the plugin.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] structured Data for custom postsHey Jory,
this is not coming from schema.org. When I deactivate the plug-in and even delete it, the schema type blog still remains. All other schemas are gone.Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] structured Data for custom postsHey Jory,
thanks for the fast reply and the informations. we use the schema.org Pro but the custom taxonomy still outputs the schema type Blog. We can’t override that with schema pro. And the custom taxonomy as well as posts were created with the plug-in Pods. See also my screens.
Forum: Plugins
In reply to: [Quick Event Manager] Event Attendees – Export as CSVHello Alan,
thanks for the video. I have now done so and also attached the screenshot to you. According to this information it is a CSV only the umlauts are not displayed correctly.Forum: Plugins
In reply to: [Quick Event Manager] Event Attendees – Export as CSVHey Alan, thanks for the fast reply. I have checked the titles and the URLs and everything seems to be correct there. I have also shortened the titles and the URLs.
Forum: Plugins
In reply to: [Category Thumbnails] Not useable since WordPress 4.3.1 – Database errorFixed.
Forum: Plugins
In reply to: [Category Thumbnails] broken SQL queries (no escaping)Thanks for the update 🙂
Had update the code, Plugin-Update coming soon.
Forum: Plugins
In reply to: [Category Thumbnails] Not working with 4.0Already tested on 4.0 with no problems.
Please provide source code to resolve your problem.
Forum: Plugins
In reply to: [Plugin: Kontakt] Fixe Größe bei Mobilversion zu großDu kannst dies über der Stylesheet anpassen.
Darf ich fragen auf welcher mobile Lösung du deine Seite betreibst? Beispielsweise mittels Twitter Bootstrap?
Forum: Plugins
In reply to: [Category Thumbnails] Display category thumbnails on the single pageYour code WON’T work!
Category Thumbnails is for Categorys or Terms, and not for posts.
get_the_category($post->id)Here you mean$catinstead of$post->id?
Your problem is an logical problem, check your variables.