For testing, the menu is currently set up this way:
New to UU? has the grid layout
Ministry & Learning has the standard layout
The other top-level items are all flyout menus
The flyout menus work as expected.
The standard layout works as expected.
But the grid layout doesn’t work on my phone or in portrait layout on the tablet. When I click the + to open the submenu items, nothing happens.
I tried setting the menu that has the grid layout not to display on mobile; that didn’t work. I can make it not display on desktop, but can’t make it not display on mobile. In fact, I can’t make ANY of the menus not display on mobile, just on desktop.
I looked through the list of theme integration guides. Benevolence isn’t there. I did find 2 themes also by WPLook, but the code isn’t the same.
I tried the approach in Removing Residual Styling, but that totally screwed up the menu display.
This is the code in header.php for the Benevolence theme:
<div class=”menu”>
<nav role=”navigation” class=”site-navigation main-navigation” id=”site-navigation”>
<div class=”responsive container_12″></div>
<div class=”container_12 non-res”>
<?php if ( has_nav_menu( ‘primary’ ) ) {
wp_nav_menu( array(‘depth’ => ‘5’, ‘theme_location’ => ‘primary’, ‘container’ => ”));
} ?>
</div>
</nav>
<div class=”clear”></div>
</div>
Edited to add: the menu works as expected with the Twenty Twenty theme.
]]>No configuration guide is available for Benevolence and I have tried all the generic trouble shooting tips but none have solved the problem. My site is using a child theme.
John
]]>If you go here:
https://dev.uno-online.org/who-we-are/
At the top right there is a share widget (or I think its a widget). Does anyone know how the change the social media icons there? Only option is facebook, twitter, and pinterest. I want to add different ones.
]]>The problem i have is that the main language of the theme i am using (benevolence by wplook) was set as english (US) and even though wp recognises the other two languages (in settings>general), when i choose them, they won’t be saved and the theme won’t translate. Settings say, that my choice was saved, but it just goes right back to english (US).
Also i already contacted wplook’s support, but they said it’s a bug that they’ve never seen before and it’s not theme related and it must be the installation.
Any ideas of where to look or possible solutions or workarounds…?
Thank you!
]]>I’ve tried to do as discussed here and I can’t find any other similar posts:
https://en.forums.wordpress.com/topic/width-for-benevolence-css?replies=14
I’m trying to change the width of the blog, https://blog.bottomlinesafety.com/, to be 834px wide to match our corporate site, https://www.bottomlinesafety.com. But when I change the CSS as described in the above link, and even change the URL of the image in the CSS File, so that I no longer am using the header auto uploader, it still refuses to size my image greater than the 700px width that is standard.
I have been able to change all widths as needed but that image width. I’ve tried changing the file on the FTP to bypass the uploader size limitation as well but it still does not work. I end up with an unsightly black square in the upper corner of the blog where the header image should extend.
I can change the CSS as suggested in FireBug and it looks right, but when I try to do it on the live file, it just wipes it out. I figure it must be controlled elsewhere, but where?
I pulled the URL from firebug and looked at it by itself and it seems to be scaling it to 76% for some reason.
Once again: the active blog is https://blog.bottomlinesafety.com/.
Any assistance would be greatly appreciated. (PS: this is still a work in progress but this is where I got stuck.) Thanks in advance.
]]>“The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions.”
I do not know how to make my theme widget aware. The blog used to be on wordpress.com and I remember that the appearance options were different. Now I am self-hosting on ready-hosting.
I wonder if I should change the theme or can I change something in the existing theme. I do know basic html but that is about it.
Thank you so much!
]]>I’m trying to remove (or change colour of) the black border that you can find on my blog (https://deathbyspandex.wordpress.com). It’s not the borders on the pictures, it’s the black one that surrounds all the content. My theme is Benevolence.
Can anyone show me where in the stylesheet this is done?
/Linn
]]>i am using the benevolence theme, and i would like to add a home button in the sidebar, that links back to the start page of the blog.
and also make the header clickable to link also back to the home/start page.
Does someone know how to insert this and in which php file?
Any help is much appreciated . thanks
Cane
]]>I am using the Benevolence theme as I am trying to set up a new design for my blog. I can’t let the tags show on top of my post. They are in the posts and I adapted the start of the post like this:
<?php _e("Filed under:"); ?> <?php the_category(',') ?> | <?php _e("Tags:"); ?> <?php the_tags(',') ?> </div>
The category is no problem but the tags stay empty.
Any advice?
]]>code on my site. However, the text does not always go past the image, which in turn causes the footer to hover and overlay with the image. Typing in the clear code
<div style=”clear:left;”></div>` fixes this issue, but at the cost of pushing my footer down around 800 pixels past the end of the post. I discovered the reason behind it.
My sidebar is coded in the template to float to the left, and therefore typing <div style="clear:left;"></div>
moves everything to the bottom of the sidebar.
My question is, is there any way to remedy this without always having to wrap the text around the right side of the image? It’s really very annoying, and I am not proficient enough in CSS to try and re-code the Benevolence theme.
Thanks for any tips and advice you can offer.
]]>