Tagged: audio player, custom layout, enfold theme, social media bar
-
AuthorPosts
-
January 13, 2014 at 10:45 am #208878
I have successfully installed the Compact WP Player Plug in with the idea of placing a player localed to the right of the social media icons on my page built on the enfold theme. Can you please help me customize this?
The code I need to call my audio file is
[sc_embed_player fileurl=”http://myblog./wp-content/uploads/2014/01/music.mp3″ volume=”10″ loops=”true”] but where do I place it?
January 13, 2014 at 10:53 am #208879January 13, 2014 at 2:23 pm #208933Hey!
You can edit header.php, find this code on line 101:
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);
Below, add the do_shortcode function with the plugin’s shortcode:
echo do_shortcode( '[sc_embed_player fileurl="http://myblog./wp-content/uploads/2014/01/music.mp3" volume="10" loops="true"]' );
Add this on Quick CSS to position the button properly. Adjust if necessary.
.sc_player_container1 { position: absolute; top: 0; left: 83px; }
Regards,
IsmaelJanuary 13, 2014 at 6:21 pm #209085Thank you so much! It works flawlessly. Not quite finished with the site, but check it out– I think you will like what I built with your theme!
January 13, 2014 at 7:52 pm #209130Hi!
You website looks great! But it seems like some image links are broken as you can see here http://i.imgur.com/NyKJ6wB.jpg
Please try removing them from Media Library and re-uploadBest regards,
YigitJanuary 14, 2014 at 12:02 am #209234Er, one more thing though: on mobile devices the play button is now landing on top of the other social media buttons. Can you please help me fiix this? Thanks again!
January 14, 2014 at 5:12 am #209309Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive #header .social_bookmarks { margin-left: 30px; }}
Regards,
YigitJanuary 16, 2014 at 3:19 am #210456Hey! You have been great, and the theme is now looking awesome, if I may say so myself (maybe I will be lucky enough for you to make us a featured site) :) In any case, a couple of other things. In the client section, I currently have 12 images displaying, but the truth is that I would rather have a wide mosaic of media that can be scrolled. Ideally a Masonry effect, that on roll over displays some info, and that can move between images with <> buttons on bot ends— or something like that. If you can suggest a way to do this, or, conversely do a gallery like I have, but one that can flip between sets of 12 clients for people to navigate (the client has over 300 client references) basically, I am trying to display the clients in a cool way with a gallery of logos.
On that same theme, I have been struggling to have a cool way to display a video gallery of the work of the client. Unfortunately, I cant seem to make this work. Ideas, suggestions,are most welcome.January 16, 2014 at 7:50 am #210523Hi!
The theme only have the masonry gallery at the moment. You need to work with that or you can find a plugin that will suit your needs. You can also hire a freelance developer to modify the theme for you. Visit Werkpress, they will happily help you with the customization.
Regards,
Ismael -
AuthorPosts
- The topic ‘Add Audio Player to Social Icon Top Bar’ is closed to new replies.