margaux
-
Content not staying within container
Would be grateful. Confused as to why it works on a phone and not on an iPad or a laptop. Thanks
-
Content not staying within container
I think you've misunderstood me. Ive not asked about anything to do with the vertical aspect only the horizontal. I DON'T know why the slider content is overextending the RIGHT side of its container. Thanks for looking.
-
Content not staying within container
Really?? On my desktop and a friends iPad, the slider content (text and image) is extending the right boundary of the section container. The up and down movement is the fx resizing of the panel due to the different amounts of text which the clien…
-
Anything Slider FX to resize panel
Yes, I should have known that! Thank you.
-
Need some feedback for my website
Lovely site and I agree - I really like what you did with the hxgn hover. I'm not sure about the slanted nav on the subpages, its a little distorting.
-
Putting programming into practise
I learned php from this book. which you can do at your own pace. It starts with the basics of the language syntax and using common programming techniques such as variables, conditions and loops. It is thorough and offers practical examples as well a…
-
background slideshow ?
I used the jquery plugin cycle on this site which was easy to implement.
-
Lynda.com course - Create and Edit Custom Theme
The problem was down to a page.php script in the theme which I didn't realise was there, so I just needed to update that script. Always a good call to revisit the template hierarchy, thanks.
-
Lynda.com course - Create and Edit Custom Theme
Yea, I appreciate that its difficult without being able to access the site and the code. I'll try and put it up tomorrow. In the meantime, here's the code for index.php …
-
Lynda.com course - Create and Edit Custom Theme
I developed it locally as a learning project. Just to clarify, when I click on the nav link to home or click on a nav item which doesn't have a specific page template set up the sidebar, header and footer display but nothing else and the layou…
-
Wordpress URLs
You'll need to set up some mod-rewrite rules in your .htaccess file.
-
Menu toggle for mobile site
Well, thanks alot for your help. Hopefully someone will have a look or maybe I should start a new thread as this seems to be an issue on phones only?
-
Menu toggle for mobile site
I made the change you suggested and I like the way when you click a menu item and the page scrolls down, the menu closes automatically. Did not expect that but it is a nice feature. However, I still get a usability problem on phones only, not iPads…
-
Menu toggle for mobile site
Those changes work nicely thank you. One problem - when testing on an iPhone 4 there are some usability issues: when the menu is toggled open and the user clicks on a menu list, the menu then doesn't toggle closed nor do any of the other menu…
-
Reading RSS with JQuery
Would you consider using php to do this?
-
Question about Design view vs Code editor
A good text editor provides features such as colour coding different languages and highlighting syntax errors in your code. Another useful feature is that it will enable you to hide portions of code you're not working on thereby making it easie…
-
function in php
No - the function as set up allows you to insert to the table 'article'. You could broaden the function by accepting tablename as an additional argument. But you would have to change how the sql query is set up as well as ensure the field…
-
Seem to have javascript conflict with Anything Slider
Hi I had a similar problem on a website I built using Anything Slider with a javascript dropdown menu which I resolved using jquery.noConflict. Try implementing the noConflict variable on one of the other scripts (i.e. not the Anything Slider one).…
-
Anchor not working
I've tested the site on Firefox, Safari and Chrome and it works fine on Safari and Chrome. If i disable javascript on Firefox then it also works but javascript is essential to the site so does anyone know a workaround? Thanks.
-
Anchor not working
Interesting suggestion, but unfortunately neither option worked. However I have now tested the original code in Chrome which is working but not working in Firefox. Will do some more googling on this but in the meantime... Any other ideas?
-
How to make slideshow effect
Parallax effect or scroll animator.
-
[Solved]Anything Slider navigation
Thanks Mottie, I had to play around with the css positioning but the general concept worked a treat. I love this slider as it is a lot more flexible than some others I've used. I just need to learn to use its features better.
-
[Solved]Anything Slider navigation
Hi Mottie Thanks so much for your response and thanks for the compliment. Your code is brilliant! the nav arrows are nicely in place and the current slide navigation is also shaping up well. A couple of issues I hope you can help me with: When t…
-
CSS dropdown menu
I appreciate that you've taken a look. The problem is when hovering over either of the 2 right most nav items (about and case studies) the nested list doesn't appear. Good point about the links and the script - which I've removed. I …
-
help with media queries
ahhh thanks! Should have spotted that - sorry.
-
Positioning with margin vs absolute
Yeah, I had a feeling it was to do with the different heights. Thanks for all your help and patience, really appreciate it!
-
Positioning with margin vs absolute
Sorry - I provided the wrong links - before is http://www.kjx.me.uk/case.php and after is http://www.kjx.me.uk/caseTest.php
-
Positioning with margin vs absolute
@Paulie_D, I tried the above solution on another page (actually the one you suggested I use figcaption). Here's the before page where I'd used floats and the the after page. They behave similarly but I was wondering if it were possible to…
-
Positioning with margin vs absolute
Thanks @ Paulie_D, another elegant solution. I have viewed one of the videos you suggested and will have a look at the other. I hope you don't mind all the questions, but its a great way to learn. @i3a1l3y - thanks for your reply