remove home page features

Discussion in 'ButterBelly WordPress Theme' started by vesity, Aug 9, 2014.

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

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. This is a request which I discussed with your sales dept prior to purchasing the theme, and they confirmed you can do it for me.

    I want to remove the "homepage feature area" and the "home page bottom feature," and then replace that with the contents of the blog page.

    In other words, The home page would consist of the slider at top (unchanged), but then immediately under the slider would be the blog... Just exactly as it looks on the "blog page" (two columns of blogs on left, and sidebar at right). Then the bottom would be the footer, unchanged.

    Grateful for your help!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    If you want to delete homepage feature area and home page bottom feature you need to delete some code from front-page.php file.
    Go to the
    wp-content\themes\butterbellytheme\front-page.php
    and delete code from line no. 244 to 394.

    Or you can just hide those features by simply adding this code in Custom CSS
    Go to -- Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .feature-content,.feature_mid_content {
    display: none;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you. Ok that's great. But as to the second part of my question... I want to have the blog page immediately under the slider. From my previous post:
    "The home page would consist of the slider at top (unchanged), but then immediately under the slider would be the blog... Just exactly as it looks on the "blog page" (two columns of blogs on left, and sidebar at right). Then the bottom would be the footer, unchanged."​
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_mid_content
    {
    display: none;
    }
    .feature-content
    {
    display: none;
    }

    Thanks & Regards
    Pramod Patel
     
  5. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thanks for your response. But it doesn't resemble the blog page, it just brings the blogs from below up to beneath the slider.

    Again, what I need is the blog page to start immediately under the slider. Two columns of blog postings on the left, and the sidebar on the right.

    So, just to restate what I said in the first post of this thread: This is why I purchased this theme.

    If you check the Formget archives you'll see my detailed question about this prior to my purchase, and your detailed answer, saying that, yes, you can do it, no problem.

    Thanks for your help.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello ,

    We have got your concern, please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:

    Thanks & Regards
    Pramod Patel
     
  7. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you. I will send it.
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please visit your website.

    Thanks & Regards
    Pramod Patel
     
  9. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Looks fantastic, thank you!! Are there any particular settings you changed that I should be aware of, so that I don't accidentally undo what you've done?
     
  10. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,



    Please don't bother about undo. We made some changes on front-page.php and css files.
    Download your theme with the help of wp editor plugin. If you will face any problem in future it will help you.

    Thanks & Regards
    Pramod Patel
     
  11. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Thank you!
     
Thread Status:
Not open for further replies.

Share This Page