Blog Trouble

Discussion in 'Gommero WordPress Theme' started by sophiejane, Mar 16, 2013.

  1. sophiejane

    sophiejane New Member

    Joined:
    Feb 4, 2013
    Messages:
    6
    Likes Received:
    0
    My website is www.lionhousehandbags.co.uk and I have trouble getting my blog page to look the way I want it, the images are to small, pixalated and not centerered. Please help... ps I know nothing about coding! I have searched the forums and tried many things myself to no avail... Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Sophiejane,
    We have visited your website, the problem is occurring due to any one of the plugin you are using,
    Deactivate all plugins one by one and checkout which plugin creating this problem.
     
  3. sophiejane

    sophiejane New Member

    Joined:
    Feb 4, 2013
    Messages:
    6
    Likes Received:
    0
    Hi there, I have just deactivated each one in turn and none seem to be the problem.... any more suggestions?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrap .content .post .post_content img.postimg {
    width: 153px!important;
    height: 114px!important;
    }
    This will solve your issue.
     
  5. sophiejane

    sophiejane New Member

    Joined:
    Feb 4, 2013
    Messages:
    6
    Likes Received:
    0
    Hi There,

    Sorry its taken me so long to reply but I am very grateful for your help! Now... I would like to make the images a lot bigger and my other problem is for some reason when you click on 'shop' it does not take you straight to the shop but to another page which you then have to click on products to actually take you there which is annoying and confusing... i would like it to just go straight to the products page. Any suggestions for both my problems? Thanks very much
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  7. sophiejane

    sophiejane New Member

    Joined:
    Feb 4, 2013
    Messages:
    6
    Likes Received:
    0
    Thank you so much, problem solved! How do I now get my blog images to be much larger, you can only see the big images and the whole content when you click on read more, I want it so the whole content and images are on the main blog page. Thanks very much,

    Sophie
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Sophie,

    For this go to the
    Appearance > Editor > blog.php

    And replace code shown in the image with the code given below.

    Code:
    <?php the_content(); ?>
    Check image for reference.

    [​IMG]
     
  9. sophiejane

    sophiejane New Member

    Joined:
    Feb 4, 2013
    Messages:
    6
    Likes Received:
    0
    I did just what you said above but it didn't work....
    Thanks
     

Share This Page