• I want to reduce the size of featured posts/images to half of what is it right now. The reason is when someone comes to my website they are only able to see the 6 featured posts/images at first. The content below the featured images is not seen unless someone scrolls down.

    How can i reduce the size of featured posts/images so that visitors are able to see the below featured posts/images in first go without scrolling down? Here is the link to my website: https://xplor-india.com/

    Please give me step by step guidance. Thanks in advance.

Viewing 15 replies - 16 through 30 (of 48 total)
  • Thread Starter xploreindia

    (@xploreindia)

    Got another query now:

    When I type my full url i can see the content posts of my website, but when I go to a single post and than come back to it, homepage shows blank. This error occurred recently.

    Hello,

    I am pleased with your words. You can connect with me in Skype.

    Regarding your issue I can see the site fine. Go to your site > Click on a post > then click the back button again and see your site fine.

    Please clear your browser cache to try again or please try another browser or another machine probably to find see if that is occurring there.

    I can not see any issue here.

    Thread Starter xploreindia

    (@xploreindia)

    I added you on google+

    The problem is still there. I cleared cache and tried in another browser too.

    Thread Starter xploreindia

    (@xploreindia)

    Just giving a final touch to my website. Now I have finished uploading all photos on homepage content posts and set the maximum no. of posts to 9. Now if you look at my site, all seems fine but there is still gap in first 3 posts and next 3 posts, I tried to change in different px no’s but I am not finding the perfect px no. for the gap.

    Also the posts are still longer, what’s the final perfect px no.s I should give to have the perfect gaps in both posts and making it longer?

    Hello,

    I have not received any request in Google+.

    And regarding the height issue, I know you will face this issue so I have mentioned that in comment 16. Please change this code in your Custom CSS:

    .home #content .hentry {
        float: left;
        margin: 0 4px 40px;
        max-width: 215px;
        min-height: 920px;
    }

    to this:

    .home #content .hentry {
        float: left;
        margin: 0 4px 40px;
        max-width: 215px;
        min-height: 780px;
    }

    And regarding the blank page, after going to a post, how are you coming to the main page? By clicking the back button or the Home button in the menu?

    Thread Starter xploreindia

    (@xploreindia)

    I am following you on google+. Dropped you a message also.

    I tried using all number from (min-height)720px to 780px but the problem than is that in second and last column I get only post.

    Finally I tried 850px. The gap seems find between 1st and 2nd column but in 2nd and 3rd column the gap is still a lot.

    When I click back button I can see homepage contents but when I click “home” it’s showing blank page.

    Hello,

    Sorry for the delay.

    Please make sure all your posts have the page break after equal number of words so that it will look good n your front page.

    And regarding the Home page issue, currently your front page is set to Latest posts under Settings > Reading. So your Home page is showing Blank.

    Here are steps you need to follow for correcting that:

    1. Please go to Appearance > Menu.
    2. There you can find Home menu item. You need to delete that.
    3. Look for the Links section at the left of the page under Pages.
    4. There you need to add your details there like the url to your home page and the Link text should be Home. Refer this screenshot:
    https://awesomescreenshot.com/0453v16h4c
    5. Then Click add to menu.
    6. Adjust the position of the Home Menu item by dragging it to required place and save the menu.

    You are ready to go now.

    Thank you.

    Thread Starter xploreindia

    (@xploreindia)

    Thanks Jitendra, all issues solved again…but it seems I come up with a new query every -time:

    1) Is it possible that contents posts tobe a bit wider then longer even if I have to make the content sidebar smaller?

    Hello,

    Sorry but not sure about what you want here.

    Are you referring to increase the width of the posts in the home page? If so then you need to adjust one code you have added in our Custom CSS.

    You have added this in your Custom CSS:

    .home #content article .entry-header, .home #content article .entry-content {
        margin-right: 25px;
    }

    Try replacing the 25px to any lower number for achieving that.

    Thank you.

    Thread Starter xploreindia

    (@xploreindia)

    Great, it worked nicely.

    New Queries ??

    1) How do I change the font size and color of posts titles in single posts?

    2) Under the title on homepage posts you will see : date, website name, and leave a comment, I want to reduce the font size of these.

    3) How do I change the location of Guest Posts to footer area and create new pages (about, contact,) page in footer area?

    Hello,

    1. Try this in your Custom CSS by adjusting the value as per requirement for achieving that:

    .single-post h1.entry-title {
        color: #f00;
        font-size: 20px;
    }

    2. Try this in your Custom CSS for that:

    .home .entry-meta {
        font-size: 8px;
    }

    3. You need to go to Appearance > menus. Select the top menu where you have added the Guest posts. You need to remove the page from the menu there.

    Then create a new menu under Appearance > Menus of name say abc.

    You need to add the Guest post and two other pages that you have created now (about and contact) to the menu and save that.

    Go to Appearance > Widgets and add Custom Menu to the footer widgets.
    Then you need to select the menu abc you have created under the Custom Menu widget so that it will show in your footer widgets area.

    Hope that is what you are looking for. Thank you.

    Thread Starter xploreindia

    (@xploreindia)

    Great..1 & 2 is solved, seems like you have solutions to all my queries..;) I will try the 3rd one later.

    1)Do you notice, on the homepage the photos of the posts are slightly cut (full photos are not coming. Only in one current middle post the photo size is clear,) what could be the reason?

    2) How to change color and size of fonts of all contents on homepage and single posts. (sorry could have added that query previously)

    By the way did you get my google+ request? I had more queries about SEO,if you have knowledge of it.It’s different topic than this.

    Thread Starter xploreindia

    (@xploreindia)

    Sorry as per 1st no. query the 3rd post photo is clear when compared to others (added a new post so numbering has changed).

    3) Is there a photo editor plugin with which I can crop or reshape the photo in the contents of the post. Eg: If you click on this post and look at the photo at the end of the post, I want to reshape it to circle. Any guidance on that?

    4) Also in the comments section how do I get a like button?

    Hello,

    If you are Mr. Amar then I have received that in G+.

    1. Try this in your Custom CSS for achieving that:

    .site-content .has-post-thumbnail .entry-header {
        margin-top: 0;
    }
    .post-thumbnail img {
        max-height: 120px;
    }

    2. All contents require different CSS for that. Can you please specify which font do you want to change so that i can help you regarding that?

    3. Try this in your Custom CSS for that:

    .single-post article .entry-content p a img {
        border-radius: 100px;
    }

    If you add images of perfect square, then it will show complete circle.

    4. Do you want a Facebook like button there? If so then you may use some plugin.

    Thank you.

    Thread Starter xploreindia

    (@xploreindia)

    Hi,

    No.1 is done.

    No.2: I want to change to : calibri Light, Font Size 11

    No.3: After changing the image code some of the photos in the content on homepage and specially those in single posts have squeezed a lot.

    For example check this photo both on homepage and single post: https://xplor-india.com/2014/11/popular-indian-traditional-accessories/

    [ redacted, please refrain from contacting people off of the forums here ]

Viewing 15 replies - 16 through 30 (of 48 total)
  • The topic ‘Reduce size of featured posts/images’ is closed to new replies.