badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Page Name Bar on Home Page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13086
    eshafer525
    Participant

    Just wondering if it’s at all possible to show the page name bar on the Home Page. All of my other pages have the teal bar show under the header, but not on the Home Page. For example, on the theme preview: http://wp-themes.com/interface/?TB_iframe=true&width=600&height=400 it doesn’t show the teal bar with “Home” in it, but when you click “About,” it shows “About” in a teal bar under the header.

    Is it possible to have it show on the Home Page as well?

    Thanks!

    #13100

    Hi eshafer525,
    This feature is not available in home page. You need code customisation for it or hire a developer to fix it.

    Thank you!

    #13330
    titleboxing
    Participant

    Hello there!

    Is there a way to remove the bar off the child pages?

    It seems redundant with the title of that page? Here is the page I referring to. http://www.titleboxing.com/news/boxings-in-your-blood/

    Thank you!

    #13345

    Hi titleboxing,
    This feature is not available you need code customisation for it. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    The file is inside interface -> inc -> structure -> header-extension.php on line no 418 to 427 remove this code

    <div class=”page-title-wrap”>
    <div class=”container clearfix”>
    <h1 class=”page-title”>Boxing It’s in Your Blood</h1>
    <!– .page-title –>
    </div>
    </div>

    Thank you!

    #13346

    Hi titleboxing,
    This feature is not available you need code customisation for it. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    The file is inside interface -> inc -> structure -> header-extension.php on line no 418 to 427 remove this code

    <div class=”page-title-wrap”>
    <div class=”container clearfix”>
    <h1 class=”page-title”>Boxing It’s in Your Blood</h1>
    <!– .page-title –>
    </div>
    </div>

    Thank you!

    #13379
    titleboxing
    Participant

    Thank you!

    I am reading the information on Child Themes, and I see the structured folder system. This could be a very juvenile question, but where do I locate the Interface folder system so I can create a new child page?

    #13395

    Hi titleboxing,

    You interface folder is lnside:-
    Got to ftp -> public_html -> wordpress(your wordpress folder ) -> wp-content -> themes -> interface

    make a new child folder where interface is located not inside the interface

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.