musicalmedley
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeThe original question was asked in relation to the Esplanade theme, which has a custom CSS section in its options. Adding custom CSS in this case does not require the user to go into style.css to make changes.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeOne more question… The tabs in my browser display the page titles, except for the homepage and the blog. The homepage displays the full website url, which is fine by me, but the blog displays as Blog[Site Title]|[Tagline]. How can I tweak the code to get the browser tab to display as Blog when I’m on that section of the website?
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeThe site’s back up and issues are resolved! Thanks for the help. So what works is:
.home .entry-header { display: none; }
Adding space between .home and .entry-header did the trick.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeYep, did that and they’re checking it out. Thanks for the code correction in your first post.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeI just noticed this and I have no idea what’s going on… What do you mean PHP extension is on? I haven’t changed anything on my site recently except the header images, but everything was running smoothly last night. I can’t login to the admin panel because of this.
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade Theme.page-id-233.entry-header.h1 { display: none; }
That doesn’t do it either, assuming I don’t have to clear my cache before I see the effect. Where does the page id number come from?
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeSo the first line would be
.page-id-233.entry-header {
? That doesn’t work. But if I use .page-id-233 and leave off entry-header then my home page disappears completely (or, rather, it displays as a blank page).Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeThe first one works and hides all page titles, but hiding the page title on just the home page does not work. Do you have another suggestion for that?
Forum: Themes and Templates
In reply to: How To Hide Page Title On Static Homepage – Esplanade ThemeThanks for those links. That will take me a while to sift through, but it’s going to be good to know. In the meantime, here’s my site:
Forum: Themes and Templates
In reply to: Removing Box Around Uploaded Image & Text WrapExcellent, that did it. Thanks!
Forum: Themes and Templates
In reply to: Removing Box Around Uploaded Image & Text WrapAny ideas?
Forum: Themes and Templates
In reply to: Drop Down Archives in Old ThemeThank you, that was the problem. The change to 300px worked like a charm.
Forum: Themes and Templates
In reply to: Drop Down Archives in Old ThemeYes, I have a couple of posts from two different months, but the archive drop down menu is still not working. The site is austinshadduck.com/news.
Forum: Themes and Templates
In reply to: Default widgets! Search for ever still no answer!Without messing with code you might be able to remove the items in the sidebar by simply removing all widgets from the sidebar in the WordPress editor… Then add a new text widget to the sidebar (but do not add any text). For some themes this will remove the sidebar completely. Or you may want to edit the sidebar.php file. To remove Archives, for example, you might delete the following line of code (or something similar):
<?php wp_get_archives(); ?>
Forum: Themes and Templates
In reply to: Adding Space Between Body and Background ImageThe website is https://austinshadduck.com.