Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Thomas Griffin

    (@griffinjt)

    Just viewed the site on my iPhone and iPad on both sites and the slider was responsive in all cases. Can you show me a screenshot?

    Thread Starter lkpub

    (@lkpub)

    Where do I sent the screenshots? If you just resize the browser you will see what I mean… it only shows the left half of the picture at smaller sizes… the slider doesn’t size down and keeps the original graphic dimensions… whereas before it sized down when I first installed the plugin and tested it… that’s why I decided to go with your plugin… if I use the Genesis Responsive Slider everything works properly it’s just that I don’t want to link to pages or posts… I just want to show images.

    I’m using FF…

    Plugin Author Thomas Griffin

    (@griffinjt)

    It’s the outer div around it that is causing the issue. Remove the empty <div style=”float:left”> that is wrapping around the slider and that will fix the issue.

    Just add this to your style.css file for your theme if you want it to float left:

    .flex-container { float: left !important; }

    Thread Starter lkpub

    (@lkpub)

    That did the trick… Thanx… my only concern tho is if I want to position another slider in a post or page in a different spot… ie. center or right… will that be a problem?

    Plugin Author Thomas Griffin

    (@griffinjt)

    Nope – you can do either of the following:

    To float to the right:
    .flex-container { float: right !important; }

    To center:
    .flex-container { margin: 0 auto !important; }

    Marking this topic as resolved. If you dig the plugin, I’d love a 5 star rating! ??

    Thread Starter lkpub

    (@lkpub)

    Thanx again… one more question… will the ability to style and position the sliders individually be incorporated into future plugin updates, namely the developer version? This is a feature I would not only like but need…

    Thanx again for all your help… will rate also… =}

    Plugin Author Thomas Griffin

    (@griffinjt)

    No problem! ??

    That type of update itself will not be incorporated into the plugin but rather as an Addon. I am trying to keep the plugin as lightweight as possible by including only necessary items in the main plugin. Extra things like being able to position the slider, select themes, etc. will be incorporated as Addons (which are only available with the Developer license) in the future. I have plans for both!

    Thomas

    Thread Starter lkpub

    (@lkpub)

    Great… =}

    Thanx!

    Hi Thomas Griffin, how do I go about changing the size of an image? or at least set all images to the same size so the slider doesn’t change every time to the size of the image?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: Soliloquy Lite Responsive Image Slider] Updated WP 3.4.1 to 3.4.2 – slider no longer respon’ is closed to new replies.