rftbdev
Forum Replies Created
-
For now, I have disabled the database card on the iThemes dashboard. Thank you for your recommendation. We will reinstall the plugin and then perform conflict tests as needed.
Installed iconv PHP extension on the server, issue resolved.
thank you @bojates I appreciate you taking your personal time to respond. Thanks for the info about shortcodes
thank you: https://aristath.github.io/blog/wp-hide-php-errors
I am developing a site using Events Manager plugin on Local WP, WordPress version 6.1, PHP version 8.1.9
UPDATE 3: WARNINGS STILL PRESENT, TEMPLATE FUNCTIONING AS INTENDED. CONTENT BEING INJECTED IN FOOTER OF PAGE, SAME ERROR AS STATED IN ORIGINAL POST
ive tried $_REQUEST[‘pno’] to get the current page as well with no luck
UPDATE: warnings are present on php versions 8.1.9 and 8.0
warnings not present on php version 7.4.1UPDATE 2: I reset the plugin settings, warnings still present. WP_Debug in wp-config.php is set to false.
- This reply was modified 2 years ago by rftbdev.
echo do_shortcode(‘[event_search_form]’);
I’m here: https://wp-events-plugin.com/tutorials/adding-custom-event-search-form-fields/
But is there not a more simple way to just bring in and edit the default search bar template?
SOLVED @bojates
THANK YOU bojates! ?? HAPPY CODING!
I need to return an array not a string. I am trying to print the returned value to discern what will be used as the separator for the explode() function
$posts = EM_Events::get(array(‘scope’=>’future’), false); ?
- This reply was modified 2 years ago by rftbdev.
Thank you bojates. This definitely gets me somewhere. I appreciate your feedback!!
create a directory in your parent theme, plugins > events-manager > templates > format, in format add the single_event_format.php
edit the format template as you wish and have fun coding! ??