Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 7 posts - 1 through 7 (of 7 total)

Calliope – SWF, more slides ?

Home Forums Misc. General Forums Calliope – SWF, more slides ?

  • #11805

    christophe

    subscriber

    Hi Towfiq – Happy with your Amphion and with your kindly assistance. Thank’s.

    I’ m also trying your “Calliope” I try to run 4, 5 or X slides in the header. I create slide(s).1, 2, 3, … .jpg, I modified the config.xml (copying and pasting and replacing names slide_MyNr.jpg – I’m just able to run my slides Nr 1 and Nr 2, the other does’nt work.

    Could you please help ? – Jean-Christophe

    <slides>

    <slide>

    <url>images/Slide1.jpg</url>

    </slide>

    <!– changing transition between first & second slide –>

    <transition num=”1″ direction=”down”/>

    <slide>

    <url>images/Slide2.jpg</url>

    </slide>

    <!– changing transition between second & third slide –>

    <transition num=”1″ direction=”right” shader=”flat” />

    <slide>

    <url>images/Slide1.jpg</url>

    </slide>

    <!– transitions properties defined in transitions template –>

    <slide>

    <url>images/Slide2.jpg</url>

    </slide>

    <transition num=”4″ direction=”up” shader=”flat” delay=”0.05″ z_multiplier=”4″ />

    <slide>

    <url>images/Slide3.jpg</url>

    </slide>

    <!– changing transition between first & second slide –>

    <transition num=”1″ direction=”down”/>

    <slide>

    <url>images/Slide4.jpg</url>

    </slide>

    <!– changing transition between second & third slide –>

    <transition num=”1″ direction=”right” shader=”flat” />

    <slide>

    <url>images/Slide3.jpg</url>

    </slide>

    <!– transitions properties defined in transitions template –>

    <slide>

    <url>images/Slide4.jpg</url>

    </slide>

    <transition num=”4″ direction=”up” shader=”flat” delay=”0.05″ z_multiplier=”4″ />

    <slide>

    <url>images/Slide1.jpg</url>

    </slide>

    </slides>

    #13812

    Towfiq I.

    administrator

    The names in the config files are case sensitive. If your images name is “slide5.jpg” it should be “slide5.jpg” in the xml file not “Slide5.jpg”

    #13813

    christophe

    subscriber

    Thank’s for the answer, but unfortunately, it is not the point :

    I did check that before and whatever the “S” or “s” it does’nt work.

    In the upright code extract, I tried with :

    name = slide1.jpg / in the config.xml

    file name = Slide1.jpg / in the image folder

    Even in that case the Slides 1 and 2 works correctly (but not the others).

    What could it be ???

    Please to read you. Jean-Christophe

    #13814

    Towfiq I.

    administrator

    attach the whole edited version here(zip).

    #13815

    christophe

    subscriber

    Hi Towfiq… Regarding Calliope / Slides = everything is fixed. My error is that the template does not run the same on a local platform and on a distant server…

    Another question : I want to place an Extra entry in the UPRIGHT MENU. But, the Fifth entry is shifting on a second line. I’d like it to remain on a unique line ! – What have I to modify in the CSS ? – Thanks.

    #13816

    Towfiq I.

    administrator

    Replace this:

    <!--Menu Begin-->
    <div id="menu">
    <ul>
    <li><a class="active" href="index.html"><span>Home</span></a></li>
    <li><a href="about.html"><span>About</span></a></li>
    <li><a href="#"><span>Services</span></a></li>
    <li><a href="#"><span>Contact</span></a></li>
    </ul>
    </div>
    <!--Menu END-->

    #13818

    Towfiq I.

    administrator

    Try this after the </ul>:

    <ul><li><a href="#">New Menu</a></li></ul>