Everything posted by idesignwebsites
-
CSS horizontal scrollbar causing width problems
Taymouth Marina Having an interesting problem with this newly launched site. All works fine until your using it on a smaller screen and the browser(I have tested with Chrome, Firefox and IE9, im assuming the problem is universal) creates a horizontal scrollbar. The background then drops off any element that is set to width 100%, although elements within them remain in the correct place. On my screen its only an issue on resolution set to 800px by 600px. Any help or suggestions would be much appreciated.
-
Jquery Cycle slideshow problem
Jquery Cycle does have pagination built in, that's not the problem. I need a way to link the 2 slideshow's together with the same pagination, Nivo would have the same problem if you layered 2 slideshow's on top of each other.
-
Jquery Cycle slideshow problem
Hey I am having problems with a multiple slideshow running under cycle. I need to add pagination to flick between the slides but as it is 2 slideshows running overlayed on top of each other I need a way to call the slideshow from the other slideshow. Anyone know how to set another cycle instance to a specific slide? $(document).ready(function() { $('.sliderpics').cycle({ .before('<div id="slidenav">') fx: 'scrollRight', speed: 700, } }); }); $(document).ready(function() { $('.slidertext').cycle({ sync: 0, speed: 700, fx: 'custom', cssBefore:{ left: -520, top: 0, display: 'block', }, animIn: { left: 0, top: 0 }, animOut: { left: 0, top: 250 }, }); }); Any help would be much appreciated!
-
Wordpress validation fun
I think the unsupported characters (you were right, cutting and pasting them from another program caused that) would have been picked up by the validator and highlighted... they wouldnt stop it working. Where did you get 361 errors? I have it working now but when I did it I only had a few errors with missing p tags... I had some virus program attaching itself to my Wordpress code... was slotting in a list of links that were hidden in every page. Reinstall of Wordpress sorts it but I am not sure what causes it. It fixed the problem and the site validates fine. Thanks for your help and suggestions
-
Scrolling to top on a tab switch
I have a Javascript function that hides and then shows a tab. I don't want it to click up to the top once its done but anything I try either does not do the hide properly or just flat out doesnt work. I would be grateful for any help or suggestions!! $(document).ready(function() { // Hide Tab Content and add class of active to first tab $(".tab_content").hide(); $("ul.tabs li:first").addClass("active").show(); $(".tab_content:first").show(); // Switch tabs on click, hide tab content div then fade in next tab $("ul.tabs li").click(function() { $("ul.tabs li").removeClass("active"); $(this).addClass("active"); $(".tab_content").hide(); var activeTab = $(this).find("a").attr("href"); $(activeTab).fadeIn(); return false; }); }); It is in use on The Old Brewhouse and Stripteazers
-
Wordpress validation fun
Validation check When I try to validate the site Arbroath Seafest I get an error saying Any ideas on why that might be?
-
What do you think of my design?
This is a redesign for The Old Brewhouse Just gonna build what I have just now, wondered what you all thought... Thanks for the feedback
-
Wordpress site has been hacked!
Second site has got infected anyone have any ideas of where it might be coming from?
-
Wordpress site has been hacked!
Star Clean Services Something in the site is inserting a list of links that are hidden via inline CSS before the closing body tag. I have disabled all plugins and the list of links are still there, went through my theme files and there is nothing in the code that would cause this behaviour. Whats a good way of tracing where the links are generated from?
-
you know when your just not keen on a design....
really??!!! Cant tell you how much I hate my portfolio site. Plotting to get revenge on it soon. but thanks for the compliment... you might have made my day.
-
you know when your just not keen on a design....
Wordpress was playing around adding extra stuff in making the stuff go out of line. I have a plugin called raw html which is quite handy for switching off automatic paragraphs per post... but I try and leave it editable for the client, who probably wouldn't have a clue how to add p tags. Reduced the line height a bit... hope that helps things and changed the fading time cause it was a bit slow. Its getting there... still waiting on more content from the client though.
-
you know when your just not keen on a design....
content background blurred up a bit text size reduced got rid of shadow on nav text black header title smaller took the gradient off the menu removed slider from all but the front page... any more suggestions would be welcomed...
-
you know when your just not keen on a design....
Star Clean It started with a dodgy coloured logo I was provided with and the cheapness of it has spread... Suggestions for how to improve this are welcome... still working on it but running out of ideas.
-
Ralia Estate - Hunting Site
@diseño web mexico The pictures I have arent really big enough for a bigger header idea... I was going for clean and readable but if you have any other suggestions for how to give it something extra to make it more interesting I would love to hear them. I upgraded my safari to 5.1 but can't replicate the problem your having... will be changing the portfolio site soon though cause I really really hate it @Lev Tightened up alignment... feel a bit cheated on the top menu one though cause that was aligned properly but you wouldn't see it was aligned until you use its hover state. Should you align what you can see or the hover state? as soon as you roll over the hover state is now out of alignment. funsies. Will go with what you can see though. Changed up the second level menu with a slightly smaller font and smaller list items limiting it using line height. Going to check this cross browser in a bit though as I am sure older IE will make a mess of this. Is this what you were suggesting? The slide positioning was fine it was my background behind it that was the wrong size. dodgy photoshopping on my part, have changed up the background and it should match better, still looks a pixel out either side but hey, my photoshopping hasnt improved since I did it the first time! Changed the image on the front page to match the rest of the image borders. @MikeChipshop Changed up background, but not hugely, added some noise and made it an off white #f7f7f7. Added an arrow on the top menu. Phew, funsies... what do you think?
-
Ralia Estate - Hunting Site
Ralia Estate I have already had this one added here a while back but I have changed it a fair amount and it's getting there towards being finished. Wondered if people wouldn't mind telling me what is rubbish about it
-
Ajax Problem with removing and reinserting content
I call it in the document ready function and after the reattach and reinsert of the content.... still no joy. I am running out of ideas
-
Jquery Selector help
event.preventDefault(); didnt seem to help anything. I have return false(); in the click function after the ajax call. That blocks the href attribute from following the #. Otherwise it would flick up to the top of the page, which it doesnt. Plus it gives me a success notification from my script(it fails to delete anything but it doesn't mean it fails when it doesnt delete anything, if that makes sense). so its running the script correctly. The problem is completely with the selector not returning a number, it just comes up undefined, despite the fact that a few lines underneath I use identical code to grab the same ID. $('.images input').change(function() { var id = $(this).parent('li').find('img').attr('id'); Only difference is the variable name I use to pass it on to the different Ajax call. I can't see where I am going wrong.
-
Ajax Problem with removing and reinserting content
I spoke to soon... tested the wrong function. Totally didn't work have spent hours on this and now I want to tear my hair out. well annoying.
- slide show website
-
Jquery Selector help
script.txt Thought it might help to see the code. Its driving me mental
-
slide show website
Think you need to show it running live in order to debug... From what I can tell you aren't that familiar with installing scripts you have maybe done some basic which is causing problems, hard to tell without seeing the page live. Post when you have a live version and I will take a look.
-
Jquery Selector help
tried changing it to use the ALT tag to store the attribute... no go. I wouldn't be so confused and just assume I was chaining it up wrong or using the find() incorrectly. But I have exactly the same code working fine elsewhere in the script. Think the ID not starting with a number is only an issue when you try to apply CSS to it, I am just using the attribute as a data store though, is there maybe a better way of me declaring a variable specific to the image?
-
slide show website
#placeholder { width:300px; height:300px; } You need to add this code to your stylesheet to give the element size, otherwise it will be 0 px x 0 px as it doesnt have anything inside it to give it size. The script manipulates background images. Chrome is a free download and would help identify script errors, but if you think you know a better way using a different browser then feel free to use that. Web developer toolbar for firefix is quite good, I have that installed, I just chose chrome because its the easiest to tell you where to check for the error.
-
Ajax Problem with removing and reinserting content
Just moving the bindings out into the function worked... without the need to call them from the document ready function. Thanks works a treat now... going to reply to the other topic and tell you why that is not working now though... funsies!
-
Jquery Selector help
<li> <img src='../images/Ayllsa3resize.jpg' id='191' alt='Alyssa' /> <a href='#' class='button2'>Delete</a> </li> $('a.button2').click(function() { var imageid = $(this).parent('li').find('img').attr('id'); } Trying to grab the id attribute from the image in a click function on the anchor tag. I have used this method successfully elsewhere in my application and it grabbed the ID field fine, something is going wrong this time though Help would be appreciated, this is my second open topic for today so you can guess how well its going