addicted295514
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove Searchbar on the top1. Create a new entry for this question
2. Add a link or the name of your website
3. “Login” and “Logout” can be found on WidgetsForum: Themes and Templates
In reply to: [Pictorico] Getting rid of "Author" nameBelow you will find a post that talks about this.
https://www.ads-software.com/support/topic/remove-dates-from-post-pagesCode:
.entry-author-link { display: none; }
.entry-permalink { display: none; }
.entry-date { display: none; }
.entry-meta { display: none; }If you have any more questions, let me know.
Jose
Forum: Themes and Templates
In reply to: [Pictorico] Permalink settings disabledTo change Permalinks Settings you need to do the following,
Go to Settings, Permalinks, and Check the Setting that you want
Forum: Themes and Templates
In reply to: [Pictorico] Remove search possibilityIf I understood this correctly, you want to get rid of the search box?
If this is what you want to get rid off, input the following code into child theme editor,.header-search{
display: none;
}Try Plugin, Fourteen Colors.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove Searchbar on the topI made a video To Remove White Space above content area.
https://www.youtube.com/watch?v=W2cGnguqNfQTo Remove White Space on Twenty Fourteen Theme with Plugin
Plugin Used:
Fourteen ExtendedHow to Remove White Space
1. Install Fourteen Extended Plugin / Activate
Go to
2. Appearance
3. Customize
4. “Twenty Fourteen Content Options”
Select
5. “Check to remove the white space above content”
6. Click on “Save & Publish”And You are done, I hope that this video helps some one!
I have made a video for this,
https://www.youtube.com/watch?v=W2cGnguqNfQInstructions:
Wordpress Twenty Fourteen Theme
How to Remove White Space on Twenty Fourteen Theme with PluginPlugin Used:
Fourteen ExtendedHow to Remove White Space
1. Install Fourteen Extended Plugin / Activate
Go to
2. Appearance
3. Customize
4. “Twenty Fourteen Content Options”
Select
5. “Check to remove the white space above content”
6. Click on “Save & Publish”And You are done, I hope that this video helps you!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove Searchbar on the topI made a video that shows how to Erase Search Box for Twenty Fourteen Theme.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Remove Searchbar on the topI have been looking to remove this as well. Thanks to eowynt, his solution did the trick.