Forum Replies Created

Viewing 15 replies - 106 through 120 (of 234 total)
  • Plugin Author slushman

    (@slushman)

    Hey 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.

    Plugin Author slushman

    (@slushman)

    Since I haven’t received any further details from either of you, I’m marking this as resolved.

    Plugin Author slushman

    (@slushman)

    Hey 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.

    Plugin Author slushman

    (@slushman)

    Hey 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. πŸ™‚

    Plugin Author slushman

    (@slushman)

    hey 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.

    Plugin Author slushman

    (@slushman)

    Glad to hear its resolved!

    Plugin Author slushman

    (@slushman)

    Hey Roviel,

    I’ll need a link or something to your site to take a look. What difficulty are you having?

    Slushman

    Plugin Author slushman

    (@slushman)

    Can 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.

    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.

    Plugin Author slushman

    (@slushman)

    I’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.

    Plugin Author slushman

    (@slushman)

    Got 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!!

    Plugin Author slushman

    (@slushman)

    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
    Slushman

    Plugin Author slushman

    (@slushman)

    Hey 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.

    Plugin Author slushman

    (@slushman)

    Hey 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

    Plugin Author slushman

    (@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.

Viewing 15 replies - 106 through 120 (of 234 total)