I modified the architecture website for my site: grüv design llc Getting the image carousel working was a gigantic PITA for me. But it is now sort of working. My problem now is that I can't get the buttons that control the image scroller to look correct. Here is how they SHOULD look: grüv design llc Any ideas?
to look correct or to work as one expects? The layout of the buttons seems good but the buttons do not have links only the images. You have to enclose the arrow images with links, then setup the a links to be controlled via the carousel. So locate this code: Code: <DIV class=prev><IMG alt="Arr Right" src="index2_files/arr_left.gif" width=15 height=90> </DIV> change it to Code: <a href="#" class=prev><IMG alt="Arr Right" src="index2_files/arr_left.gif" width=15 height=90></a> Then locate this code: Code: <DIV class=next><IMG alt="Arr Right" src="index2_files/arr_right.gif" width=15 height=90> </DIV> change it to Code: <a href="#" class=next><IMG alt="Arr Right" src="index2_files/arr_right.gif" width=15 height=90></a> Also you may want to read the comments of the jcarousellite.js as it explains the various fields and parameters supported.
Javascript??? Please tell me how did you make the carousel working... please put here all the code.... and what about the javascript file... I don`t have any... where can I find it? Please help me! Thank you so much!!
If you're interested in using a CMS to set up a site using this template you can install odCMS and follow the instruction in this site (architecture2 is the name of the template). If there are no errors encountered installing the files you should see a page like this in your site. Let me know if you need further help.
Hi, how you have done that carousel working i want to make it working same as its on your website what do i need to change in this Architectural Company ?