• how can I play an mp3 in the background from the top bar without going to a seamless I have Soundy Background Music. but can’t get it to work from top bar menu.

    Thanks
    Dave

Viewing 9 replies - 1 through 9 (of 9 total)
  • hannah

    (@hannahritner)

    Hey Dave,
    I haven’t worked with this plugin so I don’t know much about it. Do you mind posting a link to your site so I can see what you’ve done so far?

    Hannah

    Thread Starter Dave Stuckenschneider

    (@davestucky)

    Cool, thanks on my site http://www.ucityclassof66.com in the topper you will see a Facebook icon, a change profile person icon and shopping cart (you guys put that in) somewhere up there I would like to put a musical note or the play button and when clicked I would like it to play a song without opening a player or going to a separate page. I only chose Soundy plugin cause it does that, if there is another way, that’s cool to. Thanks again

    hannah

    (@hannahritner)

    This plugin may be a better bet- https://wordpress.org/plugins/compact-wp-audio-player/
    It plays via shortcode so you could paste that into a text widget in your header.
    Hope it works for you!

    Hannah

    Thread Starter Dave Stuckenschneider

    (@davestucky)

    Haven’t gotten this solved yet but did get this on site this am

    Your theme (Virtue) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.

    Any ideas?
    Thanks
    Dave

    An update came out today. version 2.6.3 and it will make that notice go way. you can download here: https://downloads.wordpress.org/theme/virtue.2.6.3.zip

    Kadence Themes

    Thread Starter Dave Stuckenschneider

    (@davestucky)

    Thanks for the quick response.

    Turning back to original challenge, OK compact player does what I want but the button comes up under the Indian head. Any way to make it appear on left or right of it?

    Thanks
    Dave

    hannah

    (@hannahritner)

    I don’t see the compact player…where are you adding it?

    Hannah

    Thread Starter Dave Stuckenschneider

    (@davestucky)

    OK got the player on the topper as a widget. But would like to have it as icon over near social stuff. If not then on the same line as Indian Head.

    Sorry got sidetracked on other stuff.
    Thanks
    Dave

    You can try css like this in your theme options > advanced settings:

    .topbar-widget .textwidget {
        float: left;
    }
    .topbar-widget .textwidget:first-child {
        float: right;
    }
    @media (min-width: 768px){
        .kad-topbar-right {width:60%;}
        .kad-topbar-left {width:40%;}
    }
    @media (min-width: 992px){
        .kad-topbar-right {width:70%;}
        .kad-topbar-left {width:30%;}
    }
    @media (min-width: 1200px){
        .kad-topbar-right {width:80%;}
        .kad-topbar-left {width:20%;}
    }

    Kadence Themes

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Play song from top bar using Soundy Background Music’ is closed to new replies.