Patrick
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] 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$cat
instead of$post->id
?
Your problem is an logical problem, check your variables.Forum: Plugins
In reply to: [Plugin: Kontakt] How to?Hey,
1. Thats the Admin-Email under the wordpress settings.
2. Thanks for the information, i will fix that ASAP
I will fix it today! Thanks for the information ??
Forum: Plugins
In reply to: [Category Thumbnails] Thumbnail Size ArgumentsHey,
thanks for your feedback.
1. Sizes
Sizes can currently only used as Array likearray(50, 50)
. The arguments will be used as width/height on the image. I will update the plugin ASAP with the WordPress-Own size informations2. storing
Image-informations will be stored in the database-table from the taxonomys. If you deactivate the plugin the data will be removed and thats not a bug.