-
AuthorPosts
-
August 4, 2014 at 2:41 am #77361
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.
August 4, 2014 at 12:01 pm #77598Hey 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!
August 6, 2014 at 7:17 am #78766Currently 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.
August 6, 2014 at 7:39 am #78773Also 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. ButAugust 6, 2014 at 11:59 am #78937Because 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; }
August 6, 2014 at 12:41 pm #78947Ok. Thanks a lot for your help. 🙂
August 6, 2014 at 2:24 pm #79024Glad we were able to help. 🙂 Have a nice day.
August 9, 2014 at 1:23 am #81138Hi 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?August 9, 2014 at 7:05 am #81178The file that you want to duplicate will be under Framework – views – [stack name] – wp-single.php
I hope this helps.
-
AuthorPosts