jshjohnson
-
Website redesign feedback/critique
Okay here is a working version of the design: http://joshuajohnson.co.uk/wordpress/ I am still developing the portfolio pages hence the dodgy slider - thanks EDIT: Having trouble with transferring from localhost - give us a sec
-
Font sizes incorrect on smartphones
Try adding this to the body element in your css to sort the iPhone font-size issue: -webkit-text-size-adjust: none
-
Website redesign feedback/critique
Haha thanks for your feedback. I have updated the link: http://imgur.com/a/TTFqU
-
Margin-top being ignored on certain pages
Ah that worked- thanks!
-
Client amendments
@chrisburton That is the problem - I don't have a contract because I am not sure what I should be offering in terms of amendments. Say a client asked me to develop a design and then the design was altered say 5 times, many clients expect that …
-
Client amendments
It's definitely not that simple - I've had clients disputing pay because of this!
-
Fixed navigation bar - add active class to link items based on scroll
If I remove $('nav a:first').addClass('active'); it stops highlighting the 'About us' when on the home section but if you click it the class is not added like all other links
-
Show and hide div from clicking on an image
Thanks but that still gets ignored! I think it is because the colorbox is loaded after everything in the DOM so the script is always loaded before. http://oandg.co.uk.s156312.gridserver.com/
-
Show and hide div from clicking on an image
Nope ha this is so frustrating
-
Show and hide div from clicking on an image
Like this? $(function() { $(".openBoxButton").click(function() { $('#colorbox').fadeIn(1200); $.colorbox(); $('.rsABlock img.info').click(function(e) { e.preventDefault(); $(&…
-
Show and hide div from clicking on an image
Ah okay - I have managed to get rid of the errors. Still no luck with the show/hide though
-
Show and hide div from clicking on an image
Yeah that didn't seem to work either. I am not entirely sure what is actually causing the main error - I can't even find that code in my main.js file. Javascript isn't really my thing so this is just trial and error for me! Here is …
-
Close Colorbox from menu
Don't worry - this did the trick: $(".colorboxCloseBtn").click(function() { $.colorbox.close(); });
-
Opinions on CSS Frameworks
I have just joined a development team on a client website which is half built using bootstrap and I think it would be much easier for me if I didn't have to decipher through all the unnecessary css.
-
Opinions on CSS Frameworks
I get the feeling they are more for developers who lack decent design/css skills?
-
Full screen slide down slider
I think this is the closest I am going to get http://dimsemenov.com/plugins/royal-slider/slider-in-lightbox/
-
Full screen slide down slider
If you go to http://oandg.co.uk.s156312.gridserver.com and scroll down to the portfolio thumbnails I would like to it so when you hover over the image and click "Read More" an overlay covers the screen with a slider of 3-4 images. I have …
-
Dealing with AJAX content
I have also noticed that it seems to reload the content every time you click the News section which is annoying!
-
Dealing with AJAX content
Yeah sure its: $(function() { if(Modernizr.history){ var newHash = "", $mainContent = $("#main-content"), $pageWrap = $("#page-wrap"), baseHeight = 0, $el; $pageWrap.height($p…
-
Rearranging DOM elements with jQuery
I assumed it must be considering there is jQuery mobile?
-
Select styling being ignored
@Merri what does that have to do with anything?
-
Select styling being ignored
Hello, I have applied Gill Sans as a font which it seems to be ignoring as well as a height. Any font size larger than 18px is also ignored. If it was an extension interfering, surely wouldn't that show up in Chrome inspector?
-
Need help to add a cloud carousel in wordpress
Could you post a link?
-
Portfolio page on Wordpress - best way to approach
Thanks @pixelgrid - As i'm using WordPress im assuming I am going to have to include the css in the page theme php file as I need to add the images dynamically?
-
Portfolio page on Wordpress - best way to approach
Is there not a simple way of making thumbnails fill a bigger space? Like this: http://www.esprit.nl/women/kleding/bloezen/effen - If you hover over a small thumbnail it replaces the larger image
-
Portfolio page on Wordpress - best way to approach
Trust me, I have tried to convince the client otherwise but there isn't really room for manoeuvre on this one. Not really sure where to look for coding this