Cory Simmons
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Downloadable REST API docs?Out of curiosity, why doesn’t Automattic make any attempt to provide downloadable docs? There are billions of people around the world without internet, and millions in the United States that have to drive an hour to a rural library to get internet.
Forum: Plugins
In reply to: [SpiderCalendar] Events not showing upMarking as resolved. As a side note, the markup in this plugin is atrocious and needs a serious refactoring.
Forum: Plugins
In reply to: [SpiderCalendar] Events not showing upFigured it out. I was using BrowserSync which changed the url from localhost:8888 to localhost:3000. async JS requests aren’t allowed cross origin like that or some security mumbo jumbo.
Forum: Plugins
In reply to: [SpiderCalendar] Missing CalendarDoh, figured it out. I forgot to put wp_head() in my theme. 🙂
Forum: Plugins
In reply to: [SpiderCalendar] Missing CalendarI’m experiencing this problem as well. I’m completely new to Spider Event Calendar though so I’m sure I’m doing something wrong.
Seems to work in standard themes, but in my custom theme it doesn’t work. My custom theme is very bare. It doesn’t appear in widgets or in page views.
Weird. Have to register at some forum to contact the current plugin author (too lazy), but if you install the plugin, then don’t activate it on that screen, then open up your plugins and activate it, it works.
Forum: Themes and Templates
In reply to: Is it possible to theme pages that have been paginated to?Very cool. Wish I’d known about that before going through some multiple custom queries, offset/pagination hell. 🙂