Hair Bear
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Music] FAQThanks for replying.
I’m currently looking at the plug-in that I have installed and it is by “righTune” and is called WordPress Music (wp-music). It’s opening line on the DESCRIPTION (first) tab is..
“Our music creates a subtle, ubiquitous ambiance that adds a deep emotional dimension to a site\’s content and directly impacts user behavior and increases staying time, loyalty and revenue.”The other tabs are: INSTALLATION; SCREENSHOTS; CHANGELOG; FAQ; REVIEWS. When I click FAQ it goes to “You can find our detailed FAQ page here.” But when I click “here” I get:
“There is a problem with this website’s security certificate.”Assuming this is your plug-in, can you please tell me how to (a) upload music that automatically plays once the website opens, and (b) Ensure that there is no ‘play’ button of any kind on the website. Thanks.
Forum: Plugins
In reply to: [Soundy Background Music] Login issue – Fatal error?I’m trying to install Soundy, but with no luck. When I click the install it won’t let me.
Forum: Themes and Templates
In reply to: Contents AreaThanks. but already tried that with no reply ??
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorDone, here…
https://www.ads-software.com/support/topic/contents-area?replies=1#post-7178870
Thanks!Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorCleared the browser but it still didn’t change. However, I’ve just gone and checked it with a different computer and it’s as you described, nice and skinny. I guess I will just have to bin this old thing.
I suppose this isn’t the right place to ask if you know how to change the following?
Move my slider images (which are now on the right, and small) over the home page’s box – like I am showing you in this image…
https://www.facebook.com/photo.php?fbid=799098256871917&set=a.799098276871915.1073741826.100003152511801&type=1&theaterAlso, is there a way to make the home page’s box as wide as the full page?
And can I delete the wording that is ringed (on the left side of the image) without the same “Home” word becoming lost from my menu? Thanks again!
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorHi Bojan. I have now put in what you have asked and have taken out…
h1.art-logo-name{display:block; text-align:center;}
.art-logo-text{display:block; text-align:center;}This was, if I recall rightly, what Julienne suggested.
I’ve also taken out the PHP stuff. The menu is now more to the left but it is still not thin – the new version is the third picture down. I’d like the second one down if possible…
https://www.seanofthecongo.co.uk/wp/wp-content/uploads/2015/07/menu-bar1.jpg
The CCS now looks like this…
#masthead {
background-color: #000;
}#header-right .widget ul.menu a {
color: #ccc;
}header#masthead {
border-bottom: none;
}body.indentation p {text-indent: 10px;}
body.no-indentation p {text-indent: 0;}
#header-content {
padding-left: 30px;
}#main-slider img {
float: right;
}@media screen and (min-width: 1200px) {
#header-right .widget ul.menu li {
line-height: 0.5;
}
#header-right, #header-right .widget_nav_menu, #header-right .widget_search {
padding-top: 0;
}
#header-right #header-search-widget {
margin-top: -7px;
}
#header-right .widget .menu a {
padding: 0 10px 20px;
}
}#header-right {
float: left;
}#header-right .widget {
margin-bottom: -5px;
}Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorPS Regarding your original “HB”: It took me a lot of time, much soul-searching, and many goes at typing “WordPress HB” into Google (then digesting all information), to eventually realise that “HB” wasn’t a WordPress term, but rather Hair Bear! Lol!
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorThanks, Julienne. You’re very kind.
Forum: Themes and Templates
In reply to: Menu / Navigation bar change color#masthead {
background-color: #000;
}#header-right .widget ul.menu a {
color: #ccc;
}header#masthead {
border-bottom: none;
}body.indentation p {text-indent: 10px}
body.no-indentation p {text-indent: 0}
add_action ( ‘wp_head’ , ‘move_my_slider’);
function move_my_slider() {
//we unhook the slider
remove_action( ‘__after_header’ , array( TC_slider::$instance , ‘tc_slider_display’ ));//we re-hook the slider. Check the priority here : set to 0 to be the first in the list of different actions hooked to this hook
add_action( ‘__header’ , array( TC_slider::$instance , ‘tc_slider_display’ ), 0);
}#header-content {
padding-left: 30px;
}#main-slider img {
float: right;
}@media screen and (min-width: 1200px) {
#header-right .widget ul.menu li {
line-height: 0.5;
}
#header-right, #header-right .widget_nav_menu, #header-right .widget_search {
padding-top: 0;
}
#header-right #header-search-widget {
margin-top: -7px;
}
#header-right .widget .menu a {
padding: 0 10px 20px;#header-right {
float: left;
}#header-right .widget {
margin-bottom: -5px;
}h1.art-logo-name{display:block; text-align:center;}
.art-logo-text{display:block; text-align:center;}Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorJulienne: I wrote down exactly…
#header-right {
float: left;
}#header-right .widget {
margin-bottom: -5px;
}h1.art-logo-name{display:block; text-align:center;}
.art-logo-text{display:block; text-align:center;}I’m unsure why I wasn’t supposed to write any of that down?
“Do you understand now?” Definitely not – I’m too thick. Happy to “wrap your CSS” for someone else to have a go, but don’t know what you mean by the “code” and also, the “your here” that I guess I’m supposed to click doesn’t take me anywhere.
Bogjan: Yes, that’s the site. Because I’ve got real people’s name on it but haven’t yet got the site okayed, so I’m having to make it all “private”. Rest assured, though, that nothing has altered.
I am going to “Appearance” > “Theme Options” > “CSS”
I’ve just checked plugins and the active ones are: Catch Updater, Elegant Themes Updater, Master Slider, One-Click Child Theme, WP Edit
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorNope ??
I’m very dense at all this, so just to clarify, I’ve typed all the following into my CSS…#header-right {
float: left;
}#header-right .widget {
margin-bottom: -5px;
}h1.art-logo-name{display:block; text-align:center;}
.art-logo-text{display:block; text-align:center;}Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorSorry folks, no changes unfortunately ??
Anything else? ??
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorMuch better, thank! But I’m wondering if you could make it even slimmer? Also, is there a way of moving all the wording over so that it starts from the left (I think that that left space is for the menu name and an image, but I don’t need either). This picture shows what I’m currently looking at, and what I’d quite like it to look like….
https://www.seanofthecongo.co.uk/wp/wp-content/uploads/2015/07/menu-bar.jpgThank Bojan
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorHello Bojan, I need to ask you if you know how to make the adventurous pro navigation (menu) bar much thinner? Thanks
Forum: Themes and Templates
In reply to: Menu / Navigation bar change colorAll resolved.