sergioz
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] wpcf7 is not defined.i have the same problem, any solution?
Forum: Plugins
In reply to: [MAS Videos] view movie contentHello 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 RegardsForum: Plugins
In reply to: [MAS Videos] view movie contentGood 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?Forum: Plugins
In reply to: [MAS Videos] view movie contentFirst 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.Hello @mousepadsp , im testing this plugin for a project and im having the same issue with the booking notifications, could you please tell me how did you fix it ?
Thanks.yes!!! thank you so much!!!!
i was thinking it was something worst . thanks teodor again
hi again, i just changed the wp_debug to true, but still remains an error:
Fatal error: Maximum execution time of 10 seconds exceeded in /home/a1500140/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 210hi,
yes its correct.
actually it dont letme instal neither jetpack.
imgonna try setting to true .
ill let you know about it
thank you teodor.