Home Page Blog Area Problems

Discussion in 'Harrington- A WordPress Business Theme.' started by irissalmins1, Aug 19, 2015.

Thread Status:
Not open for further replies.
  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    The images do not show up as the same size. A strange symbol is at the top. More text shows up under some blog blurbs on the home page than on the others.
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Could you please provide us URL of your website, so that we can assist you accordingly?

    Looking forward to hearing from you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    healthcareequipmentspecialties.com

    Thanks!
     
  4. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
  5. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I figured out why some of the strange symbols were showing up on those pages, but the problem still remains of problems in the blog area of the home page.

    The images do not show up as the same size. I think all the image originals are the same size. More text shows up under some blog blurbs on the home page than on the others.
     
  6. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    The problem still remains of problems in the blog area of the home page.

    The images do not show up as the same size. I think all the image originals are the same size. More text shows up under some blog blurbs on the home page than on the others.
     
  7. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
  8. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    We are here with solutions to fix all your issues. Let's do it one-by-one.
    • Regarding the size of image,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content .post .post_image img {
            height: 190px !important;
      }
      
      h1.post_title {
        height: 56px !important;
    }
    
    Note:- Please change the height of image accordingly.
    • Regarding the unequal paragraphs being displayed
    I would like to inform you that we have used a trim function in the theme which limits the number of words to be displayed. So, if a paragraph consists of long words it will occupy greater space. We could not limit the number of characters to be displayed. All we can do as an alternative (if you want) is to set a 'Read More' button at equal height below every paragraph.
    • Regarding the strange symbols displayed.
    You can resolve it very easily. To learn the process, please follow the video link given below: -
    http://screenpresso.com/=TjyLb
    Hope it will resolve your issue :)
    Thanks & Regards!
    Nitin
    InkThemes.com
     
  9. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks for the image fix! Yes, if you could give me the code to use to set a 'Read More' button at equal height below every paragraph, that would be great! Thanks in advance for your time!!!
     
  10. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Good to know, that you got your images fixed. We can explain you how to add the 'Read More' button, but fixing them at equal height according to your website and implemented paragraphs will be a very tedious job for you.

    But, nothing to worry,:) we are going to do this for you. We need your dashboard access to figure it out.

    So, send us your website dashboard login details at [email protected] along with the thread link.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  11. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Okay.
    Thanks.
    I sent the info and created a username for inkthemes.
    Please let me know what code was added and where it can be found and also please let me know about any plugins that you add.
    Thanks for your time.
    Iris Salmins
     
  12. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Iris,

    Thanks for the credentials...

    We have customized your website and added "Read More..." in the homepage blogs.

    Here is the customization process:-
    1> Please follow the screenshot given below :-
    Harrington_add_read_more_in_front_page_blogs.png

    2> Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_blog_content .post {
        height: 515px;
        position: relative;
    }
    a.read_more {
        position: absolute;
        bottom:0;
        right: 0;
        font-weight: 600;
    }
    Hope you got the point.
    Do let me know if need further help.

    Regards!
    Praveen
    InkThemes.com
     
  13. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I appreciate your time, but it didn't solve the problem of the theme cutting off the text in a different amount of lines of text in the three areas. The text of each of the three areas should be cut off after the same amount of text.
     
  14. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    The text in those areas are not uniform as far as alignment, justified, centered, etc.
     
  15. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    This image css worked well. Thank you.
     
  16. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    The video for getting reid of that strange symbol work well also. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page