Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #15140
    Sarah
    Member

    Hello,

    Is there a way to have the boxes around the pictures in the slider be the same size. Since some of my pictures are different sizes, the boxes change sizes as the slider scrolls through.

    My site: http://pittsburghpaddlefish.org/wordpressnew/wordpress%203/

    Thank you.

    #15157
    Sakin
    Keymaster

    @Sarah: For image to become same size in the slider. You image size should be minimum Width: 644px and minimum height Height: 320px.

    For some of the old images that your site have before changing to Catch Box Theme, you need to regenerate thumbnail. You can do that by adding “Regenerate Thumbnail” plugin. See the theme instruction at http://catchthemes.com/theme-instructions/catch-box-pro/

    #61302
    Simon
    Participant

    Hello Sakin,

    I have a similar problem.

    The text under the “Featured Page Slider” at my site has different lengths.
    The box around the slider becomes bigger and smaller per each picture.

    How can i fix it?

    My site: http://www.rheinbrueder.de/

    Thank you

    Simon (Germany)

    #61447
    Sakin
    Keymaster

    @Simon: In your site, you have different length of text and that is causing shifting in height. I see that you have split content using more tag <!--more--> in your page. So, you have to be careful about the amount of text that you want to display. If you keep excerpt text length in all slider page then it will fix the issue. Otherwise, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #slider-wrap .featured-text { min-height: 75px; }

    #64706
    Dhuan
    Member

    Sakin, is it possible arrows to move in slider be visible and active only when we put mouse over the picture

    #65018
    Sakin
    Keymaster

    @Dhuan: Please post in your site URL and then I can check it for you.

    #65037
    Dhuan
    Member

    tune up the site and still not online

    #65047
    Sakin
    Keymaster

    @Dhuan: Are you using Catch Box Free theme, try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #content nav#nav-slider {
        display: none;
    }
    #content #slider:hover nav#nav-slider {
        display: block;
    }
    #65269
    Dhuan
    Member

    exactly what I was looking for. consecutive praise Sakin 😉

    #65292
    Sakin
    Keymaster

    @Dhuan: Thanks for your appreciation and if you like my support and Catch Box theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Slider’ is closed to new replies.