Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 10 posts - 1 through 10 (of 10 total)

Changing background color underneath slider

Home Forums Free Theme Support Asteria Lite Changing background color underneath slider

  • #138760

    Julie

    Hi Towfiq I!

    First of all, thank you for your neat and very aesthetically pleasing layout! I absolutely love it!

    I was messing around in editor, trying to change the background color for the area with the 4 circular icons underneath the slider. I made it gray on accident and would like to change it back to white. I thought it was under ./Midrow block and that I just had to change it back to #fff:

    /*Midrow Blocks*/
    .ast_blocks{ margin:0; padding:35px 0; background:#fff;}
    .midrow{width:100%; float:left;}
    .midrow_wrap{ width:85%; margin:0 auto;}

    Am I way off base on how to change this? I changed a few of the colors at once and now am lost as to which one I had changed.

    Thank you for your help in advance,

    Julie

    #139144

    Julie

    Sorry, I posted twice, thinking the first submit didn’t go through! I checked on the website this morning and the gray area changed back to white (I guess it takes a little while for the change to take effect?).

    But I’d like to ask another question. Every time I make a post and use the “featured image,” the thumbnails under the gallery/portfolio section are different sizes. I tried to edit the original photo and change the heights so they are equal but it didn’t help.

    Is there a simple way to set the thumbnail heights to match?

    #139205

    Towfiq I.

    administrator

    post the gallery page link here.

    #140159

    Julie

    This is the gallery page at the bottom.

    http://jndigiphotography.com/wp/

    Thank you!

    #141129

    Towfiq I.

    administrator

    open up layout1.php and replace this:

    <?php the_post_thumbnail('asteriathumb'); ?

    with this:

    <?php the_post_thumbnail('medium'); ?

    #141659

    Julie

    Hi Towifqi,

    Thank you for taking a look at my website. I replaced the mentioned changes above but the sizes of the thumbnails are still different.

    Do the changes normally take awhile to take effect? I updated the file about 7 hours ago.

    #141934

    Towfiq I.

    administrator

    try removing the images and upload them again.

    #142520

    Julie

    I permanently deleted the images and reuploaded them but the same thing happens. Do the photos all have to be the same size or is there a way to change the thumbnail sizes to a specific size?

    Thank you for your time and patience! =)

    Julie

    #142651

    Towfiq I.

    administrator

    you can add this to your Custom CSS:

    .lay1 .post_image{max-height:235px!important}

    then make sure all your featured image has height of atleast 235px

    #144138

    Julie

    Thank you for the script. I guess WP was making the thumbnails much smaller than I liked, but I didn’t know to adjust it so I used your script then changed the height to 200px and they all align now!

    Thank you very much, Towfiq! Love this layout. I hope you continue to make more amazing templates!

You must be logged in to reply to this topic.