• I wish to be able to specify the pixel width and height for my slider images. I would rather they all be the same size and fill the width of my sidebar, instead of being all different sizes.

    It would also be nice to be able to hide the post title completely.

    Please help – or update – please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DJ-Extensions.com

    (@pixelemu)

    Hi

    Could you please send me a link to your website where i can see the problem? I’m not sure that i understand what you mean.
    I think that images are the problem and adding width of images in CSS would be bad for quality.
    We will consider adding option to hide posts title in next update. Until we do do that you can add CSS in your theme to hide post titles:

    .PE_Recent_Posts .pe-recent-posts-outer .caption h1,
    .PE_Recent_Posts .pe-recent-posts-outer .caption h2,
    .PE_Recent_Posts .pe-recent-posts-outer .caption h3,
    .PE_Recent_Posts .pe-recent-posts-outer .caption h4,
    .PE_Recent_Posts .pe-recent-posts-outer .caption h5,
    .PE_Recent_Posts .pe-recent-posts-outer .caption h6{
    display:none;
    }

    Best Regards
    ML

    Plugin Author DJ-Extensions.com

    (@pixelemu)

    Hi

    Please check new version – 1.1.3

    Best Regards
    ML

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Specific Image Sizes and Hide Post Title’ is closed to new replies.