This topic has 9 replies, 4 voices, and was last updated 9 years, 5 months ago by Anonymous.
Tagged: Removed logins
Viewing 10 posts - 1 through 10 (of 10 total)
Hi,
I have recently uploaded some mp3s on my site but I can’t play them through the homepage music player. It only seems to link to the album page I created, where I can properly listen to.
Hope to hear from you as soon as you can.
Roberto
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Note: Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including wordpress content, theme options, widgets etc.
You have to upload some audios in album posttype and use that album id in theme options/player options/Album ID. Have a look at the screenshot.
Find for this code in style.css file on line around 509
#featured_slider {
position: relative;
padding: 0;
background-color: rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 1);
z-index: 9;
}
and do comment the background-color,
#featured_slider {
position: relative;
padding: 0;
/* background-color: rgb(255, 255, 255); */
/* background-color: rgba(255, 255, 255, 1); */
z-index: 9;
}
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.