how to get minimalistic music player / how to get the billy music player to actually work.
1. if you dont have the music in your itunes playlist, convert them first using THIS website or any website that you use to get free music.
2. Go to Kiwi6 and create an account. its simple and free!
3. click “ upload files” under “ my account” - MANY people cant find this specific button; if you cant find it just click this ( it’ll directly bring you to the upload files tab)
4.AFTER youve uploaded all your songs, go to ‘ ACCOUNTS’ and click “PROFILE” , your songs should appear.
5. Click on the songs you want and a page will show up. it’ll look like THIS. if you cant find it, click “control” + “F” and type in “hotlink”
6. copy and paste the hotlink and go to BILLY and paste all your songs there.
7. it’ll give you a code and paste it anywhere u want, most people put it in their description or under <body>
iHover addons for Visual Composer Wordpress Plugin (Miscellaneous)
iHover addons for Visual Composer WordPress Plugin (Miscellaneous)
Purchase $15.00
The best way to make Image Hover Effects in your Visual Composer page builder. Choose from 20 customisable Image Hover Effect layouts we created just for your needs. This pack is truly awesome and unique in its design and usability.
How did you add the white boxes to the fc directory, I have the same theme set aside for family pages but I haven't used it because I didn't know how to do that.
I’m not sure if you’re talking about the hover box or not :S. If so, I’ve already answered here : http://angeldustmt.tumblr.com/post/127469266399/ :)
Hey! I have a question about the theme you use for your FC directory; How do you get the hovered text box over the images? Like what did you insert in the html? I'm using the same theme and I don't like having the text underneath the images, and I've tried looking around for answers but nothing seems to work. I'd really appreciate it!
Hi ! I hope it could help you :) Click on “keep reading” to see the code ! Don’t hesitate to ask if you need explaination :)
.text {position: absolute;top: 2px;left: 2px; right: 2px;bottom:2px;width: 111px;height: 180px;/*padding: 0px 0px; */font-size: 10px;text-align: justify; background: #f3f3f3; opacity: 0; -webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);transform: scale(0);}
.hoverbox:hover .text {opacity: 1;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
We have been receiving so many requests for the little cute hover box that people have to organize social links and such! This requires the tiniest bit of html knowledge!
Go into your HTML and ctrl+f <style type="text/css"> you will paste THIS code anywhere under that.
Then you will ctrl+f <body> and paste THIS code under that. Here is where you will edit what goes into your box, I have it all laid out for you in the html, all you need to do is fill in the spaces. You also son't really need a music/nets/favorites you can swap out any of the titles and enter whatever you'd like to be in the hover boxes! The finished product will look something like this :
I hope you like it! I'm so sorry I haven't been able to get more new material up, HTML is time consuming and I haven't had a lot of free time lately! Thanks for the patience and continuous support!
<3 - sarah
hi marcie! i was wondering, is there anything particular that you had to do to get the hover thing on your networks? like, when you hover over it and it says the name of the network, but its not the normal grey box tumblr has
Hey babe! So what you’re referring to is a tooltip - it’s used to customize the hover boxes that give additional information about links when you put your cursor over them :-)
To install one yourself, you will do the following:
STEP 1
Put this code somewhere after - this area will be near the top of your theme code. Oh, and fyi - the settings in this section are currently set to my own, but you are free to play with font family, style, color, etc. Just follow the instructions in the code. Also, make sure you pay attention to the margins, because that will determine how far away your hover box appears from your actual cursor.
STEP 2
Put this code sometime before - I usually like to put it directly after {CustomCSS}, but it’s up to you as long as it’s somewhere in the header section.
STEP 3
Lastly, every time you make a link that you want hover text on, you will need to build it a little differently in order to tell the code that it needs to put a label on its link. It will look like this:
href="http://yourlink.com"> this is where the NON-hover link text will go, so if you’re using the tooltip you’ll probably be putting a symbol or something here!
If you have any other questions, please let me know!
Q: “Do I need to credit you if I use these codes?”