- This topic has 6 replies, 3 voices, and was last updated 10 years, 3 months ago by Theme Horse Support Team.
-
AuthorPosts
-
August 18, 2014 at 6:58 pm #13086eshafer525Participant
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!
August 19, 2014 at 6:16 am #13100Theme Horse Support TeamKeymasterHi eshafer525,
This feature is not available in home page. You need code customisation for it or hire a developer to fix it.Thank you!
August 27, 2014 at 4:26 pm #13330titleboxingParticipantHello 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!
August 28, 2014 at 6:05 am #13345Theme Horse Support TeamKeymasterHi 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!
August 28, 2014 at 6:05 am #13346Theme Horse Support TeamKeymasterHi 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!
August 28, 2014 at 6:23 pm #13379titleboxingParticipantThank 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?
August 29, 2014 at 5:18 am #13395Theme Horse Support TeamKeymasterHi titleboxing,
You interface folder is lnside:-
Got to ftp -> public_html -> wordpress(your wordpress folder ) -> wp-content -> themes -> interfacemake a new child folder where interface is located not inside the interface
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.