mattmilner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Private EventsSo the patch makes sure private events show up in the grid calendar? just downloaded pro – they’re not there, but they’re in the list view.
where does the patch go exactly? a separate php file in resources?
also is there an error in $args=” in the declaration? weird – double apostrophe or two or?Strange – ok – so looked again -Frontpage Manager handles categories for posts on the homepage. It was limiting the number of posts available for the events template in the same way it was limiting the posts for the homepage. I’ve disabled it for the network, and everything is fine. If there were no categories selected with this plugin, there were no upcoming events listed in the calendar.
Hope this helps.
Got it working. Not sure what it was. I systematically went through and deactivated, then reloaded the page. It looks like it was one of the following plugins
Supreme Google Webfonts
Shortcode Manager
TinyMCE AdvancedNot sure which one, since there were caching issues involved. Had to clear it out. I didn’t have to make any changes, it’s still working after reactivating all of the plugins. I haven’t added a new event yet, but I’ll keep an eye on it and let you know if new data fails to appear.
Thanks for your patience.
Hi barry – I’m the admin, but the multi-site is for an academic department, so it’s tricky. I’ve notified the other admins that I’ll be playing around, and asked when would be a good time to disable plugins on a rotating basis to try and isolate which one is causing the problem.
It’s not a theme issue – I’ve tried three other themes – one is TwentyEleven – and same thing.
Could this be a residual problem with the posttype? I had tried a different plugin for events, but ripped it out. Could there be something still left in the tables for post types that might be causing a hiccup?
I’ll let you know what this turns up.
Ya, basically if I can get this solved, and get the events listing, we’ll grab the Pro plugin, but I don’t want to buy it until this is sorted…
ack – didn’t see the replies. Yes – https://digihum.mcgill.ca/events/past/
the contents simply indicate ‘no previous events’ or ‘no upcoming events’
As far as I can tell it’s a query issue, not the coding with the page per se.
Nothing changes if I use the Event template or the Page Template page – both are empty.Here’s a list of plugins we’re using:
Akismet
Collabpress
Degradable HTML5 Audio and Video
Embed Javascript
Exec-PHP
Formidable
Frontpage Manager
iframe
JW Player Plugin for WordPress
Maintenance Mode
Options Framework
Shortcode Manager
Supreme Google Webfonts
The Events Calendar
TinyMCE Advanced
TubePress
Twitter Tracker
Wordpress MU Domain Mapping
ZotpressCan’t deactivate plugins since I’m on a multi-site install… I’ve got the template using the page.php template.
in lists.php if (have_posts()) : is throwing a null. I’ve checked for similar conditional statements in the theme’s page.php – and removed them. Page.php is extremely simple – and everything displays except for
<?php the_content(); ?>
returns the null list.php contents.
thx. I think it might be the theme – although there’s documentation for the plugin on what page templates it uses, that section of the support could be better… trying to figure out exactly which template page has been somewhat annoying.
Events showing in Calendar here but not Events List – I’ve tried other themes – same issue. I don’t have an MySQL error showing up, it merely says ‘no events’ etc.
Anyone?
having this problem – and installed the plugin yesterday. no items showing up in the events list despite the fact I’ve got a block showing them in a sidebar, and they’re in the calendar….
Forum: Plugins
In reply to: [Zotpress] [Plugin: Zotpress] Why not citations from Private groups?Reposting from a Zotero forum on this: https://forums.zotero.org/discussion/18918 so Katie might see it…
Have more or less the same issue. the
https://api.zotero.org/groups/<groupID>/items?key=<key>
works fine, but I’m not getting anything in Zotpress – even for the cache. [zotpress] doesn’t return anything but an error. The group has been set as private and public. I’ve even checked cURL. Is there any clear documentation on using private groups with Zotpress? It’d be really useful.
Alternatively, I’m not sure if WordPress might be to blame – it’s a multi-site / network set up. That might be the issue…