WorldWideAdventurer
Forum Replies Created
-
I contacted Get Response, it is an issue with their plugin and they cannot give me a time that it will be fixed.
I have the exact same problem.
Glad I could help – it’s usually me needing help!
Hi Trinity,
Presuming you have Custom Community Pro theme – if so this should work.
I finally got some CSS code worked out and here it is – You may want to change the colours to suit.
div#header div.menu-top {
font-size: 13px;margin-left: 0px;
position: absolute;
width: 1000px;
height:38px;
top:0px;
background-color:#333333;
}a, div.menu-top ul li.current_page_item > a:hover, div.menu-top ul li.current-menu-item > a{
background: none repeat scroll 1000px 1000px;
background-color:transparent;
}
a, div.menu-top ul li.current_page_item > a:hover, div.menu-top ul li.current-menu-item > a:hover {
background: none repeat scroll 1000px 1000px;
background-color: #ffffff;
}
div.menu-top.menu ul{
list-style-type:none;
margin:0;
padding:0;
}
div.menu-top.menu li
{
display:inline;
}
div.menu-top.menu a
{
font-weight:normal;
background-color:transparent;
text-align:center;
color:#7FB539;
text-decoration:none;
text-transform:lowercase;
}div.menu-top.menu a:link,a:visited
{
font-weight:normal;
1color:;
text-align:center;
text-decoration:none;
1text-transform:lowercase;
}
div.menu-top.menu a:hover,a:active
{
background-color: #333333;
}Hope this helps.
Forum: Fixing WordPress
In reply to: hiding page title – any alternatives to code editing?Hi there ript – yes I did.
Firstly go to the theme settings and open the “footer settings” – set up with background colour and height you want – you can check mine. (its the black area)
Once you’ve got that – then do the widget settings ie colour background.
Then go to the widget area and put widgets in either full width footer, left , middle or right.
If you want to use the custom menu widget, you first have to set up that menu in menus – the only option though is a vertical menu.
Hope this helps. I feel your frustration!
Note the other Header menu that is showing is a custom menu from the wordpress settings which I don’t like and don’t intend to use once I get he one above sorted out
Note the other Header menu that is showing is a custom menu from the wordpress settings which I don’t like and don’t intend to use once I get he one above sorted out
Hi Andrew – Yes is does has a CSS Custom and I have put the following code in as follows. It is showing in the source code when I view – but nothing comes up on the site. Do you know where have I gone wrong?
Thanks
div#header div#footer .menu ul{
list-style-type:none;
margin:0;
padding:0;
padding-top:6px;
padding-bottom:6px;
}
div#header div#footer .menu li
{
display:inline;
}
div#header div#footer .menu a:link,a:visited
{
font-weight:normal;
color:#0f9e05;text-align:center;
padding:6px;
text-decoration:none;
text-transform:uppercase;
}
div#header div#footer .menu a:hover,a:active
{
background-color:#333333;
}If you can’t help, don’t bother me with silly questions pls
YES!
Forum: Themes and Templates
In reply to: [Custom Community] [Theme: Custom Community] Remove Page TitlesThanks I had been wondering how to do this for months!
Delete my last post ! – magically appeared after writing above – ALL FIXED
I am running the 1.2.02.24 with WordPress 3.3.1 and it did work, then is dissappeared – then I upgrade to 1.2.02.25 and worked again – but now it’s gone again. Can anyone please help?