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…
Search the Wiki
Why is the code doc display weird even when I use TextEdit?
TextEdit will only work when the “Display HTML files as HTML code instead of formatted text” box is checked. Contributor: Duane J
I’ve installed carousel, but it is not displaying properly on my site?
If you have completed the carousel widget installation, but when using the carousel the image stack vertically. This mean you may not have installed the carousel in the page layout you are using. Carousel widget requires to be install in specific page layout. If you complete the installation for Tall Header, but you are using Full Article…
The code file look weird in MAC TextEdit
MAC don’t handle plain text document very well, and sometimes the codes will display corrupted like your screenshot. There are 3 option for mac users 1) Please refer to Apple’s support to change the setting in TextEdit to allow you to open plain text document: http://support.apple.com/kb/ta20406 2) Use Chrome to open the file. It will Full Article…
Video Light box not working properly in Habitu
Click into “design” and into “Edit html/css” to open the code editor. On the left hand-side column, locate “index” to open the html editing page. Here delete the extra code Delete the extra code bracket in red show above. Save & re-publish your site.
Why is the video light box open to Youtube/Vimeo page instead of a lightbox popup?
The most common reasons why the video lightbox is not functioning properly are: 1) The script codes are not inserted Review Step 2 and 3 the installation to see if you have inserted the script codes properly 2) The js files are not uploaded Review Step 5 of the installation guide to upload your js files. Full Article…
I have both Video Lightbox Widget and Carousel Widget on the same page and they are not working!
When both the Video Lightbox Widget and Carousel Widget are installed on the same page layout, one code is duplicated which made the widget temporary inactive. Here is the script code of the carousel widget: <script src=”/files/theme/jquery.dt-carousel.js”></script> <script src=”/files/theme/dt-carousel-1.js”></script> <script src=”/files/theme/dt-carousel-2.js”></script> <script src=”/files/theme/dt-carousel-3.js”></script> <script src=”/files/theme/dt-carousel-4.js”></script> <script src=”/files/theme/dt-carousel-5.js”></script> Here delete the highlighted code above, so the Full Article…
Carousel widget bottom cut off
In the highlighted area, add this: height: 300px; Here you can insert any number in place of 300. Depending on the height you want, you can customize the height value of the item as you like. The final item code will look like this:
Where can I find the main-style.css page?
I am having trouble finding the main-style.css document in Weebly Editor. I want to edit the menu text color and font style and I need to do this in the main-style.css. Here is how you can access the main_style.css editing page. Step1: Open Code Editor Step 2: Open Main_style.css When you are in the Full Article…