Tagged: x
-
AuthorPosts
-
November 13, 2016 at 8:45 am #1255221
AnnParticipantHey there,
I’m having issues with my soundcoud embed player. From Soundcloud, the player setting is set to be light grey (see screenshot), but when I embed on my site the grey box won’t show at all. Let me know if there’s a fix to this 🙂
Thanks!
Ann
November 13, 2016 at 9:08 am #1255244
RupokMemberHi there,
You can try checking the “WordPress Code”. Can you share the code you are using so that we can try on our end?
Thanks!
November 13, 2016 at 9:25 am #1255262
AnnParticipantThe wordpress code won’t work at all. It just appear as “code”.
This is what I have on that second screen I sent:
<iframe width=”100%” height=”20″ scrolling=”no” frameborder=”no” src=”https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/292746254&color=ad0000&inverse=false&auto_play=false&show_user=true”></iframe>
Can be found here too:
https://moveu.com/podcast/episode-13/
Thanks!
November 13, 2016 at 9:42 am #1255277
RupokMemberHi there,
Are you using Text Element or the “Embedded Audio” element? I have tried the below code :
<iframe width="100%" height="166" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/292746254&color=ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>And the result was like this – http://prntscr.com/d6qq79
Let’s try again and make sure to copy the whole code.
Cheers!
November 13, 2016 at 9:45 am #1255278
ChristianModeratorHey Ann,
Please use Cornerstone’s Embedded Audio element or the shortcode version http://demo.theme.co/integrity-1/shortcodes/audio/
Thanks.
November 13, 2016 at 10:14 am #1255287
AnnParticipantI have tried both text element and audio and it s till won’t work. The result you have is from embedding the larger player. I’m looking at the “skinny option”.
Thanks!
November 13, 2016 at 10:22 am #1255290
RupokMemberHi there,
We can have a look into your page. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
November 13, 2016 at 10:26 am #1255292
AnnParticipantThis reply has been marked as private.November 13, 2016 at 10:56 am #1255321
RupokMemberHi there,
It seems you are using only 20px height where the background color and other styling are eliminated by Soundcloud. It should only show the text that’s currently you are seeing. It’s pretty expected as it works this way.
If you want to set a background color for this, you can add this under Custom > CSS in the Customizer.
.x-audio.embed > iframe { background-color: #ad0000; }Cheers!
November 14, 2016 at 11:55 am #1256764
AnnParticipantThat worked!
Thanks!!
Is there a way to add more color around the player? I tried adding a border and padding but that just messed up the player.
Ann
November 14, 2016 at 3:29 pm #1256985
DarshanaModeratorHi there,
You can add this under Custom > CSS in the Customizer.
.x-audio { background-color: #ff0000; padding-top: 5px; }Hope that helps.
November 15, 2016 at 10:21 pm #1258920
AnnParticipantI already tried that but it only works one way.. I want to add padding both to the top and to the bottom and it only pushes the text away.
Ann
November 16, 2016 at 1:57 am #1259053
RupokMemberHi there,
Let’s update your previous code :
.x-audio.embed > iframe { background-color: #333333; padding-top: 1px; }to following :
.x-audio.embed > iframe { background-color: #333333; min-height: 41px; padding: 11px; }Hope this will do the job.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1255221 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
