Hi there,
I have to begin by saying I love this theme! There’s one problem that I cannot find a work around and was hoping for some help. I notice that since I switched themes my comments and shares have dropped dramatically. I think what might be happening is that readers need to actually click on the title to open the post before they can see the comment box and share options. The entire post is on the page, therefore, there’s very little impetus to click on the post.
https://www.e-stranged.com/blog/
I note in the settings –>read options in the dash board, there is an option to have a summary of the post show. However I have tried that and I don’t think the option actually effects the blog page.
Is there another, or better way to resolve this issue?
I’d appreciate any help!
Fiona
I am having trouble with the code to manipulate the Menu and therefore it’s not showing, (Showing White unless hover).
I tried replacing the code in the editor with the background menu color I want C27B9B but it’s not doing anything when i do that. i am new to wordpress and struggling a bit on my site. Now Im afraid by changing the color code in editor i have messed up something else. !
Any help would be appreciated.
Courtney
When I activate a custom menu in Appearance > Menus, the background color in the top menu bar goes missing. You can’t see the menu text because it is white on white, but it correctly turns black when you hover on it, so I think the background color is the only thing that is missing. I assume that Colorful Delight was created without regard to custom menus, so it seems likely that I need to add some additional customization code to my child style.css file. I just can’t work out exactly what to add. The custom menu is called “Menu 1” and the navigation source code is as follows (I have removed the URL):
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<button class=”menu-toggle”>Menu</button>
Skip to content
<div class=”menu-menu-1-container”><ul id=”menu-menu-1″ class=”nav-menu”><li id=”menu-item-90″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-82 current_page_item menu-item-90″>Post Map
</div> </nav><!– #site-navigation –>
If I disable the custom menu, the default menu displays all my Pages (including Home, which I don’t want and is the reason I am trying to set up a custom menu) and the background color returns. The source code is then as follows (I have removed the URLs):
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<button class=”menu-toggle”>Menu</button>
Skip to content
<div class=”nav-menu”>
</div>
</nav><!– #site-navigation –>
I would really appreciate any advice regarding how to customize my child style.css file so that my custom menus have the right background color.
Thanks and kind regards
Randall