Several Questions: Can sidebar be moved to bottom? Size of images? Need to delete continue reading

Discussion in 'ColorWay WordPress Theme' started by coastalbliss, Mar 21, 2013.

  1. coastalbliss

    coastalbliss New Member

    Joined:
    Mar 16, 2013
    Messages:
    21
    Likes Received:
    0
    Hello

    I'm having three issues.

    1. I changed my CSS code so that blogs show full content and not just the excerpt, so now when I display my blog post it is all there as I wanted but at the end of the post it still says "No comments. Continue Reading..." How can I delete that ? ?

    2. Is there a way to move my sidebar to the bottom of the blog page? I still want the archives and category to display but not on the side becasue that is making my blog posts more narrow with that sidebar. I want to make blog posts full width, I've changed the Reading to "full width" but doesn't seem to do any difference.

    3. What size pixels for images would you recommend for displaying my photography on blog posts?


    Thank you !
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Go to blog.php present in your theme directory and remove the code given below

    Code:
    <?php comments_popup_link('No Comments.', '1 Comment.', '% Comments.'); ?>
                            <a href="<?php the_permalink() ?>">Continue Reading...</a> </li>

    Sending image for reference

    [​IMG]


    2.For your second issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    3.For your third issue

    There no fix dimension for blog images, But as much as possible do not use too large images for your blog post.
     
  3. coastalbliss

    coastalbliss New Member

    Joined:
    Mar 16, 2013
    Messages:
    21
    Likes Received:
    0
    Thank you Gourav- I removed that code, and it still appears to say "Comments. Continue Reading..." at the bottom. That did not work :( any other suggestions?

    Thanks !
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Coastalbliss,
    Gourav has send you the correct method to remove the "No comments. Continue Reading..." text from the blog page, I have checked it 2 times to remove "No comments. Continue Reading..." text in our side by this method and it is working correctly.
    Please do let us know your website link so that we will check the exact issue behind it.
     

Share This Page