Ashok Dudhat
Forum Replies Created
-
Hi,
Please refer this basic structure . https://codex.www.ads-software.com/Widgets_API
then you can see widgets folder in the plugin and you will get it.
Thanks
Hi,
You can create custom widget based on your need. It is possible.
Thanks
Hi,
We will check it and if it is problem then we will cover it in next version.
thanks
Hi,
It is not possible to put it in shortcode, so you have to do it separately,
Thanks
$today_date=date(“Y-m-d”);
$args = array(
‘post_type’ => ‘event_listing’,
‘post_status’ => ‘publish’,
‘posts_per_page’ => $per_page,
‘paged’ => $paged
);$args[‘meta_query’] = array(
array(
‘key’ => ‘_event_start_date’,
‘value’ => $today_date,
‘type’ => ‘date’,
‘compare’ => ‘<‘
)
);
$pastEvents = new WP_Query( $args );- This reply was modified 7 years, 6 months ago by Ashok Dudhat.
- This reply was modified 7 years, 6 months ago by Ashok Dudhat.
Hi,
Yes, you can do it by applying meta query with compare today and event start date.
if event start date is not equal to current date then it is expire.
Thanks
Hi Samii,
Thanks for final update ??
Dear Samii,
As you provide solution that more secure than previous one, i mean it will only update featured image settings for the event_listing custom post type and not for other custom post type because you have bound hook event_manager_update_event_data so when any new event update or adding then this will fire.
Thanks
Hi,
I mean if you wan to completely manage review and rating system then you can do it.
But as you told this way also possible, like make custom post meta key for the event_listing for the reviews and you can handle it.
Also you can try other third party review plugin which can support custom post type like event_listing etc.
Thanks
Hi,
@atharalikhichi, Your solution is right one ??
@samii you can use above solution as given by Atharlikhichi.
- This reply was modified 7 years, 6 months ago by Ashok Dudhat.
- This reply was modified 7 years, 1 month ago by Jan Dembowski.
Hi,
Yes, you can do it. You need to customize. you can make custom post type which can bind with organisers and people can add review/ratings etc.
Also you can use https://www.ads-software.com/plugins/advanced-custom-fields/ too.
Hope this will help you.
Thanks
Hi Samii,
Yes, You can able to set feature image for this plugin with new field but you need to customise little bit.
For the banner case, if you allow only one banner instead of multiple then it make sense for feature image.
Also you can try same like woo commerce provide product gallery, similar multiple banners.
In future version, we will add this things.
Hope it will help you.
Thanks
Dear Athar,
As per www.ads-software.com, they are working on it so once it possible from them side then it possible for all ??
NOTICE:
This function does NOT add the registered post status to the admin panel. This functionality is pending future development. Please refer to Trac Ticket #12706. Consider the action hook post_submitbox_misc_actions for adding this parameter.For further information
https://codex.www.ads-software.com/Function_Reference/register_post_statusHi,
It is not text, but it is backend value, nothing to do with translation.
So Do not worry ??
Thanks
- This reply was modified 7 years, 6 months ago by Ashok Dudhat.
Hi,
That cool ??
Regards
Ashok