CameronDuthie
-
iframe troubles
@senff thank you for your suggestion. Yeah it seems to give me some beef with the height. I've found a work around, it's messy but i've basically written some if statements so the browser changes the height of the iframes body at diff…
-
iframe troubles
@Jarolin thanks for your comments but the iframe widths are set to a 100% so that shouldn't be causing the problem. I think it's got something to do with the iframe.js file I'd appreciate any input anyone has on this as i'm pret…
-
iframe troubles
@Jarolin Sure no problem. Thanks for getting back to me. If you go to the site and navigate down to the gallery section click on one of the circles the site should open up to reveal the image thumbnails. Those thumbnails should stretch to the whol…
-
HTML to Wordpress?
@mitso When it comes to a question of 'should' it really depends on what kind of site your wanting to build. There's no real right or wrong answer when it comes to a CMS, it's mainly down to preference. Wordpress is probably on…
-
Triggering jQuery after page has loaded
@JohnMotylJr Thank you for you help man, but i've actually tried all those suggestions. Yeah you got it, it's the lightbox script i'm trying to implement. No matter where i put the reference the jquery just doesn't seem to want …
-
Triggering jQuery after page has loaded
@JohnMotylJr im actually meaning the gallery section on the main site, when you click on the circles the page expands open to reveal thumb nails. The thumb nail page is an external html file that is stored in a folder called 6_toggle and is getting …
-
Problems pointing to files on my server
I beginning to wonder if it's got something to do with the fact that i'm using jQuery to pull through another piece of jQuery?
-
Problems pointing to files on my server
@pmac627 the script files are already embedded into the 1.html file which i believe is why the work when viewed on their own e.g http://orchidaberdeen.com/6_toggle/1.html But when viewing in the index.html the js doesn't seem to get pulled th…
-
Problems pointing to files on my server
@Paulie_D @pmac627 Thanks for the comments guys. I've tried the absolute links but still nothing. It's a strange one. Any other thoughts?
-
What are you listening to while you code?
Depends on the project but i find Tycho is suitable for any situation.
-
Problems pointing to files on my server
@pmac627 The files in the 6_toggle folder get pulled through by jQuery. @Paulie_D It's supposed display as a lightbox effect there's an example of it here And it works perfectly in their individual files, http://orchidaberdeen.com/6_togg…
-
Help Me Save This Site!!
@jkinney768 As far as i'm aware they work just fine 'out of the box' as they both have site templates you can choose from. If you have no knowledge in coding you might find yourself a little limited in regards to changing the styling…
-
Problems pointing to files on my server
This is the latest. It works perfectly here, But once it get's pulled into the index.html it doesn't want to work. So strange and i'm officially out of ideas...
-
Problems pointing to files on my server
@Watson90 It can be both. It's a jQuery plugin developed by Rogie King and it says the quickest and simplest way to get it up and running is to add it with the ?auto at the end. Just tried it without the dots and still nothing. Am i right in …
-
Problems pointing to files on my server
@Watson90 Hey man, thanks responding but i can't seem to see the code you've posted.
-
Problems pointing to files on my server
@matt_sanford Sure, here's a link to the site @traq sorry but i'm not sure what you mean.
-
Help Me Save This Site!!
@jkinney768 I agree with @ben_boomer. Big Cartel is another popular choice you should look into.
-
Wordpress index.php not picking up my style sheet
So after one final check of my files i found that i had missed a out a '{' on a line of my css which was messing up all the code below it. Seems so obvious now, i must have missed it on the validator too! Feel like a right idiot but at le…
-
Wordpress index.php not picking up my style sheet
@Watson90 i know, i really don't get it. I've never come across this before and it just happened all of a sudden. I just hope a re-install will work, i've basically tried everything i can think of.
-
Wordpress index.php not picking up my style sheet
I'm considering re-installing wordpress and hopefully that will reset things back to the way they were.
-
Wordpress index.php not picking up my style sheet
@Watson90 I suppose it's just down to laziness on my part. Both methods work fine, but now i've made them all them same, thanks for pointing that out.
-
Wordpress index.php not picking up my style sheet
@ChristopherBurton I know it's the strangest thing. They are there in the css file and were working perfectly 5 hours ago. I haven't actually changed my footer.php file at any point today. Same goes for the index.php file and contact.php…
-
Wordpress index.php not picking up my style sheet
@ChristopherBurton Hi there, yeah that's the site i'm working on. If you scroll down to the bottom you'll notice that some of the footer styling isn't there. The same goes for the 'News' page (index.php )and the contac…
-
Wordpress index.php not picking up my style sheet
I've tried, uninstalling all plugin resetting the plugin folder swapping the theme to twenty eleven None of this seems to help any. It's so strange how it's picking up some stylings but not the other.
-
Wordpress index.php not picking up my style sheet
@TheDoc Thanks for the tips. I have made some changes to the css file but not to any of the pages that are effected. It's really strange.
-
Script Selecting Everything
@pmac627 i did wonder about ID but i think it would cause complications for future implementations. But thanks for taking the time to respond. Thanks @TheDoc and @JoniGiuro both your solutions worked a treat! Many Thanks
-
Script Selecting Everything
The jQuery code i have so far is, $('.case-study img').hover( function () { $('.box').slideDown(300); }, function () { $('.box').slideUp(300); });
-
Loading...
Hey @Johnnyb sorry i've taken a while to respond, i've had a tone of other errors and issues that i've been trying to work through. I've decided to put the loading part on ice for now as i'm currently having difficulty wi…
-
Loading...
@Johnnyb sorry to come back at you but it appears to have had strange effect on some of my scripts, it's not putting out any errors but my google maps and gallery section are now not loading fully. I was wondering if you had any thoughts or w…
-
Loading...
@JohnnyB Thanks for taking the time to write that fiddle. It still wasn't working which was odd, giving me the error, unexpected token illegal because i foolishly copy and pasted it straight from your fiddle. After re-writing the code it all …