Widget on Homepage & trying to find some CSS??
-
WordPress version:3.5.1
Plugin version:2.1
Link to my site: homepage widget issue
Link to tracklist issue – below
http://www.kidsworshipguy.com/wordpress/?page_id=280I expected the plugin to do this: play the selected playlist in the widget
Instead it did this: played the sample playlist instead
Here’s what I’ve tried so far:
Not much…Stuck with this one!
Hi I bought your plugin last night and I feel like Ive come along way with it – but Im a little stuck with this bit! Also Having trouble trying to style the player track titles with css coz I cant find a certain bit of code that I can see is overriding your styling – the ‘rightdiv’ that isnt even in the style.css – aaarrrggh, Ive looked everywhere 🙂Any and every bit of help will be gratefully received!
regards Graeme
http://wordpress.org/extend/plugins/html5-jquery-audio-player/
-
ps – if you go to the link above you’ll see the track purchase price styling issue – any tips on that too would be greatly welcome – I kind-of know how to fix it – I just cant find the offending ‘rightdiv’ – I do an inspect element in Chrome and I find the overriding code – but I dont know what file its in.
`.rightdiv {
width: 140px !important;
}If you know where or how to get rid of that ‘!important; ‘ thing – it will work [the second css bit anyway!]
Hi Grayhem, hope I can help you…
Firstly, your widget issue… Showing the sample player instead of your playlist is almost always an issue with the shortcode. The most common culprit is when there’s characters or symbols in the playlist title, playlist description, or song title field/s. This is a small bug I’m going to be fixing up in next release but for now the solution is to go through carefully and make sure you’ve removed any characters/symbols (eg ” ; , % # ! _ etc)
Next, your styling issue… I concur, the problem is with the !important attached to a rogue rightdiv css coming from somewhere! I can’t see exactly where it’s coming from sorry, but I can assure you it is definitely not in any of the plugin files for this plugin, and as far as I can see it is not in your theme css. I think you should check through all your templates as I think it might be hardcoded in the page template.
Hope that helps!
Dear Maeve
THANKS!!! Yes that worked – [re the hompage playlist], and now Im really happy with how it looks and so is the artist, so its a SCORE on both accounts!! – AND I found the rogue code [!important] by downloading the whole site to a local folder then using ‘Agent Ransack’ to find the offending tag, and eliminated it.
My only small ‘gripe’ now is that I dont know how to get the BUY link button to open the link in the same window, and not open up another one. You see, the buy link takes them to the shop within the same website, so Id like it to appear in the same browser window. Im just not sure as to how???
If you knew, I think that would be it………. for now!! 🙂oh … yes….the only other ‘other’ thing is a request that some other person I saw on this forum was asking for – and that is the ability to just click the BUY button and it would ‘add it to cart’ instantly, instead of just going to a link destination. But I know that’s a whole feature request, but here’s hoping one day… 🙂 [ BTW my site uses woocommerce plugin for the whole shop thing]
thanks
and all the best
GraemeThe BUY links current open in new tab. If you want to open in same window you’d have to do this in the plugin code – from line 90 in ttw-music-player.php
You also asked about linking a buy button straight in with your existing woocommerce cart – this is something I’m working on and will be released in 2.3 (a few months away)
The topic ‘Widget on Homepage & trying to find some CSS??’ is closed to new replies.