showletternavigation

Erwin
Erwin
Offline
0
Hello,
How am I able to do what I did in the image below using photoshop not coding :) ???

making the navigation bar in 2 rows due to my template design http://www.joomlamusicsolutions.com/images/fbfiles/images/muscol.jpg
Attachments:
Responses (4)
  • Accepted Answer

    Saturday, February 20 2010, 10:26 AM - #Permalink
    0
    well, well... :) that will require some code hacking! are you a programmer? if you are not, you better don't try this...

    if you are: the function that prints out the letter bar is at file /components/com_mucol/helpers/helpers.php, quite at the beginning

    just take a look at it, what you have to do is basically add some "right" class at the N letter, and also add some BR html element over there...

    ONLY PROGRAMMERS!!!

    kids don't try this at home!
    The reply is currently minimized Show
  • Accepted Answer

    Akwasi
    Akwasi
    Offline
    Sunday, February 21 2010, 02:28 AM - #Permalink
    0
    germi wrote:
    well, well... :) that will require some code hacking! are you a programmer? if you are not, you better don't try this...

    if you are: the function that prints out the letter bar is at file /components/com_mucol/helpers/helpers.php, quite at the beginning

    just take a look at it, what you have to do is basically add some "right" class at the N letter, and also add some BR html element over there...

    ONLY PROGRAMMERS!!!

    kids don't try this at home!


    $inicials = array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","123");

    Germi, I know this line break command will not work, so can you add in the proper command because I am also experiencing the same issue with my site
    Thanks
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, February 21 2010, 10:33 AM - #Permalink
    0
    what issue? the letter bar does not fit into your template? you can adjust its size only through CSS! /components/com_muscol/assets/letter.css
    The reply is currently minimized Show
  • Accepted Answer

    Akwasi
    Akwasi
    Offline
    Sunday, February 21 2010, 02:01 PM - #Permalink
    0
    I also want the two line letters like in the picture, can u give the "correct command code and where to insert it to have it as seen in the picture
    The reply is currently minimized Show
Your Reply