four questions: widgets, contact page, blog posts

Discussion in 'ButterBelly WordPress Theme' started by lgmelcher, Oct 3, 2015.

  1. lgmelcher

    lgmelcher New Member

    Joined:
    Sep 20, 2015
    Messages:
    1
    Likes Received:
    0
    Hi,

    I'm customizing ButterBelly and encountering some questions that couldn't be answered in the theme guide. If you could help I would be appreciative!

    1. Do blog posts require images in order to show up on the home page? Is it possible to change this so that I could display blog posts on the home page both with and without feature images?
    2. I would like to remove all four footer widgets from the gray box. I cannot seem to do this from the Dashboard or Customization panel. Is there a way to remove them?
    3. For the blog page template, is it possible to remove the sidebars, or customize them to only show "search"?
    4. For the contact page template, is it possible to remove the contact form from this page?

    Thanks so much,
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily resolve all of your queries yourself, here I am providing you solution of each section according to your issues..

    1.)Regarding your first issue,

    Yes it is possible but there would be requirement of customization in the source code and for that we have to access your dashboard.

    So please send us your dashboard credentials at [email protected].

    2.) For your second issue i.e. to remove all four footer widgets, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_container {
      display: none !important;
    }
    3.) For your third issue i.e. to remove the sidebars, or customize them to only show "search", please follow the video given below.

    Link of the video: http://screenpresso.com/=I1Hyg

    4.) For the last one, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #contactForm {
        display: none !important;
    }
    Hope it will resolve your issues :)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page