• Resolved Evgeny

    (@sevar)


    Hi! I use Responsive full width featured area Child Theme and I can’t adjust height of the images in the slider. First I do the dimensions in the settings then upload the images but the height remains 263px anyway. I didn’t put the code <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?> nowhere.

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, can you post a link to the page you’re working on?

    Thread Starter Evgeny

    (@sevar)

    Hi! Now I have the code <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> in the front-page.php in the child theme and I did many things since, re-uploaded images, regenerated thumbnails etc. but nothing worked. Maybe it’s because my domain name in Russian lang http://чинильщик.рф/ ?.

    Thread Starter Evgeny

    (@sevar)

    It seems that I have found what is it. It is all about computed style. It can be seen in the chrome tools, the most top item in the css on the right. But I still can’t override it. I put the div.mslide img{ height:310px !important;} to the child theme css but nothing happened.

    Thread Starter Evgeny

    (@sevar)

    Resolved! I just increased the height to 460px and regenerated thumbnails of the images and that was it!

    Plugin Author Josh Leuze

    (@jleuze)

    That’s good to hear!

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

The topic ‘Responsive full width featured area Child Theme’ is closed to new replies.