Discussion on Poison - Music HTML One Page Template

Discussion on Poison - Music HTML One Page Template

Cart 927 sales
Well Documented

xvelopers does not currently provide support for this item.

254 comments found.

Has there been a fix for the Dreamweaver CS5 issue? I know im a year late but this is now my current issue. The Html wont load… help?

I am able to open it in any editor not sure why you cant open it in Dreamweaver. Please make sure your software is not corrupt and has been installed correctly

hello, Love the template .. still strong. 1. Enter Site and Events button on version 5 – not working (showing) in Microsoft IE (11).

2. I have the audio player set to auto play.. but tired of hearing the same first song. Can you add code to the main.js to add Random.. Or – how can I make the audio player play a random song from the list instead of the first.

thanks .. I hope you continue to add to this template as well.. also having a problem creating a tooltip.. but Random most important- thank you !!

Random/Shuffle Audio Playlist:

if you want your album audio playlist to play a random tune on every visit and refresh, try this..

Remove <//script src=”assets/js/jquery-1.11.0.min.js”></script> from bottom of index file.

then add this to head section to replace it (tested) : <script src=”http://code.jquery.com/jquery-1.9.1.js”></script>

then add this js code to head section: <script type=’text/javascript’>//<![CDATA[ $(function () { var parent = $(”#shuffle”); var divs = parent.children(); while (divs.length) { parent.append(divs.splice(Math.floor(Math.random() * divs.length), 1)[0]); } }); //]]>

</script>

then add this inside your

    upload and refresh page.

ul class=” playlist-files” id=”shuffle”> last post removed code … add this to where your tunes are coded …

Thanks dude :) .... did you see this tooltip plugin http://protip.rocks/ ? This seems promising.

Hi – thanks for the development of Poison. I have just about finished my site however am wondering how to have multiple news-popups. Can you point me in the right direction. Thanks

Bootstrap modal is used for news pop-ups, and for demo I linked all news to same modal. Please see how to use bootstrap modal and you are good to go. Let me know if cant figure it out. http://getbootstrap.com/javascript/#modals

hello I noticed that the site does not work on safari with apple smartphone. you can give it a try? thank you

www.antonellovenditti.it

urgently tanks.

I will look into that asap.

Hello, I’ve just downloaded this template and am really enjoying it.

I am however struggling with a could of things – firstly the news boxes. When I click on the show full article, a small pop up box appears but with nothing in it, it’s like the code isn’t working… Also, I am trying to get the tweets to work – I’ve obtained the right keys but am unsure of what I need to change in the html.

Many thanks

Hi, You need to put your keys in “php/tweet_api/config.php” about news boxes, they seem to be working on the demo, Please make sure there are no bugs in the console.

I need help with the poison site with video background. The site is taking too long to load. I stops at 97%, then takes a long time to load. The video i am using is only 13MB. I can hear the video playing but the preloader is still visible. I need directions on how to get the preloader page to speed up and also how to remove the preloader so that the site load instead of the preloader. Please get back to me as soon as possible thanks.

just removed it

that seemed to work…thank you so much

Ahhh, Finally . Please don’t forget to rate :)

I need help with the poison site with video background. The site is taking too long to load. I stops at 97%, then takes a long time to load. The video i am using is only 13MB. I can hear the video playing but the preloader is still visible. I need directions on how to get the preloader page to speed up and also how to remove the preloader so that the site load instead of the preloader. Please get back to me as soon as possible thanks.

hi i hava a pre purchase question : in mobile view will it be possible to have the menu fixed on top so the user can quickly select a different page?

Hi, By default its not fixed, we did so to ensure more space for user to view content , as in the menu there is player as well, so if we fix it there will be very little room left for content that may annoy some users. However you can modify/mold theme according to your needs if you now jquery basics.

Good night, I’m trying to change the background of line 817 from the main.css .navbar-default file, but when saving the changes the original still appears, please help.

It would be better if you could tell me class name or point out element, this way its hard to tell, however it seems you are talking about ”.navbar-default” and you want to change BG of navigation, well I just tried to change it and it worked, like currently its white, and I changed it to red.

I want to add albums of music to every year in order that it should be opened in the index, but not as changing it into an url that is opened in the same index

I want to create a link that opens the year 2013, which now does not open anything, because it has the condition written 2013.

It might say to me that I must use condition instead of # in order that it opens the year 2013?

Buddy its just HTML it would not open anything, you need to do customization according to your needs. You can use ajax or server side language to accomplish that.

Since I can open one mp3 in the audio player from albums.html, because when I put an url of one mp3 it opens a new page me with the audio player of the browser. Please he verifies here http://demo.globalmediahd.net

