• Hello,
    I was wondering if someone would be able to help me out. My ID is (9325). In the control panel the slideshow is set to be 562×280 with the image taking up 80% of the space. I therefore created an image which is 450×280 hoping that it would fill up the space. However, it doesn’t and it seems to push the whole image down so it cuts off the bottom..

    http://blaydondistrict.org.uk

    Many thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author jeff_

    (@jeff_)

    Hi
    Line 615 or your theme’s style.css your got this :

    .entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote
    {
    margin-top: 13px;
    margin-right: 0pt;
    margin-bottom: 13px;
    margin-left: 0pt;
    }

    that controls some parts of the slider adding to them some margins.

    Troubleshoot ways :

    1. Delete the .entry-content ul, and .entry-content div, selectors and see if that is domageable to the look and feel of your blog. If it does not, that should do the job. If this change the look and feel, undo these changes, and see next way to troubleshoot
    2. Find “themes” folder into the pugin’s folder on your WP intall, create a folder called what you want, then copy the content of the “default” foder and paste it into your newly created folder. Then into the “template.php” script, edit the css rules and add these rules at the begining (line 135) :
      #fs-main,
      #fs-main div,
      #fs-main ul {
      	margin: 0!important;
      }
    3. then, into the plugin’s admin page, choose this theme/template as the slider’s template, so that the changes will be kept even in case of update.

    Don’t forget that you can control almost every aspects of the slider (colors, backgrounds, durations, transitions…) for a better integration.

    Thread Starter blaydondis

    (@blaydondis)

    Many thanks, that troubleshoot worked a treat! Just got to start choosing colours to make it match now 🙂

    Plugin Author jeff_

    (@jeff_)

    Wich one did you used ?

    Thread Starter blaydondis

    (@blaydondis)

    I used the first method, however i changed the margin top to 1 and it didn’t alter anything within my site apart from pushing the image up in the slideshow.

    Once again, many thanks!

    I have the same thing 🙁 did you have any hint? I’m totally lost on php
    http://www.ajijic-online.com
    I Update WP to 3.0.1 recently, It was working good until today. I tried the second option but nothing happened (different css) It seems to be a chrome error, safari and IE are rendering ok.

    Plugin Author jeff_

    (@jeff_)

    hum read carefully : no php in here… did you tryed to apply what I advides to blaydondis ?

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

The topic ‘[Plugin: Frontpage-Slideshow] Image not filling space’ is closed to new replies.