• Resolved BrandiMarie88

    (@brandimarie88)


    On the installation page you offer a custom code that says the follow:

    You can add a custom slide container height:

    [portfolio_slideshow slideheight=400]

    However when I tried using the short code the height on the slideshow would not work. It just remained the same. I’m trying to get the height of the vertical and horizontal images to be the same so that the navigation bar does not move.

    Also, how can I get the images to be centered in the slideshow area?

    here is the URL to the private page – the slide show I create is just a test slideshow to see how I can customize it:
    http://creativeportraitsblog.com/portfolio/

    http://ww.wp.xz.cn/extend/plugins/portfolio-slideshow/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Grant Kimball

    (@yourlocalwebmaster)

    Brandi, I had the same issue. After scouring the web for the better part of a half hour, to no avail, I came up with my own solution..

    The issue is that the jQuery is overwriting the styles.

    Simply wrap the shortcode (in the wordpress admin) with <center>[portfolio_slideshow id=XXX]</center>

    (Where XXX is the ID of the portfolio..

    As far as the height of the slide show, you might be on your own 🙁 Sorry, but I hope this helps!

    Plugin Contributor Dalton Rooney

    (@daltonrooney)

    Slideheight is not the same as the height of the images. You can specify custom sizes in the Pro version of the plugin, in the free version you’re limited to thumbnail, medium, large, and full. Alternately, If you install a WordPress plugin like “Additional Image Sizes” and register additional image sizes with WordPress, then those custom image sizes will be available in the plugin. http://ww.wp.xz.cn/extend/plugins/additional-image-sizes-zui/

    Also, centering is built into the Pro version of the plugin. I think if you add

    .slideshow-wrapper {
     text-align: center;
    }

    To your theme CSS, that might do the trick.

    Cheers,
    Dalton

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

The topic ‘Cannot customize height and center’ is closed to new replies.