Support » Plugin: T&P Gallery Slider » Size of main image is too large

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author pey22

    (@pey22)

    Hello ABCDiamond
    I entered to the link you give here and i see that the #largeImage div is still in 100% width.
    did you changed the width in the plugin settings page? did you save your changes?
    if you need a quick solution for that add to your style.css in your theme the next line:

    #largeImage {
    height: 240px !important;
    width: 320px !important;
    }

    Thread Starter ABCDiamond

    (@abcdiamond)

    Thanks for the reply. I did change the width in the settings page, and I just checked if it had saved. This is the setting that was there:
    http://www.gopuertogalera.com/wp-content/uploads/TandPsetting.jpg
    320×240
    I have now changed the CSS, and it has worked. It seems that something is stopping the T&P setting page from actually activating.

    I use the Graphene theme, and my other active plugins are:
    404 Simple Redirect
    Admin renamer extended
    Akismet
    Anything Popup
    Child Themify
    Contact Form 7
    External Links
    I Recommend This
    Jetpack by WordPress.com
    jQuery Mega Menu
    List category posts
    MapPress Easy Google Maps
    Post Template
    Really Simple CAPTCHA
    Theme My Login
    WP Google Maps

    Plugin Author pey22

    (@pey22)

    I realized the problem you need to put 320px
    and 240px

    add px and it will work.
    you can use also in % if you want.

    Thread Starter ABCDiamond

    (@abcdiamond)

    OK. So easy now 😉
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Size of main image is too large’ is closed to new replies.