Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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?

    #208879

    You can see what I want to achieve here and here

    #208933

    Hey!

    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,
    Ismael

    #209085

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

    #209130

    Hi!

    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-upload

    Best regards,
    Yigit

    #209234

    Er, 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!

    #209309

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive #header .social_bookmarks { margin-left: 30px; }}

    Regards,
    Yigit

    #210456

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

    #210523

    Hi!

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Add Audio Player to Social Icon Top Bar’ is closed to new replies.