This topic has 11 replies, 3 voices, and was last updated 10 years, 11 months ago by jamoja.
Viewing 12 posts - 1 through 12 (of 12 total)
Since running the update I have noticed that all of my internal content pages are missing: artists, albums, and galleries. The pages with the preview links are still there, but if you click a link to an individual artist, album, or gallery the theme serves a 404 error. The content still exists in the dashboard and the links all appear correct. Can you tell me how to make those pages live again?
Also, is there a way to increase the opacity of the content area so that more of my background image shows through?
Thanks
Please go to settings and set the permalink in the settings.
And for the opacity to increase, you have to write the css manually in style.css for that content area class.
For ex: If you want to increase opacity for the main content area, here is the code.
#main {
background-color: rgba(255, 255, 255, 0.5);
padding: 40px 0 0 0;
position: relative;
z-index: 17;
}
Thank you! I appreciate the help, that worked perfectly.
Can I ask an additional question? The music player will do ‘album’ or ‘dimix’, but how do I set it up to do a mix of different songs from different albums? I tried to make the songs djmixes and add them all to the playlist by comma separated code but it did not work – and even if it did work, the player would not show the information from the album the the song was from, which would be best. Basically, I want to know if I can make the player play a mix of songs I can control?
OK Krishnaveni, you are not understanding my question but it sounds like the theme is not able to do what I wanted. I wanted the player to play, for example, a song from album 1, then a song from album 3, then a song from album 2. Please consider making the music player capable of doing a mix of songs for future updates.
Yes, it is possible only for albums. You can enter a mix of songs id’s in theme options panel-> Player Options-> Album ID (here you can enter album id’s by comma separate).
Just look at this screenshot for better understanding.
If the above one is not the answer what you are looking for, then you can come on skype for better understanding, so that we can solve your problem.
Our Skype Id: support-aws
I have attempted to contact you several times on Skype but never receive a reply. You do not understand my question – I know that I can make the player play an ‘album playlist’, but the player will play ALL songs from ‘Album A’ and then ALL the songs from ‘Album C’, etc… But I want the player to play ONE song from ‘Album A’ and then ONE song from ‘Album C’ and then ONE song from ‘Album B’ etc… Do you know what I am saying? A mix of songs from the albums and not in order, but with the player displaying all of the information for that album.
Our support timings for giving responses on the topics and availability for the Skype Support as well. Our time zone is GMT 5:30+
Monday - Thursday 10:00 am to 6:00 am
Friday 2:00 pm to 6:00 am
Saturday - Sunday closed
You are contacting us when we are in off line.
Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.