• Resolved shuwid

    (@shuwid)


    Let’s start by saying I love this plugin.
    Very nice!

    I’ve got version 0.5.9 up and running and I’m trying to customize it a little bit. I tried to remove te slide number counter (next tot the Prev | Next buttons). Tried to remove lines 139-141 but if I do that the plugin doesn’t work anymore. I tried to understand the code but I couldn’t find out how it works exactly.

    Anybody any suggestions?

    http://wordpress.org/extend/plugins/portfolio-slideshow/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Dalton Rooney

    (@daltonrooney)

    Probably the easiest way to do it (and the most future-proof) is to just add

    .slideshow-info {
    	display: none;
    }

    to your style.css.

    That way you don’t have to worry about upgrading the plugin and losing your changes.

    Cheers,
    Dalton

    Thread Starter shuwid

    (@shuwid)

    Thanks!

    Works like a charm!
    Solved!

    Hi there! I was wondering if you can remove ONLY the slide number counter (1 of 9). I have made the (next tot the Prev | Next buttons) to be transparent so that the pencils work as a previous | next button so I don’t those to be hidden. I hope that makes sense. Here is the sample page of the site:
    http://nednorman.com/sketches/

    Thanks in advance!

    Plugin Contributor Dalton Rooney

    (@daltonrooney)

    Cezareo,
    Yes, the CSS above is just for the slide counter. Just add it to your theme CSS and it should disable those numbers. It looks like you already figured it out? Nice integration with your theme, by the way.

    Dalton

    I did figure it out, thanks :). Great plugin! Have a good week :).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Portfolio Slideshow] remove slide numbers’ is closed to new replies.