Hello, meanwhile I wanted to get compliments for the model. I wanted to know how I could link in section 5 albums of several years. Very Important…thanks.

Bootstrap modal has been used, Please refer to bootstrap docs http://getbootstrap.com/javascript/#modals

Hello, meanwhile I wanted to get compliments for the model. I wanted to know how I could link in section 5 albums of several years.

Hi, How do I make the Jplayer to play different album songs? now is just playing songs of one

You need to add more then one song in the album list, that list is mentioned in HTML also its in the docs.

Thank you for answer, but I don’t find clear information about, I’d added three albums to test it, and added one song for each one, but the player still playing just one album song, I’m not looking for play many songs of the same album but how to make the player play different albums songs

Hey, In the HTML , on the line 171 , lines may not match as you might have changed according to your needs however still you will be able to understand, Please see the image below this list is how songs are added in the playlist, you have to add as many list items as much you want to add songs in the playlist. I hope this answers your question.

http://imgur.com/a/0aBth

just bought the theme and i’m trying to find out if there is a way to make the navigation sticky to the bottom of the window until you scroll and then it moves to the top to stay there. i removed the player, cause i just need the navigation bar. so, is there a way? thanks in advance.

well okay, but how? can you gimme a hint please? i’d prefer css over js. but i’ll try digging through your code

Sorry for the delay, If I am understanding you correctly, All you want is that navigation is in the view port as the player is currently, for that you should only reduce the height of the hero header. In the main.js file its very first section that is responsible for hero header ( top banner ) currently code set its height equals to the viewport height somthing like this $('.hero_section').css('height',$winHeight+'px'); but in your case we really dont want headers height to be equal to windows height but it should be windows height – navigation height so that it leaves enough space for navigation so this line would change to $('.hero_section').css('height', ($winHeight - naviheight) +'px'); PS : variables naviheight and $winHeight are already there to be used.

Not sure if I have solved your issue with this or confused you more . let me know

Hi, is the Wordpress version of Poison no longer available? I’d like to use it on a new project.

Sorry we had to remove that.

there is a code to block downloading from url automatic programs (type: jdownloader)?

Hi, I am not sure what that means, are you saying you are not able to download the files?

Hi Apologies, I have not explained myself very well !! By using automatic software, such as jdownIoader, is there a way to prevent others from downloading images, audio etc. etc.?

I mean, I noticed that it is possible automatically download all contents by copying the url of “poison template” in jdownloader.

Is there a way to block this?

Many Thanks

Hey, sorry but I have never implement any thing to prevent such actions. and you are right websites could be downloaded using downloaders

Does the template have an auto play feature if I wanted my radio stream to play as soon as the page loads?

yes, it does. You will have to modify code a bit, I can assist if you want.

That would be great. I’m basically just wanting to use the template as a radio broadcast page. So when someone clicks on my “on air” menu button on my radio station page, this template will pop up, and the music will automatically play in your player.

I’ve modified it a bit because I only need one section. You can view it here: http://www.rizefmbroadcast.citrine.media

I’ve cut it down to two sections. The two tone section, and the “5-team spread” section. I love both of those but only one of them will be used as the background. I’ll either leave the two tone section alone and erase the team section, or replace the two tone with the team section.

But as far as the autoplay, how do I receive your assistance?

Hi, I know its been more then 10 days, apologies for that, please reach me at xvelopers@outlook.com for autoplay, its nothing but one line I will assist you about that.

Hi – I really love this theme but I am having trouble with #news_popup in terms of enabling a second, third, fourth article and was wondering if you could point me in the right direction to do this. I assumed it might be as simple as changing the id tag for the second article. Could you point me in the right direction to allow a second, third, fourth article.

Thanks and great work

Hi, glad you liked our work, However I am not sure about your question, as in news we used ajax not popups. Yes there are popups in media section and its currently linked with one dummy data, you can add as many popups as you need. its simply the bootstrap modal. http://getbootstrap.com/javascript/#modals

HI there,

I have PC laptop with Dreamweaver SC5 version. I can’t open the index files? Any ideas? Thanks, Cem Gurkan

I am not sure why. All files are standard HTML files and should work fine with and editor.

I’m working up a site with your amazing Poison template. My purchase code is cbffe8e6-3289-45dd-9d5a-0fcc9d2a11e5

I’m having a problem with the gallery. It doesn’t matter what picture you click on, only the first pictures comes up. I’ll also look in comments to see if there was a solution to this that I missed. It is the same in the demo so I know I didn’t break the code somewhere.

Thanks.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey