• Over at http://www.WDWParkhoppers, we are loving the ColorMag theme. When the headline post images scroll across they do not resize and it keeps moving the content up and down when you are on the front page. Is there a way (other than editing each picture to the same dimensions) to get those images to be consistent?

Viewing 15 replies - 1 through 15 (of 16 total)
  • I have same problem

    Hey mates,

    Same problem for me!

    acabo de instalar este tema lo amo me encanta pero cuando lo estoy editando en vistaprevia no se ven las imagenes de las entradas por que pasa esto?
    y cuando lo activo tampoco se ven las imagees por que es?

    Bump.
    Exactly the same issue. I was going to back through ALL my featured images and resize them all to fit!
    But it shouldn’t have to be that way.
    Anyone got any solutions?

    Go to
    wp-content/themes/colormag/js/colormag-slider-setting.js

    Looking into the code, the only way to change this is to go to the JS and change adaptiveHeight to false.
    Maybe there needs to be an option in the TG Widget to allow theme users to change this themselves?

    jQuery(document).ready(function(){
    jQuery('.widget_slider_area_rotate').bxSlider({
     mode:'horizontal',
     speed:1500,
     auto:true,
     pause:5000,
        adaptiveHeight:true,
     nextText:'',
     prevText:'',
     nextSelector:'.slide-next',
     prevSelector:'.slide-prev',
     pager:false,
     tickerHover:true
    });
    });

    Actually. An easier way is to hack the CSS a bit.

    Use the Theme Customizer
    Appearance -> Customize

    Click on Design Options -> Custom CSS

    Add in the following code:

    .bx-wrapper {
        height:350px;
        overflow-y:hidden;
    }
    .slide-content {
        top:210px;
    }

    Enjoy!

    hello alingham

    your css is not working for me 🙁

    In my website in the index all featured images are not with the same size 🙁 I did all changes here but is the same problem. el mismo problema

    I am also facing the same issue.

    hhe alingham

    Thank you very much for your suggestion, that has helped.

    pls help us with a code to wrap box code for the post which is beside cat slider on right hand side.

    Thanks again,

    HoneyTrek

    (@honeytrek)

    Having the same issue, and Alingham’s CSS does not contain my images, they still “break out” of that featured slider area and load down the entire page, until the JS catches up and the start rotating.

    Anyone had success fixing this?

    edmv05

    (@edmv05)

    Great solution Alingham, thanks.

    hpvl

    (@hpvl)

    It must be possible. I have an old website where it worked. But now I migrated the website, I cant get it to work anymore…

    hpvl

    (@hpvl)

    It seems to me WordPress automatically resizes the images on upload. I threw away all content of the new website and imported it again after installing the theme. Now all images are the right size. On hindsight I may have posted in the wrong thread, as it seems this automatically resizing does not work with you.

    Still doing this with the latest update..

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Featured Image Resizing’ is closed to new replies.