deetz32
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Serene] Title capiltizationThanks very much. I was referring to the site logo link, and it works great.
Do you know if there is a way to make some words in the site logo link bold, and other thin?
Thanks again
Forum: Themes and Templates
In reply to: [Bushwick] Add author to postsAny idea how to find which file has the loop in it?
Forum: Themes and Templates
In reply to: [Bushwick] Child Theme Has Two Sidebar MenusAdditionally, I have the following css in my stylesheet of the child theme in order to change the colours (could this be causing the double-up?):
.navigation-main .current_page_item > a, .navigation-main .current-menu-item > a { color: #421b0a; } .menu-toggle, .navigation-main .widget-handle { color: #9e231c; display: block; float: right; width: 1.3rem; } .menu-toggle:before:hover, .toggled .menu-toggle, .navigation-main .widget-handle:hover:before, .navigation-main .widget-handle.open:before { color: #E59502; }Forum: Themes and Templates
In reply to: [Bushwick] Child Theme Has Two Sidebar MenusWhen I enter the chile-theme folder, there are only 2 files:
– functions.php
– style.cssI can’t seem to find a second style.css.
When I inspect the website using Chrome’s inspector, I’ve noticed that the two menu links have different code associated in the css. Could this be the cause of the double-up?
Thanks
Forum: Themes and Templates
In reply to: [Bushwick] Child Theme Has Two Sidebar MenusThanks for your help.
I’ve tried changing the code to that suggested in your more recent post, and it seems to be doing the same thing. I’m not sure why there are 2 menu bars showing up.
Please take a look when you have a chance:
Thanks
Forum: Installing WordPress
In reply to: Theme Issue with Sub-DomainIt seems that wp-admin, wp-content (which contains the plugins and themes) and wp-includes are all installed twice… once in public_html/wp/ and once in the root public_html directory.
Some themes and plugins are in one folder, some are in the other…
Do you recommend that I uninstall WordPress completely and start again?
Thanks for your help.