The default button color for mobile play button is black. You can change the color by following these instruction 1) Click into “design” and into “edit html/css” 2) Click into “main_style.css” to open the CSS page 3) Locate this code: .playlist { background: rgba(0,0,0,0.4); display: inline; padding: 20px; margin: 0 auto; } 4) Here ADD the Full Article…
Search the Wiki
How to Set Up TextEdit as an HTML or Plain Text Editor
1. Open TextEdit. 2. Choose Preferences from the TextEdit application menu. 3. Click open Open and Save section. 4. Set the following setting: 5. Save your changes and re-open your doc Notes 1. Any data in TextEdit prior to taking these steps may contain rich text commands that become visible after the preference changes are Full Article…
I’ve installed the Video Background Plugin, but why is it not showing in my website?
DivTag templates comes with multiple page layouts. The number of page layouts depends on the DivTag template that you purchased. After you have installed a DivTag Video Background Plugin (sold separately), the plugin is only set in place when you set or designate a specific web page as a Plugin Page Layout. To do this, Full Article…
Add content text box in Video Background Plugin in Drops
Drops does come with content text box styling. So you can easily apply a DARK or LIGHT content text box in the Video page. Here is how: Click into “design” then into “edit html/css” Click into the video background page layout HTML page. In our guide, it is the “videobg.html”. But if you called it Full Article…
How to hide Video Background Control Bar but keep the audio
1) Log into your Weebly account if you haven’t done so 2) Click on “design” then into “edit html/css” 3) Click on “main_style.css” to open the css editing page 4) Here locate this code: /* ——————————————————————– VIDEO BACKGROUND PLUGIN ———————————————————————*/ 5) Directly BELOW that code insert this code to hide the control bar: /* ——————————————————————– Full Article…
Why is the html code from my widget and plugin look so different from the guide?
It is very important to use the correct program to open the html doc. For PC users please use NOTEPAD. For MAC users, please use TXTEDIT. For MAC users, MAC do not have a plain text program by default. While at times TXTEDIT can be a substitute for NOTEPAD, you can have issue with the Full Article…
Why the plugin html codes don’t look the same as the tutorials?
If you are seeing something that look like this: This mean you have used the wrong program to open the html doc. I think I’ve addressed this issue in my last email. Here is what I’ve wrote: You may be using the wrong program to open the file. If you are using PC, make sure Full Article…
Why is my Vimeo video not playing in plugin or splash page?
Vimeo can restrict a video to play. When you try to open the link in a browser, you will get this page: Because Vimeo is restricting the video, the plugin cannot play it. Check your Vimeo account and see if you have set a no-share setting. I’ve took a screenshot of the Vimeo Denied page. Full Article…
ScreenPlay Video Background Safari Update – May 2014
This is an update for Screenplay Splash Page for Safari new Update 1) Download the new two js files here: May 2014 – video background update files 2) Click here to open your Weebly Editor 3) Open Code Editor 4) Upload new js files. Here upload the files you downloaded in STEP 1 into your Weebly Full Article…
Change Mobile Play Button Color for Video Background Plugin
The default button color for mobile play button is black. You can change the color by following these instruction 1) Click into “design” and into “edit html/css” 2) Click into “main_style.css” to open the CSS page 3) Locate this code: .playlist { display: inline; padding: 20px; margin: 0 auto; } .playlist:hover { } 4) Change Full Article…