slushman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display multiple roles for "wp_user_query"Hey Keenan,
Check out this guys solution. It works for me to doing multiple queries for multiple roles.
https://wordpress.stackexchange.com/questions/39315/get-multiple-roles-with-get-users
Hey Stephen and expomas,
Version 0.374 was published earlier today, it should show up in the updates (at least it does on my site) and the update should take out the goofy code.
Slushman
Well, I don’t remember where I was going with that, but thanks for catching it! I’ll publish an update asap.
Forum: Plugins
In reply to: ArtistDataPress – hoping for some extra featuresHey Martin,
Unfortunately, there’s not a way to run multiple instances of any plugin (aside from widgets) – the WP plugin architecture just doesn’t allow it. I suppose one could try to build that architecture, but that would be a long-term project and nothing I’d be able to code any time soon.
The simplest solution at this point would be to add the Artist’s Name in the layout and I’m currently looking at how best to do that.
Slushman
Forum: Plugins
In reply to: ArtistDataPress – hoping for some extra featuresNo, sorry. I meant the XML feed URL for the shows. Can you post that one instead?
By the way, that URL won’t work for the Artistdata Profile page. That is actually a link to the backend of Artistdata. Is this your public profile page?
Forum: Plugins
In reply to: ArtistDataPress – hoping for some extra featuresIt’s possible that the Label account feed is formatted differently than an artist account feed. Can you also give the URL you’re using in the preferences?
Forum: Plugins
In reply to: ArtistDataPress – hoping for some extra featuresHey Martin,
Thanks for the new posting. ??
The artist name would just be something you type into the page you display the calendar on, it wouldn’t need to come from ADP.
As far as displaying more than one feed, I’ll have to look into doing that. Widgets have an easy way to do more than one instance, but plugins typically don’t. ADP is not currently setup to display more than one feed, so I don’t know how that would work currently without using ADP and multiple ArtistData iFrames at the same time.
The order of the shows is actually determined by Artistdata. ADP just takes their raw feed and displays it on a page. It’s not re-ordering any of the shows, just spitting them out in the order they came from ArtistData. From my experience, it should be showing shows with the soonest first and latest last – what’s it doing for you?
I’ll look into how to multiple instances so you could display more than one artist and/or past shows also. Graying out the past shows (if it were on there) would just be a CSS thing.
Slushman
Forum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] XML Feed Link Had to Be ChangedHey Martin,
Could you start a separate thread for your question? If you’re not having the XML feed error, it would be better to keep it separate. I watch anything that comes up for the ADP plugin, so I’ll still see it, but respond there. ??
Thanks!
SlushmanHey Todd,
Sorry, I’ve been trying to work out the fatal exception error issue. The reason the shows on your page are al lout of whack is because for some reason, the default.css, which contains the actual layout for that page, is not loading. Can you check the plugin folder on your server and make sure the file is there? It should be in:
wp-content/plugins/artistdatapress/css/default.css
Forum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] Unknown or bad timezone ()Hey Wolfman,
I may have this one figured out and I’ll post a bug fix release once I get that sorted. Part of the problem is ArtistData has duplicate entries for venues, like The High Noon Saloon has four options, all in Norwich Ct (or “Norwhich” in one case), which is bound to happen when a company allows its customers to enter their own data. It appears that at least one or several of these venues are entered without the correct time zone setting, which then defaults to System/Localtime, which isn’t a real, valid time zone – and completely jacks the ADP plugin. I’ll get a bug fix out asap and this should go away for you and everyone else.
Slushman
Thanks Lena! I’d love to include your changes to help make it easier for i18n. Yo ucan send the changes to me at the address below.
chris at slushman dot com
Sure thing, I guess it’s not posted on my site after all! ??
chris at slushman dot com
Hey tboston007,
I’m seeing two separate issues here. First, you’re missing the CSS file that makes your shows page layout correctly. I believe if you delete the plugin and reinstall it, it will fix that.
The second issue is the DateTimeZone issue, which someone else reported too. Can I get the URL for your shows feed? I’ll need that to help narrow down the problem.
Forum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] Unknown or bad timezone ()Hey Andrew,
Just curious, does the error also say something about “Unknown or bad timezone (System/Localtime)”? If so, someone else is reporting that same error and we may need to troubleshoot some to figure it out.
The ISO section is part of the formatting needed to make each event show up as an event on Google. They use microformats to delineate different things, like events, and I added the event microformat in the last big update. The ISO section just takes the time and date for the event and puts it into the correct format to be read correctly for each event.
Can you give the URL for your show feed? I want to try to narrow this error down.
Hey bluefishbrothers,
Can you make a php info page and shoot me the URL? Feel free to email me rather than post the URL here. I’m thinking there’s got to be a difference between your PHP config and mine because your feed works fine on my development site.