mschapiro
Forum Replies Created
-
Forum: Plugins
In reply to: [Event List] show_cat fatal in version 0.8.1Update:
I was able to resolve this issue by addingautop().$upcoming = '[event-list date_filter=upcoming show_filterbar=true filterbar_items=cats_hlist show_cat=true link_to_event=false]'; do_shortcode(autop($upcoming));- This reply was modified 8 years ago by mschapiro.
Forum: Plugins
In reply to: [Event List] show_cat fatal in version 0.8.1Thanks for your reply.
I’ve replaced line 232 in includes/sc_event-list.php as suggested. I’m no longer getting a fatal error, however event categories still do not appear. I am delivering the shortcode via
do_shortcode();in a page template, and this seems to be a root cause of my problem.Here is the code I’m using in the page template.
<?php echo do_shortcode('[event-list date_filter=upcoming show_filterbar=true filterbar_items=cats_hlist show_cat=true link_to_event=false]');?>If I serve the shortcode from the backend, in the main content editor, it does work properly – lists categories as expected.
Please advise the best way forward. And thanks again for your help.
Forum: Plugins
In reply to: [Event List] Undefined property causing White Screen?subscribe
I had a similar issue, wherein WordFence showed “Problems Found” in the Scan Summary panel, but did not list any issues below in the “New Issues” tab. I also did not find any javascript errors in the console log. I’m writing just to report here that deleting and reinstalling all plugins and my theme fixed this issue successfully. Something future troubleshooters might try.
I had a similar issue, wherein WordFence showed “Problems Found” in the Scan Summary panel, but did not list any issues below in the “New Issues” tab. I’m writing just to report here that deleting and reinstalling all plugins and my theme fixed this issue successfully. Something future troubleshooters might try.
I had a similar issue, wherein WordFence showed “Problems Found” in the Scan Summary panel, but did not list any issues below in the “New Issues” tab. I’m writing just to report here that deleting and reinstalling all plugins and my theme fixed this issue successfully. Something future troubleshooters might try.
following