mrherbivore
Forum Replies Created
-
Forum: Plugins
In reply to: [GigPress] jQuery ErrorNice catch Fred53, thanks – I’ll fix this in the next update.
Forum: Plugins
In reply to: [GigPress] Shows saving, not showing on public side.Sure – [email protected]
Forum: Plugins
In reply to: [GigPress] Shows saving, not showing on public side.Hmm, that sometimes is tough. Are you using any caching plugins? Do you have any filters applied to your
gigpress_shows
shortcode?Forum: Plugins
In reply to: [GigPress] Shows not savingHaha, glad that sorted it. The last date you used is always the starting point for new shows.
Forum: Plugins
In reply to: [GigPress] Shows not savingAre you dating them as 2014 instead of 2015?
Forum: Plugins
In reply to: [GigPress] jQuery ErrorAFAIK, this is not a GigPress issue. GigPress properly enqueues jQuery, so it should always be available when GigPress’ javascript is called.
You can confirm this by switching to one of the default themes and seeing that the error does not occur.
Forum: Plugins
In reply to: [GigPress] Move Venue in front of CityYou’ll have to create a custom template to rearrange the columns: https://gigpress.com/docs/#templates
Forum: Plugins
In reply to: [GigPress] Ticket Link in wrong placeYou likely need to upgrade to the current version of the Grammy theme. They released updates awhile back to address changes in GigPress’ markup.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Clipping my Site!Hmm, I’m already using wp_enqueue_script with jquery as a dependency in GigPress. It could be that your theme is calling jQuery manually, rather than enqueueing it?
Forum: Plugins
In reply to: [GigPress] Sync artist on two sitesSorry, there’s no automated way to keep two GigPress sites in sync like this – unless you were to do it at the database level (keeping the GigPress database tables in sync directly).
Forum: Plugins
In reply to: [GigPress] Any premium theme based on gigpressCheck out https://foxhoundbandthemes.com
Forum: Plugins
In reply to: [GigPress] Generate related posts after dates already existYes – just edit the show, change the menu to “Add a new post” and then save it.
Forum: Plugins
In reply to: [GigPress] Show dates not changingActually, looking again, your date formatting IS the issue. For the short date, you have:
D (day of the week)
M (month)
y (year, 2 digits)Your dates are Sunday, September 7th, 2014 and Sunday, September 14th, 2014.
Both will appear as “Sun Sep 14” in this case.
I changed you date formatting to D M d, and your dates are now displaying as:
Sun Sep 07
Sun Sep 14Forum: Plugins
In reply to: [GigPress] Show dates not changingHmm, odd. Have you customized the GigPress templates at all, or is this a fresh install?
If you’re willing/able to send me WordPress and FTP credentials, I can take a look. [email protected]
Forum: Plugins
In reply to: [GigPress] Show dates not changingWhat do have set for your date formatting options in GigPress’ settings?