Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #77361

    animish
    Participant

    Hello!

    Really glad to buy the X theme. An outstanding product.

    I am facing one problem though. I am unable to hide the title “Blog” along with the breadcrumb links, below navigation menu.

    Please help.

    #77598

    Mrinal
    Member

    Hey Animish,

    Welcome to world of X!

    Please share your website URL here so we can check the issue from front end & provide you the right suggestion.

    Have a nice day, Cheers!

    #78766

    animish
    Participant

    Currently the website is on temporary location. See this post : http://tb0.tricksbag.com/wp-rocket-review/. I want to hide the “Blog” heading below the navigation menu.

    #78773

    animish
    Participant

    Also help me with one issue. I am seeing post meta on custom post types even if I have disabled it in the customizer.

    See this post for example : http://tb0.tricksbag.com/wordpress-tutorials/wordpress-admin/wordpress-dashboard/. if you browse any other normal blog post, you will not see it.
    The post meta is shown on that page. But

    #78937

    Cousett
    Member

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Once the child theme is setup you can remove the post meta information.

    To hide the blog and breadcrumbs you can add the following code:

    .x-header-landmark {
    display: none;
    }
    #78947

    animish
    Participant

    Ok. Thanks a lot for your help. 🙂

    #79024

    Cousett
    Member

    Glad we were able to help. 🙂 Have a nice day.

    #81138

    animish
    Participant

    Hi again!

    I created child theme and it works perfectly.

    But now I am stuck with one problem. I am unable to find the file in the framework which outputs the tags below the post content.
    Can you tell me the file name which contains the code for tags?

    #81178

    Cousett
    Member

    The file that you want to duplicate will be under Framework – views – [stack name] – wp-single.php

    I hope this helps.