Hi, I’m unable to disable the title and breadcrumb on my Blogs landing page in Enfold. I’m running Enfold 2.6.2 on the latest WP release. Here is the page: http://www.shimooka.com/v3/articles/
Here are the steps I’ve taken to try and remove the title and breadcrumb:
1. Logged into WP backend
2. Clicked on Pages > Articles (the title of my page)
3. In the left hand column in “Title Bar Settings” > “Display the Title Bar with Page Title and Breadcrumb Navigation?” I have set the drop-down to “Hide Both”.
This is working on all the other pages, just not the Articles page on my website (which shows the WP Blog functionality.
thanks in advance for your help.
Hi Charles!
Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to hide it globally
.title_container {
display: none !important;
}
Cheers!
Yigit
Thank you Yigit. I know this sounds particular, but I was hoping to hide it for all of these top-level pages, but still have it display for the nested article pages, for example: http://www.shimooka.com/v3/agile-project-planning-with-google-docs/
Hi!
Please go to Enfold theme options > Header Layout > Header Title and Breadcrumbs > Hide both. Then you can choose to display on the pages you would like. But please firstly update Enfold to the latest version 2.8.1 to have more control over options – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi, thanks again. I’ve followed the instructions for generating a Themeforest API key and entered it in WordPress, under the Enfold > Theme Update. However, at the bottom of the screen it says, “No Updates available. You are running the latest version! Great!”.
Should I now follow the instructions to manually update the theme via FTP?
Hey!
ThemeForest API checks for updates every 12 hours, you may recieve the notification later but you can just go ahead and update the theme via FTP
Best regards,
Yigit
Great, thank you! That worked!