• Resolved UrbanDrifter

    (@urbandrifter)


    Hi,
    Just wondering if it is possible to change the slider so that it features only one image instead of two (but wbere the one image is the size of the two combined) and if not, is it possible to change the height of the two post slider so that the images are larger and square instead of thing oblong.

    Many thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author acosmin

    (@acosmin)

    It is possible if you know your way around customizing the theme.

    To make the thumbnails square go in functions.php find:

    add_image_size( 'ac-slide-thumbnail', 515, 300, true );

    replace it with:

    add_image_size( 'ac-slide-thumbnail', 515, 515, true );

    You should also regenerate all your thumbnails or deactivate/activate the theme.

    Thread Starter UrbanDrifter

    (@urbandrifter)

    Hi,

    The thumbnail regenerator has not changed anything on my photos, on either old posts or new posts. When I publish pictures it still cuts off half the image size. Can you please advise me what I need to do to resolve this?

    Many thanks

    Theme Author acosmin

    (@acosmin)

    The images you are uploading should be bigger than the width and height specified here:

    add_image_size( 'ac-slide-thumbnail', 515, 300, true );

    Hello,

    i am using JustWrite theme. Its awesome. I need few clarifications.

    i want to change the size of my featured posts.How can i do?

    How to show the featured posts in my home page post body?

    Could you pl suggest to make my site bit sleek?

    Thanks.

    My website is babyshowergift.org

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘JustWrite Theme Slider size’ is closed to new replies.