Changes to Theme

Discussion in 'Blackriders WordPress Theme' started by bizgirl, Feb 2, 2014.

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

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there,

    I would like to use this theme purely as a lead capture page only so would like to
    1. Remove the Header Section and 'Home Page Feature Area' completely.
    2. Remove the Navigation Bar and Footer Widget section
    3. I would also like to know how I could move the form to the centre of the slider if possible.
    Im using Formget so would like put in the code for a different form.

    Can you show me please what text to remove from the editor to remove the old form and then put in the new code.

    I hope this makes sense. If you could let me know how to do this it would be greatly appreciated.

    Cheers,

    Maggie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

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

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

    Code:
    .caption {
    right: 38.65%;
    }
    @media only screen and (max-width: 1140px) and (min-width: 960px){
    .caption {
    right: 35%;
    }
    }
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .caption {
    right: 31%;
    }
    }
     

    4. You can use FormGet form in the Home Page Right Feature Widget Area.
    Copy the embed code of your form from FromGet website.
    And then go to the Appearance > Widgets panel in your dashboard and
    drag & drop Text Widget in the Home Page Right Feature Widget Area
    and then paste that embed code of form in the content area of text widget.
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you Piyush. I have put all that in but it still showing the gray header at the top with the BlackRiders logo and the tap to call number

    1. is there a way to delete the header completely, and/or

    2. is there a way to leave the header and delete the logo and the tap to call so that I could put text across the width of the header.

    3. The next problem is that my old blog posts are now showing at the bottom under the image. How can I get rid of this?

    Ive also tried to remove the facebook widget but not having much luck. Any suggestions would be appreciated.

    The site Im playing around with is www.askmaggieschulz.com - its my test site. Once I get it right I will be adding on a few sites.

    I want to thank you for the awesome assistance you and the team always provide. It is greatly appreciated.

    Cheers
    Maggie
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container {
    display: none;
    }
    
    2. To achieve your second requirement, undo your first customization and then
    go to the header.php file present in your theme directory and paste the code given below in the file as instructed in the image given below.

    Code:
    <p>Enter your text here</p>    
    [​IMG]


    3. Have you done any customization in the theme file related to the post ?
    If yes then please inform us otherwise provide the following information listed below.

    Thread Link: http://www.inkthemes.com/community/threads/changes-to-theme.10018/
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check and try to resolve your home page blog issue.

    4. It is a default widget which is display only on front page.
    So go to the Appearance > Widgets panel in your dashboard and drag & drop any widget or text widget in the "Home Page Right Feature widget area".
    This will automatically remove the default facebook widget.
     
  5. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you Piyush!! I nearly have it done.

    Ive deleted all the posts. I havent done any customisation I just had not deleted them.

    The only thing still remaining are the words 'Our Latest Blogs' at the bottom of the page which I cannot figure how to get rid of. www.askmaggieschulz.com

    If you have any idea please let me know, if not I can send in my login details.

    Thanks again for your support, it is greatly appreciated.

    Cheers

    Maggie
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     .blog-heading {
    display: none;
    }
    
    This will solve your issue.
     
  7. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    What would I do without you :p Thanks Piyush, you are a gem!
     
    Gourav and Piyush like this.
  8. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0
    How can I remove the entire blog section of the main page. The section under the 4 Home Page Feature areas, and Above the Footers Widgets area? I would like to have all of the blog area and the widget to the right of it removed. Thank you
     
  9. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .blog_feature, h1.blog-heading, .sidebar {
        display: none;
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  10. drewper

    drewper New Member

    Joined:
    Feb 26, 2016
    Messages:
    18
    Likes Received:
    0


    That did it!....Thanks Priya.
     
  11. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page