• Hello – I’m verrry fresh at WordPress.. Is there a way to adjust the width of the accordion? I also see custom but have not figured out how to specify the colors etc of this ‘theme’ – I also turn off reflection by removing the check mark but yet the arrow still shows a partial reflection is this correct or does relection pertain to just images? Is there some sort of tutorial? Thank you – George

    http://wordpress.org/extend/plugins/superslider/

Viewing 1 replies (of 1 total)
  • Hello George,
    first up, welcome to WordPress,
    you’d get a quicker reply at support.wp-superslider.com,

    The width of the accordion:
    open the custom css file and look for .accordion
    add this to the css properties list inside of the brackets
    overflow:hidden;
    width:220px;
    This will set the total max width of the whole accordion to 220px.

    Next up: superslider-base has the reflection option which is applied to your images. This can be set automatic, to add reflection to all the your images, or manually which requires adding a short code to each image to be reflected. [reflect reflect_height=”0.2″ reflect_opacity=”0.2″ ]your content to reflect here[/reflect]
    There is a button on the tool bar of your edit post screen when in html mode which helps to add this shortcode.

    Lastly, to change the colors of any of the themes, you will need to open the css file and edit it to your liking.
    If you do, remember to move the folder plugin-data out of the plugin folder up to the wp-content folder. This will prevent over writing the changes when you update the plugin.
    (remember to change the file storage option in the superslider options page.) The superslider plugins do not do file checks.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: SuperSlider] Adjust width and Reflection –’ is closed to new replies.