Hello @sergioz
My sincere apologies that we could not respond earlier. We now have a dedicated support staff for supporting WordPress.org forum posts. Hopefully, your future support requests are answered in due time.
The recommendation by @malik118 is correct. MAS Videos plugin does not have a membership feature. However you can use our theme with any popular membership plugin of your choice. Our theme is compatible with many membership plugins like Ultimate Membership, Restrict Content Pro, etc. If you have a favorite membership plugin, please let us know, we’ll help with the compatibility.
Kindest Regards,
Ibrahim
First of all, thanks for your reply @malik118 I apologize for the timing.
Thanks @ibndawood for clarifying my question. The problem is my client does not want to use a membership plugin, but i still have to use your plugin, so in the feature i might have more questions about some issues like re-design and reorder single-movie data and queries.
In the mean time you can close this ticket.
Best Regards.
Thank you @sergioz. Please do not hesitate to reach us if you have any questions related to our plugin.
Good morning @ibndawood ,
I’m back with an Essie. This time is about the “release date” custom field. The problem is, no matter what date I choose in the single-movie data-picker field, always display the same 01/01/1970.
What can I do?
Good Morning @sergioz
Thank you for getting back. Can you post a screenshot of the edit screen as well as the output? I’ll try to reproduce this issue locally.
Kindest Regards,
Ibrahim
Hello Kader, goodmorning to you
Unfortunately i moved on so cant give you an screenshot but i resolved the issue in creating a single-movie template writing the code below (I think there is a template issue):
$movie_release_year = get_post_meta(get_the_ID(), '_movie_release_date');
$movie_year = '';
##this was the format in which the field was called:
date('d-m-Y', strtotime($movie_release_year[0]));##
if (!empty($movie_release_year)) {
$movie_year = $movie_release_year[0];
if(!empty($movie_year)){
$movie_year = date("Y", $movie_year);
}
}
Anyway thanks again for your time!!
Best Regards
Glad your issue is resolved. Please do not hesitate to reach us if you have any other questions related to our plugin.