- Repeating Masonry across pages
-
-
- Repeating Masonry across pages
-
-
-
Repeating Masonry across pages
Good point about the touch screens. Something similar to this is what I'm after: http://www.erikjohanssonphoto.com/ So when you click on a project image the grid is still viewable below the project details on each screen. Curious to how the grid loads on each page. I do like how the css grid doesn't create gaps as you resize. The advantage of Masonry I can use Isotope to filter the images, guess you can do this anyway.
-
Repeating Masonry across pages
I had seen that css grid before, I may be tempted after seeing it again, although I've built the masonry screens now (haven't tested all browsers though). Thanks for the links. If my images have rollover text then I'm duplicating copy over pages so I was wondering if this will affect SEO?
-
Repeating Masonry across pages
Thanks for the feedback folks, much appreciated. Sorry, my web page link was old and the new site isn't live yet. This is the code I have top and bottom of each page. Is this what you mean rbrtsmith? Yes, the css I'm using is external. In the head: <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="http://imagesloaded.desandro.com/imagesloaded.pkgd.js"></script> <script src="http://masonry.desandro.com/masonry.pkgd.js"></script> Script a the bottom: <script src="js/masonry.js"></script> <script type="text/javascript"> var $grid = $('.grid').imagesLoaded( function() { // init Masonry after all images have loaded $grid.masonry({ // options... }); });</script> At some stage I'd like the ability to filter images on the page and paginate through them but that's another story.
-
Repeating Masonry across pages
I'm intending to use the Masonry grid across all pages in my portfolio site. At the moment I'm copying the code across from page to page. Will this give me any issues with speed or SEO? It's just images at the moment. So it's loading on every new page, is there a way to have it load just the once? Many thanks for your time
-
When to have a cookie message
Hi, I was wondering when it is necessary to have a cookie message on your site? If I was to have a simple PHP form like this http://code.tutsplus.com/tutorials/build-a-neat-html5-powered-contact-form--net-20426 then should I have a cookie policy message? Cheers Ry
- Unwanted anchors appearing
-
- Unwanted anchors appearing
-
- Unwanted anchors appearing
-
Unwanted anchors appearing
Hi, On this page http://www.johnfieldformalhire.co.uk/, just below the testimonials, empty anchors appear in the code. I haven't put them in, they just appear. The linked testimonial copy above is causing it but I don't know why. I was wondering if anyone had any clues to to why that would happen? Many thanks for looking R
-
Responsive design padding issue on iphone
Cheers Bobby I think I tried 320px min-width for the footer but it wasn't spanning the whole width on the phone. I'll look again.
- 5 replies
-
- padding
- margin
- responsive
- foundation
-
Tagged with:
-
-
Responsive design padding issue on iphone
Hi, I've created this site using Foundation, http://johnfieldformalhire.co.uk/ One of the issues I'm facing is some extra padding or margin to the right of all the content when viewed on my iphone4. This breaks the top nav bar and also the bottom nav not in the screenshot. If anyone had any thoughts that would be awesome. Cheers R
- 5 replies
-
- padding
- margin
- responsive
- foundation
-
Tagged with:
-
Responsive design
Yes, this is what I meant, only loading necessary content rather than hiding it. Would <noscript> be used?
-
Responsive design
Thinking about responsive design. Is it possible to not load unnecessary content on the page for a particular device to speed up the load time? Can something be done with <noscript>? Cheers!