• Resolved JennCloke

    (@jenncloke)


    My slideshow is up and running; however, I need to keep the text on the site from jumping whenever the current slide switches from landscape to portrait and back. Setting a custom image size in the portfolio slideshow settings doesn’t change anything except to randomly rotate some of my pictures and no shortcode attributes are working. Help!

    Here is the link

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

Viewing 1 replies (of 1 total)
  • looks like you removed the text.
    if you wanted to do that, you’d could probably use a table.
    minimally, something like:

    <table>
    <tr>
    <td>
    [portfolio_slideshow]
    </td>
    <td>
    your test here..
    </td>
    </tr>
    </table>

Viewing 1 replies (of 1 total)

The topic ‘Shortcode Attributes not Working’ is closed to new replies.