Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
ā Live Streamingā Interactive Chatā Private Showsā HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
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/Ā :)
Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
ā Live Streamingā Interactive Chatā Private Showsā HD Quality
Anya is LIVE right now
FREE
Free to watch ⢠No registration required ⢠HD streaming
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?ā