Text post, front page.

Discussion in 'Andrina WordPress Theme' started by medinachaz, Dec 19, 2013.

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

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    Hi guys, I was trying to get the text from the posts to display completely instead of having the "read more " style. I was hoping you could help, thanks guys!

    This is what I have, however, the text doesn't expand any more.

    <div class="bottom-feature-left-inner-wrapper" style="
    position: relative;
    right: auto;
    left: 200px;
    height: 800px;
    ">
     
  2. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    I was also trying to make the image larger as well in the posts. There some sort of auto setting that I am not familiar with that's resetting my size corrections of the images every time I try to edit them.
     
  3. Nitesh

    Nitesh Support Staff

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

    For this follow steps given below.
    Firstly install "wp-editor" plugin. It will make editing easy.
    After that
    1) Open "front-page.php" and edit values as shown in the image.

    andrinath.png

    2) Open "style.css" and edit as shown in the image.

    Replace code shown with
    Code:
     max-width:100%;
        height:auto;
    andrina1.png

    3)Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom-feature-left-inner {
    overflow: visible;
    }
    I hope it will work for you.
     
  4. hitechpanda

    hitechpanda Member

    Joined:
    Aug 19, 2015
    Messages:
    36
    Likes Received:
    2
    I have the same issue and this is not working. Any hint please?
     
  5. praveen

    praveen Support Staff

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

    Please follow the screenshot given below.
    Andrina_show_full_content_of_blog_in_homepage.png

    PHP:
     <?php the_content(); ?>
    Note: - For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Hope it will resolve your issue.

    Regards!
    Praveen
    InkThemes.com
     
  6. hitechpanda

    hitechpanda Member

    Joined:
    Aug 19, 2015
    Messages:
    36
    Likes Received:
    2
    Thanks. I got it worked now by changing the (333) code to (99999999), but the content is not showing in proper paragraph. It's all compacted like a plain text. Any hint please?see: http://prntscr.com/8bah0d
     
  7. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    Fixing your issue is very easy for us.

    Could you please provide us URL of your website, so that we can provide you the appropriate code?

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  8. hitechpanda

    hitechpanda Member

    Joined:
    Aug 19, 2015
    Messages:
    36
    Likes Received:
    2
    Hi Nitin,

    Got it cleared up from email. Thanks for checking in.

    Best
     
Thread Status:
Not open for further replies.

Share This Page