slushman
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Widgets] Some URLs work… some don'tHey Regis,
I just updated the plugin to 0.3.1 to reflect the new Bandcamp player. I thought I had that sorted out, but it appears the new player has the album ID is a different place than the version 1 player did in the page’s source code. It should work for everyone now.
As far as the SoundCloud set, I’m going to guess that has something to do with the permissions on the set. I just played around with one of my sets and was able to remove the embed code from other people’s view of my player. I believe when you do this, it also disables the oEmbed, which is how the SoundCloud player works within this plugin. They may need to change their permissions to allow people to embed that player.
Forum: Plugins
In reply to: [BP Profile Widgets] Music Player Not ResponsiveSince I haven’t received any further details from either of you, I’m marking this as resolved.
Forum: Plugins
In reply to: [BP Profile Widgets] Some URLs work… some don'tHey Regis,
I’m betting it has something to do with the URL that member has posted. It needs to be the URL for the album. The plugin then searches that page to get the album’s unique ID #, which is added to the player’s code to make it embed properly. If the member has posted the URL for their membership page (not the album page), it may not find the unique ID #.
That “E HTML PUBLIC” is actually part of the beginning of the source code for the page. I’m not sure why that particular section is being grabbed. If could post the URL for that member, I can take a look.
Forum: Plugins
In reply to: [BP Profile Widgets] Can't Log Into my Dashboard After InstallationHey Gerald,
The BP Profile Widgets plugin is meant to be used along with another plugin, BuddyPress. The function it refers to in the error message (xprofile_insert_field_group) is part of BuddyPress, did you have it installed and activated?
To get back into your Dashboard, you’ll need to FTP into your site and delete the bp-profile-widgets folder in the /wp-content/plugins/ folder. That deletes and deactivates the BP Profile Widgets plugin and should allow you back into Dashboard. Install and activate BuddyPress first, then try using the BP Profile Widgets plugin.
Please note, BuddyPress is like a social network for your site. It won’t allow you to have a music player for your site, but allows each person in that social network to have a separate player on their profile page. if you’re wanting a player for your site, you may need to look for a different plugin. I’ve had good experiences with this $16 one:
http://codecanyon.net/item/fullwidth-audio-player-wordpress-plugin/1321160
Let me know if my tips above don’t work. π
Forum: Plugins
In reply to: [BP Profile Widgets] Music Player Not Responsivehey nguyendam,
Its best to start your own thread if your issue isn’t exactly the same as the original posting. Go ahead and start one and I’ll answer there.
Forum: Plugins
In reply to: [BP Profile Widgets] Could you help me with my theme?Glad to hear its resolved!
Forum: Plugins
In reply to: [BP Profile Widgets] Could you help me with my theme?Hey Roviel,
I’ll need a link or something to your site to take a look. What difficulty are you having?
Slushman
Forum: Plugins
In reply to: [BP Profile Widgets] Music Player Not ResponsiveCan you tell me what you mean by “responsive”? In web development, that has a specific meaning. Do you mean the player doesn’t work when you click the play button or it doesn’t scale well to mobile/tablet browsers?
In any case, the players themselves comes from the vendors, I’ve just copied their embed code and formatted the URLs to work with their code. In SoundCloud’s case, the embed code is not in the plugin, but comes from SoundCloud. I just send them the URL from the profile and they give me back the embed code. If its not working, you’d need to check with them.
Forum: Fixing WordPress
In reply to: how to wp_query – meta_query value string contain in key string ?Hey Mihail,
I ran into a similar situation this week and what worked for me is the LIKE compare operator and adding the meta_key to the main query. In your case it would be:
$email_query = new WP_Query (array ( 'post_type' => $field_of, 'post_per_page' => -1, 'meta_key' => $select_of, 'meta_query' => array( array( 'key' => $select_of, 'value' => $select_val, 'compare' => 'LIKE' ) ) ));Give that a shot.
Forum: Plugins
In reply to: [ArtistDataPress] Other Info / Show DescriptionI’m not sure why it hasn’t notified you of the update, but the current version is 0.6. I suppose you could just delete the plugin and reinstall it. You’ll want to copy your settings to a text file (like the feed URL), then paste them back in after the reinstall.
Forum: Plugins
In reply to: [ArtistDataPress] Plugin not displaying any dataGot a bug fix release out any minute now. I installed the new version on my artist site and found the layouts weren’t being loaded. Basically, I didn’t change the name of the layout to lowercase so it would load the correct file. That’s fixed now. Hopefully, that’s the same issue you’re seeing. If not, let me know!!
Forum: Plugins
In reply to: [ArtistDataPress] way to display future and past shows?Hey Rob,
Its explained in the readme, but heres a sample of what to do:
In the plugin settings, put in your future shows feed (or past, either one). Then in the shortcodes:
[artistdatapress]
[artistdatapress feedurl=http://feeds.artistdata.com/xml.shows/artist/AR-8FAD4948ACC579CB/xml/past]
Be sure not to put quotes in the shortcode, otherwise it won’t work. I would copy paste the lines above and just replace the URL with yours.
I don’t have a way to sort the items yet, that might be a future development.
Thanks
SlushmanForum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] Past ShowsHey Ljova,
I just double checked it on my development site and its working there. Here’s what I put on my test “Shows” page:
[artistdatapress]
[artistdatapress feedurl=http://feeds.artistdata.com/xml.shows/artist/AR-8FAD4948ACC579CB/xml/past]
That second one display our past shows while the first one shows our the “empty” message, since we don’t have any upcoming shows right now.
Are you typing the second shortcode with the quotes around the feedurl part? If so, that would break it.
Forum: Plugins
In reply to: [ArtistDataPress] [Plugin: ArtistDataPress] Past ShowsHey Ljova,
In version 0.5 I added the ability to override the plugin settings feed URL with a URL you specify in the shortcode itself. Doing this, you can have two [artistdatapress] shortcodes on the same page, but they display two different feeds (like your future and past shows). The readme file in the plugin has the details. π
Slushman
Hey mocmocmk,
I still haven’t received that email. you’re sending it to:chris at slushman.com, right? (replacing “at” with @, of course)
You can also just post the URL to your site here and I’ll check out the front end. If everything is working on the front end, I wouldn’t need to have a login to your site.