Sky . Design
Forum Replies Created
-
p.s. if you want no border a nicer way to do it is:
border: none;
but my guess is most of you figured that.
The border issue is fixed trough the other options / styles tab and by adding (this lets you change multiple thumbnail options):
.ngg-gallery-thumbnail img {
margin: 5px 5px 40px 5px;
background-color:#FFFFFF;
border:0px solid #A9A9A9;
display:block;
padding:0px;
position:relative;
}Still tyring to link individual images to pages and not the lightbox, and adding animated .GIF’s als thumbnails…
Forum: Themes and Templates
In reply to: customizr – space between slider and contentThanks Michael, that has brougt me closer to what I want indeed.
I will have to see what this looks like on various screens. Any hints on getting it to look awesome on different screen sizes would be much appreciated, I’m very new to this but learn quickly 😉Forum: Themes and Templates
In reply to: customizr – space between slider and contentIt should be up now. The issue is also very visible on
http://www.sky-design.nl/portfolio/
here there is a lot of space between the navbar and the breadcrumb, and then that space again between breadcrumb and content.
Forum: Themes and Templates
In reply to: customizr – space between slider and contentit should be up now
Forum: Themes and Templates
In reply to: customizr – space between slider and contentHi, the site shouldn’t be online yet but I’ll put it online for half an hour or so 🙂 thanks for the help. P.s the issue is best seen in the specific portfolio items.
http://www.sky-design.nl
specific page with this issue:
http://www.sky-design.nl/portfolio/t-shirt-design-voor-vishwaraj-jadeja/Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarNow used “Child Themify” plugin for the creation of the child theme so that’s working fine (even though it was allready) just cant seem to get the search bar working
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarAh I think I know what went wrong, my child functions.php is not set up to override the main functions.php. Can someone tell me how to getthat done?
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarHey everyone,
So I’m pretty new to this stuff, but I’ve been reading a buttload and I think I got how this should work. I also want to replace the tagline with a search bar. However, when I add the code as provided by Micheal into my chil functions.php, nothing changes at all…
As I said, I am new to this, so maybe I set up the functions.php wrong?
I’m also not exactly sure where in the fuctions.php to paste this code so that might be it? Probably the answer is pretty simple.Thanks in advance