0
Welcome Guest! Login
0 items Join Now

Cygnet: Recreating the Demo - FP GoToBottom

Your Guide to Recreating Elements of the Cygnet Demo for Joomla


FP GoToBottom

Custom HTML
1
Custom HTML

This area of the page is a Custom HTML module. You will find the settings used in our demo below.

Any mod_custom (Custom HTML) modules are best handled using either RokPad or no editor as a WYSIWYG editor can cause issues with any code that exists in the Custom Output field.

Details

Details

Option Setting
Title FP GoToBottom
Show Title Hide
Position showcase-a
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<a class="rt-gotobottom wow fadeInDown"
   href="#rt-expandedbottom"
   data-scroll
   data-options='{
                    "speed": 500,
                    "easing": "easeInOutCubic",
                    "offset": 0,
                    "updateURL": false
                }'
>
    <i class="fa fa-angle-down"></i>
</a>

<script>
    smoothScroll.init();
</script>

Basic

Basic

Option Setting
Prepare Content No
Select a Background Image Blank

Advanced

Advanced

Option Setting
Module Class Suffix

Found errors? Think you can improve this documentation? Please edit this page. You can also view the history of this page.