Bastien Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [Event post] Not all events appear in calenderHi,
in your home page, I can see some events in the calendar. So if some are missing it must be a data or setting issue.
Do you have an example of a missing event?
Forum: Plugins
In reply to: [Event post] Upcoming events in Contact Form 7 select filedGlad you’ve found!
thank you for using Eventpost
Forum: Plugins
In reply to: [Event post] Full body text instead of excerptHi,
We encountered issues with this behaviour and rolled-back.
The formatted value taking excerpt if not null or body in fallback is set in a new “description” property.
Here is an example, how to get it.
<?php if(function_exists('EventPost')){ $event = EventPost()->retreive($post_id); echo $event->description; } ?>
There TWO bunches of checkbox in settings.
One for hiding categories, and one for hiding products in categories.
are-you sure you haven’t checked in the second one?
Forum: Plugins
In reply to: [Event post] link eventtitle to (external) eventpageHi, you can use the
eventpost_retreive
filter to change the permalink. This should to the job.Forum: Plugins
In reply to: [Event post] Invalid line foldingThisiis fixed in v5.8
Thank you again
Absolutely, hiding products in an hidden category is exactly what it does!
Do you mean search bar on front or in the dashboard?
Forum: Plugins
In reply to: [Event post] Invalid line foldingHi @cbix
Thank you for this very accurate reporting.
We’re working on the next release right-now, so its a pretty good moment to add your patch.Hi
Thank you for using Hide-Categories.
Could you exlain what exactly happens with your search?
Hi,
Thank yo for using this plugin.
This is a very good question. We’ll take a look at this problem for the next release
It seems it occurs when an hidden category is deleted.
The warning is removed in version 1.2.6
Thank you for reporting this.
We’ll publish a fix very soon
Hi,
In facts, I’m one the french validators for plugins, but I’m also developer. This issue have been open when we encountered some difficulties but it’s much more a good practices stuff. Sentences should never be chunked.
Honestly, the work around suggested can work, but is not reliable in an open ecosystem. Anybody who doesn’t know the project can add a correction for strings that make no sens out of the box and break the patch.Hi
The native search should not be broken.
Nevertheless, you can download previous releases on the WordPress Plugin page : https://www.ads-software.com/plugins/hide-categories-products-woocommerce/advanced/
Regards