Featured Pictures on the blog page

Homepage Community Forums Ally Theme Support Featured Pictures on the blog page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12935
    troy
    Customer

      I’m trying to figure out why the featured pictures on my blog page are 50×50. I’m pretty sure they should be 150×150. I’ve looked through the functions file, cant seem to find anything, i think that’s were it is.

      Also, way off subject, the right header widget for me is not responsive on my phone, it puts the Widget on top of the logo, i currently do not have anything there. ( I’m sure i altered the header a little bit, and this may have caused this issue)

      I’m sure i will eventually figure this stuff out, it just takes me so much time that i don’t have right now

      https://personal-injury-doctor.com/blog/


      Life’s Hard, its a lot Harder if you are stupid

      #12936
      troy
      Customer

        Ok, i resolved this by adding a few lines to themes functions.php
        These are the lines
        add_image_size(‘Sidebar’, 50, 50, TRUE);
        add_image_size( ‘thumbnail’, 100, 100, TRUE );

        You also have to regenerate the thumbnails, i used a plugin to do this

        But this has been resolved


        Life’s Hard, its a lot Harder if you are stupid

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Featured Pictures on the blog page’ is closed to new replies.