Forum Replies Created
-
AuthorPosts
-
Schreckgespenster
MemberAlso I wanna remove the Copyright area
Schreckgespenster
MemberI found a solution via Google.
I replace this following code via FTP -> wp-content -> Themes -> Centric Pro -> JS -> global.js
and now I have a fixed header.
Here is the code:
jQuery(function( $ ){
$(".site-header").after('<div class="bumper"></div>');
$(window).scroll(function () {
if ($(document).scrollTop() > 1 ) {
$('.site-header').removeClass('shrink');
} else {
$('.site-header').removeClass('shrink');
}
});$("header .genesis-nav-menu").addClass("responsive-menu").before('<div id="responsive-menu-icon"></div>');
$("#responsive-menu-icon").click(function(){
$("header .genesis-nav-menu").slideToggle();
});$(window).resize(function(){
if(window.innerWidth > 600) {
$("header .genesis-nav-menu").removeAttr("style");
}
});});
Schreckgespenster
MemberI am not good in programming and I do not have firebug. And I don't know anything about CSS.
It's like I am asking you: Where can I find Berlin? And you say: Google it. There is a description. 🙁
I don't know which rule, I don't know where the rules are in the style.css and so on. You only give me a solution: You can find it in the description. I am also not a native speaker so I don't understand so much.
Schreckgespenster
MemberHaha, really funny. It takes two weeks till I learn how to handle Firebug! The page has to be ready in 2 days.
Is there a CSS code where I can fill in? Or remove logo in sticky header?
Schreckgespenster
MemberWhere can I find it in the style.css?
I can't use it in the correct way because I can't change the logo. And when I scroll down the logo is looking ugly. So this is why I wanna remove sticky header. 😉
Schreckgespenster
MemberThanks for help!
Schreckgespenster
Memberfound a way:
.home img.post-image.entry-image{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);}
Schreckgespenster
MemberOkay. Thanks
Schreckgespenster
MemberHeader Problem fixed.
@WidsmLabs
In Firefox I can't see the grayscale pics. What could be the problem?
Schreckgespenster
MemberHi there,
changed this
.ambiance-grid .entry-header {
position: absolute;
top: 250px;
width: 100%;
}also the thing with the date is fixed:
.ambiance-grid .entry-meta,
.ambiance-grid .entry-meta a {
color: #fff;
font-size: 0px;
}Now I still have the problem with the header image and the header-background color.
Who can help with this?
Schreckgespenster
MemberThis two things helps me out and it look really nice.
Thank you @WisdmLabs
------
How can I remove the date at the homepage posts?
Still have the problems with the cropped pics and the header. Where can I change the background color of the header and make the logo section right for the logo?
Schreckgespenster
Memberalso I wanna know how to remove the date at the frontpage-picture grid.
Schreckgespenster
MemberHi Brad,
I just done that what you told me. But when I publish a new post I will see it in front of the startpage/landing page and at the page I have set on the menu.
That#s what I really don't want.
Schreckgespenster
MemberThanks for help
Schreckgespenster
MemberI found it.
Schreckgespenster
Memberworks. I reduce it to 40% and it looks perfect.
Thanks for help.
Schreckgespenster
MemberSchreckgespenster
MemberMy images are are 500 x 333 so I changed =>
.home-middle .featuredpost .entry {
min-height: 333px;
}.home-middle .featuredpost .entry-title a {
color: #fff;
}.home-bottom {
padding: 5% 0 10%;
}
.home-bottom .featuredpost .entry {
min-height: 333px;
}Now everything looks fine.
Schreckgespenster
MemberThank you. You will find the image from photodune.
The code you gave me only reduce the space between the home top and the menue. But I have spaces between the posts itself.
Schreckgespenster
MemberHehe, I installed that plugin before and did not recognized that could help.
Funny. Thanks for help.
-
AuthorPosts