0
Welcome Guest! Login
0 items Join Now

Syndicate: Recreating the Demo - World Map

Your Guide to Recreating Elements of the Syndicate Demo for Joomla


World Map

This area of the front 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

Option Setting
Title World Map
Show Title Show
Position footer-c
Status Published
Access Public

Custom Output

Enter the following in the Custom Output text editor.

<div class="worldmap">
<a href="#" class="location one"><span>N. America</span></a>
<a href="#" class="location two"><span>S. America</span></a>
<a href="#" class="location three"><span>Europe</span></a>
<a href="#" class="location four"><span>Asia</span></a>
<a href="#" class="location five"><span>Africa</span></a>
<a href="#" class="location six"><span>Australia</span></a>
</div>

Basic

Option Setting
Prepare Content Yes
Select a Background Image Blank

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.