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*

Path missing (Attitude Pro / XX / XX) and Team Page and Business template empty

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44625
    Philip
    Participant

    Hello Support Team,

    I have a couple of issues and I looked through all the different settings a couple of times and before I start a deep dive into PHP I wanted ti quickly check here:

    1) Like on your demo website, I want to see the path to the specific page / post. How can I activate this?
    2) sometimes the gray box with title is shown sometimes not – depending on the selected template, where can I make the gray box valid for every template also the default one
    3) How do I have to add contact to the team page template. At the moment the template is apart from the title not returning any content?

    Many thanks for getting some guidance.

    Kind regards,

    PJ

    #44637

    Hi Philip,
    1) View this link

    2) Which gray box are you talking about. Are you talking about featured slider? Could you provide us the screenshot and Site link.

    3) For to add contact to the team page template it needs code customization. You need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    #44654
    Philip
    Participant

    Thank you for coming back so quickly.

    2) I refer to actually the same box where the path is shown. Because there are some templates who have a gray box including the title and the path
    3) ok that’s helpful. Well can you direct me underlying functionality, is the team template empty or is there already come functionality or does it involve also some amendments in the database etc. Is it possible to mirror the demo website?

    Many thanks for your help.

    #44657
    Philip
    Participant

    Oh regarding 1) I am aware of mod_rewrite and permalinks functionality but what I mean is that between the header and the content section the gray area on your demo website does not only include the title but also the path of the page according to the menu structure.

    #44683

    Hi Philip,

    1> To have as in our demo site you need to install breadcrumbNavXT. So that you will be able to view as in our demo site.

    2> If you select to a specific template then you will get that bar. Otherwise no grey bar will be displayed. But if you want to display a grey bar on every single page then you need a bit of code customization. Goto theme folder -> library-> structure -> header-extension.php on line no 596 you will find this below code.
    $attitude_header_title = ”;
    replace with
    $attitude_header_title = get_the_title();

    If you get 2 page title then go to individual page and at the below of the page you will see page options to hide it. If no page options then at the top right there is screen options and select page options from there to enable this feature.

    Note: 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

    3> Sorry we could not understand what are you trying to say. Please clarify. If you need sidebar on that template then it needs code customization as we have replied you before.

    Thank you!

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