WOW slider

Hi, need some help with integration of WOW slider

link: www.casasoleada.nl
placed test slider on index.html, works fine only when I click on the photo its a link to www.casasoleada.nl?

How to remove the link function?

Do I have to change someting in the Markup code:

<div id="wowslider-container1">
<div class="ws_images"><ul>
  • de boulevard
  • Boulevard
  • Menor vanuit de lucht
  • Aan de horizon
  • Flamengo's bij San Pedro Del Pinatar
  • Isla Grossa
  • de boulevard1 Boulevard2 Menor vanuit de lucht3 Aan de horizon4 Flamengo's bij San Pedro Del Pinatar5 Isla Grossa6
    jQuery Image Slide Show by WOWSlider.com v2.6m

    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Find it out myself,

    For the interested:

    WOW SLIDER IN FREEWAY PRO STEP BY STEP

    1. Download WOW slider from: http://www.wowslider.com/

    Wow slider is a stand alone application that generates the code for a slider

    1. Install application (local on your Mac)

    2. Create your WOW slider in the application (simple wizard) and safe your new creation in a folder somewhere on your Mac

    3. Open the index.html page (with a texteditor) in the folder you just created.

    4. Copy the code from: untill

    5. Paste this code into the head section of your FW page (Page/HTML Markup) , choose the before to place the code)

    6. Copy the code from: untill

    7. Paste this code as a Markup element (insert/markup element) in your freeway page (insert markup item)

    8. Upload the data and engine folder (apart) to your ftp server (don’t upload the index folder) to the ftp sextion where also the html pages of your website are

    Erik


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Erik,

    FWIW, I never could get the integration with FW right, so I used an iFrame to link to the slideshow instead. It worked just fine, but I think I’ll take a look at your steps and see if I missed something.

    Thanks for posting this!

    Doty


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Thank you for your easy-to-follow instructions, but it just shows up as text. Any clues? Thanks


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    it just shows up as text. Any clues?

    Not without seeing your example online.

    Can you post a link?

    David


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    I got it to work with iFrame.
    Thanks,
    C.

    On Fri, Nov 9, 2012 at 6:02 PM, DeltaDave email@hidden wrote:

    it just shows up as text. Any clues?

    Not without seeing your example online.

    Can you post a link?

    David


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    In that case it is likely that you mis copied the HTML into the Markup.

    While the iFrame method works fine it is not the best way which is always to add the code to the page itself.

    D


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    I have been investigating WOW these last few weeks. On this page is a test slider with the code in the page.
    http://www.richard-lowther.com/andy.html
    I have done what you have all done and pasted in the relevant code to the header and body.
    But you also need to add in the paths to your folder where the slider is or the slider will not be found. Compare the following lines of code and note where I have needed to add http://www.richard-lowther.com/andy after every href, src, and img src that you see in the code you paste in.

    HEAD
    code to paste

       <"stylesheet" type="text/css" href="engine1/style.css" />
       <script type="text/javascript" src="engine1/jquery.js"></script>
    
    Becomes
         "stylesheet" type="text/css" href="http://www.richard-lowther.com/andy/engine1/style.css" />
         script type="text/javascript" src="http://www.richard-lowther.com/andy/engine1/jquery.js"></script>
    

    BODY code to paste

       <img src="data1/images/andy_painting_1.jpg">
    
    Becomes
       <img src="http://www.richard-lowther.com/andy/data1/images/andy_painting_2.jpg" >
    
    
    <script type="text/javascript" src="engine1/wowslider.js"></script>
    <script type="text/javascript" src="engine1/script.js"></script>
    
    Becomes
        <script type="text/javascript" src="http://www.richard-lowther.com/andy/engine1/wowslider.js"></script>
    <script type="text/javascript" src="http://www.richard-lowther.com/andy/engine1/script.js"></script>
    

    Any error in this (spaces, mis spelling, quotes …) produced issues for me and odd or no slider. So I copied my path and pasted it in with care.

    It works but if it not the right method someone here will tell us !

    Richard


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Hi Richard,

    I,ve got it working without adding extra codes;

    www.telepuls.graphicid.nl

    maybe some extra help:

    1. create the slider
    2. open de index.html page (your created slider opens now in an browser)
    3. view source code page, and copy here the lines you need (see my steps above)

    Erik


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options

    Ah OK. If the Data and Engine folders are in the same folder as the page that has the slider then this will work. I put mine in a separate folder so had to lead WOW to it.

    Richard


    freewaytalk mailing list
    email@hidden
    Update your subscriptions at:
    http://freewaytalk.net/person/options