Wow Slider

Hi Folks

Dolphin 7.2 - Evo Template

Can anyone tell me where to put the code for WowSlider - I presume it is in the base template header?
but after which line?

Also do I put the wow generated folders in the base template folder or in the evo folder?

Lastly where do I put the code for the slider to appear below the menu?

Not asking much I knowWink

Anyone who has the time to walk me through the steps would be appreciated.

Many thanks

Quote · 30 Sep 2015

Upload  data* and engine* folders to your sites root

 

add the css and js to /templates/tmpl_evo/_header.html   AFTER the <head> tag like this:

 

<head>
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->

 

Add the generated html markup as the splash code in  admin > settings > Basic Settings   and save it

DO NOT paste the code into TinyMCE... toggle it off

 

That should do it

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 1 Oct 2015

Thanks Houstonlively it works perfectly - top man Smile

One last thing if you could help - I copied the code for the 'join' and 'login' buttons
and added it underneath the Wow script in the splash page but it throws everything
out of place - I just want the 2 buttons to appear centered beneath the slider.

If you could help I would appreciate it

Many thanks

Quote · 1 Oct 2015

I put the wow slider code into the splash page and it works fine
but I am stuck with trying to get the 'Join' and Login' buttons to show beneath the slider

Can anyone help please?

Many thanks

Quote · 4 Oct 2015

Add this after the last </div> tag in the code you pasted in the splash block.

 

<div class="bx-splash" style="height:unset;top:-40px;z-index:1000;float:right;right:10px;" >
<button class="bx-btn bx-btn-primary bx-btn-sa-join">Join</button>
<button class="bx-btn bx-def-margin-left bx-btn-sa-login">Login</button>
</div>

 

This should add the buttons somewhere in the vicinity of the lower right corner of the slider.  If you want it somewhere else, you'll have to adjust the styling a bit.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 5 Oct 2015

Thanks once again Houstonlively Smile

Quote · 5 Oct 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.