Forums

Meteor Slides
[resolved] Adding Text inloine with Paged Navigation (7 posts)

  1. scooterschalk
    Member
    Posted 1 year ago #

    Hi

    I would like to add text and a small arrow to the left, inline of the paged "dots" while I move the paged "dots" to the right.

    Like so: http://cl.ly/6S94

    Is this doable?

    Many thanks

    Schalk

  2. scooterschalk
    Member
    Posted 1 year ago #

    I almost there, just not sure whether it is the best practise and whether my way can cause cross-browser issues:
    http://www.glenkey.com/what-we-have-done-2/

    I added:
    <div><div id="meteor-buttons2"class="meteor-buttons2"><span>PROJECT SHOWCASE</span></div>
    just above
    <div id="meteor-buttons<?php echo $slideshow; ?>"class="meteor-buttons"></div></div>
    in meteor-slideshow.php

    The I added this to the css:

    .meteor-buttons2 {
    	bottom: 5px;
    	float: left;
            left: 10px;
    	margin: 0;

    Many Thanx

    Schalk

  3. JLeuze
    Member
    Posted 1 year ago #

    Hi Schalk, do you just need text added in there, or is that arrow supposed to be extra navigation, like a next button?

  4. scooterschalk
    Member
    Posted 1 year ago #

    Hi, the arrow is only an image, not a link or button.

    I think i managed it right ( except for the arrow part, which is not important )

    I was just worried whether my coding is good practice for other browsers etc. Im using Firefox.

    Thanx for your help and great plugin!

    regards

    schalk

  5. JLeuze
    Member
    Posted 1 year ago #

    Alright, what you have looks like it will work. You can probably simplify it though if you do run into issues with some browsers.

    The extra div and span aren't needed, just one container wrapped around your text, could be a div, or a paragraph like in the custom slideshow template caption example.

  6. scooterschalk
    Member
    Posted 1 year ago #

    Thank you for your help, very much appreciated!

  7. JLeuze
    Member
    Posted 1 year ago #

    No problem at all!

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic