1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML Having trouble with the architecture template

Discussion in 'Web Development' started by cash68, Jan 18, 2010.

  1. cash68

    cash68 New Member

    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?
     
  2. enigma1

    enigma1 New Member

    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.
     
  3. premamotion

    premamotion New Member

    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!!
     
  4. tomw

    tomw Member

    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.
     
  5. dzidorek

    dzidorek New Member

    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 ?
     
  6. dzidorek

    dzidorek New Member

    it's ok now ive done it after all! :D ( :