I have googled, searched forums, and I am just stuck and don’t know what to do.
Any advice would be greatly appreciated! Thank you so much!
]]>I need help.
Thank you
]]>After installing BB Press in my Astra Theme my header background colour, site title + tagline and sub menu + button have lost their formatting.
You can see here:
https://findgyms.co.uk/forums/
This is compared to the header background colour and site title/tagline formatting in all my other pages (for example):
https://findgyms.co.uk
This confuses me even more because the forum topics have the correct header formatting like all my other pages:
https://findgyms.co.uk/forums/forum/general-discussion/
I have spent all day trying to figure out why this is happening and I can’t understand whether it’s:
1) A wordpress issue
2) An Astra issue
3) An elementor issue (although I’ve built all the Forum pages in WordPress Dashboard)
4) A BB Press issue
Can anyone help please?
Many thanks in advance,
Tim
]]>I used bbpress to make a forum within a page that elementor had already made, but the side bar would not show up. I therefore deleted the page, made a new one in wordpress dashboard thinking bbpress must not work with elementor (then discovered it’s just a blank page waiting to be populated).
I then therefore used ‘edit with elementor’ for a new page (thinking I’ll try to find out why the bbpress side bar would not show up).. but now I’ve found that when I add a new page via wordpress dashboard, then edit with elementor, my header background colour are all absent from every new page I make and the site title/tagline are different fonts/colours?
Please, please, please can somebody help? I plan on making many more new pages so I’d like to have the same header for each page.
Many thanks in advance,
Tim
Thanks,
Tim
]]>.site-content-contain {
background-color: #d5ffa0;
position: relative;
}
.site-title {
font-size: 100%;
margin-top: 0;
line-height: 7;
}
.header-image .site-title a {
float:left;
margin: 0;
}
.site-header .wrap {
padding:0;
}
/* Change header HEIGHT */
.site-header {
height: 200px !important;
}
Thanks in advance for your help!
]]>I have tried all plugin related issues, nothing seems to work so far. Any thoughts?
Here’s the code,
<!doctype html>
<html class="no-js" lang="en">
</head>
<body <?php body_class(); ?>>
<div id="outer-wrap">
<div id="inner-wrap">
<div id="wrapper">
<header id="top" role="banner">
<div class="row">
<div class="small-12 columns">
<div class="block">
<a>">
<span class="icon-tanya-logo"></span>
</a>
<a href="#nav">
<span class="icon-menu"></span>
</a>
</div>
<nav id="nav" role="navigation">
<div class="block">
<h2 class="block-title">Country Singer</h2>
<ul>
<?php wp_nav_menu(array('menu_order', 'theme_location' => 'main-nav', 'container' => false, 'items_wrap' => '%3$s') ); ?>
<li class="mac-cosmetics">
<a target="_blank" href="https://www.maccosmetics.com/">
<span class="icon-mac-logo"></span>
</a>
</li>
</ul>
<a href="#top">
<span class="icon-close"></span>
</a>
</div>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
]]>