• Resolved MCWebdesign

    (@mcwebdesign)


    Hi I have 2 promotion sliders on my homepage (currently being developed on localhost). The Sliders both work fine (they are in text widgets). One is straightforward and is just using the featured images from the promotions.

    The second slider I want to show a thumbnail of the image on the left with the excerpt to the right of it. I have re worked some css to get the image to display on the left and the excerpt on the right but i want the slider to show a thumbnail of the image rather than the whole image.

    Many Thanks in advance for any assistance.

    http://wordpress.org/extend/plugins/promotion-slider/

Viewing 3 replies - 16 through 18 (of 18 total)
  • Woohoo! It works!
    That makes a lot of sense now that I see it. Duh! 🙂
    Thanks very much! It’s a great simple slider you have here.
    ~B.G.

    Hi Micah,

    I was wondering if you could help me?

    I am using the Flexability 3 theme. I am using the slider in my
    sidebar currently.

    I am trying to get rid of the gray area around my images in my
    slider?

    I tried using this code in my style ccs sheet but no results.
    here is my sites side bar.
    Internet Advertising Deals

    div.promo_slider div.panel.panel-1 {
    	background-image: none;
    }
    
    I also tried this code in widget and css style sheet
    
    div.promo_slider div.panel {background-image: none;}

    I also tried it in the widget and still gray box around my image
    slider…

    Any suggestions on how I might get rid of the

    Gray Box in my sidebar.

    Thank You

    Kim_Diamond

    Plugin Author Micah Wood

    (@woodent)

    @kim_diamond

    Try this instead:

    div.promo_slider .panel { background: none; }

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘[Plugin: Promotion Slider] Use different images and layouts for different slider’ is closed to new replies.