1. JM Lingerie - Preview released


    JA Smashboard - June Joomla 2.5 & 3.0 Responsive template Preview released


    Vote now - Choose the template types you want in coming months


    Tools & Tips - Make your Joomla site faster


User Tag List

+ Reply to Thread
 
Results 1 to 9 of 9
  1. #1


    Join Date
    Mar 2010
    Posts
    31
    Points
    297.32
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 0 Times in 0 Posts

    How to reposition the menu?

    Hi,
    A couple of years ago I posted a thread requesting info on how to re-position the main menu at the top of the page.

    This is the original post; http://www.joomlart.com/forums/showt...highlight=menu

    The help I received worked fantastically. Now however, I need to achieve the same thing, only I want the menu to stay fixed at the top of the page whilst allowing the rest of the page to scroll. If anyone can help, I would really appreciate it.

    Thanks alot,
    ssaxton

  2. #2
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - Renew 1 Year Expired

    TomC's Avatar
    Join Date
    May 2007
    Location
    California (USA)
    Posts
    9,093
    Points
    16,648.22
    Downloads
    880
    Uploads
    0
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    506
    Thanked 1,586 Times in 1,367 Posts
    Please provide the url of the site you're working on?
    TOM

    Don't be shy about using the "Thanks" button below if you found my comment helpful

    Remember ... A template is only a starting point . . . The magic is in what YOU do with it from there.



    HELPFUL REFERENCE LINKS:

    JA WIKI --> http://wiki.joomlart.com/wiki/Main_Page

    USING FIREBUG to CUSTOMIZE YOUR SITE

    WORKING with LESS CSS

    WORKING with BOOTSTRAP FRAMEWORK

  3. #3


    Join Date
    Mar 2010
    Posts
    31
    Points
    297.32
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Ok

    Sure, its this site www.tacticalbladeworx.com, but I'm making the changes on local-host before uploading the template.

    Thanks,
    Steve

  4. #4
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - Renew 1 Year Expired

    TomC's Avatar
    Join Date
    May 2007
    Location
    California (USA)
    Posts
    9,093
    Points
    16,648.22
    Downloads
    880
    Uploads
    0
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    506
    Thanked 1,586 Times in 1,367 Posts
    Quote Originally Posted by ssaxton View Post
    Sure, its this site www.tacticalbladeworx.com, but I'm making the changes on local-host before uploading the template.

    Thanks,
    Steve
    I assume you're wanting your header to remain fixed as well - so that the main content scrolls "under" your main nav and header sections - am I correct?
    TOM

    Don't be shy about using the "Thanks" button below if you found my comment helpful

    Remember ... A template is only a starting point . . . The magic is in what YOU do with it from there.



    HELPFUL REFERENCE LINKS:

    JA WIKI --> http://wiki.joomlart.com/wiki/Main_Page

    USING FIREBUG to CUSTOMIZE YOUR SITE

    WORKING with LESS CSS

    WORKING with BOOTSTRAP FRAMEWORK

  5. #5


    Join Date
    Mar 2010
    Posts
    31
    Points
    297.32
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Actually Tom, no. The header is transparent and I think it would lose its effect if I had the page sliding under it. I would just like to reposition the main navigation to the top of the page and fix it there, whereby the rest of the page could slide behind it. Is that possible?

  6. #6
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - Renew 1 Year Expired

    TomC's Avatar
    Join Date
    May 2007
    Location
    California (USA)
    Posts
    9,093
    Points
    16,648.22
    Downloads
    880
    Uploads
    0
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    506
    Thanked 1,586 Times in 1,367 Posts
    Okay, here is a suggestion for how to accomplish this . . . .

    Within file path --> /templates/ja_purity_ii/css/template.css

    at line 1064, modify as follows:

    #ja-mainnav {
    background: url("../images/navbg.png") no-repeat scroll center top transparent;
    height: 65px;
    line-height: 1;
    position: fixed;
    top: 0;
    z-index: 11;
    }

    then, at line 981, add a "margin-top" property as follows:

    #ja-header {
    background: url("../images/hbg.png") no-repeat scroll center center transparent;
    margin-top: 30px;
    z-index: 10;
    }


    Let me know if the result is along the lines of what you were looking for.
    TOM

    Don't be shy about using the "Thanks" button below if you found my comment helpful

    Remember ... A template is only a starting point . . . The magic is in what YOU do with it from there.



    HELPFUL REFERENCE LINKS:

    JA WIKI --> http://wiki.joomlart.com/wiki/Main_Page

    USING FIREBUG to CUSTOMIZE YOUR SITE

    WORKING with LESS CSS

    WORKING with BOOTSTRAP FRAMEWORK

  7. The Following 2 Users Say Thank You to TomC For This Useful Post:

    banhquy (09-06-2012), ssaxton (05-03-2012)

  8. #7


    Join Date
    Mar 2010
    Posts
    31
    Points
    297.32
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Tom, Thank You!
    That is exactly what I was looking for. Only I spent hours trying to achieve it, including the use of JavaScript (which I also couldn't get to work)
    Thanks again!!
    Steve

  9. #8
    Licensed Member
    Joomla Developer Membership - 1 yearJoomlaTemplate Club Member - Personal License - Renew 1 Year Expired

    TomC's Avatar
    Join Date
    May 2007
    Location
    California (USA)
    Posts
    9,093
    Points
    16,648.22
    Downloads
    880
    Uploads
    0
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    506
    Thanked 1,586 Times in 1,367 Posts
    Quote Originally Posted by ssaxton View Post
    Tom, Thank You!
    That is exactly what I was looking for. Only I spent hours trying to achieve it, including the use of JavaScript (which I also couldn't get to work)
    Thanks again!!
    Steve
    Not a problem ... It's all part of the learning process.
    Hell, I learn something new every day.


    All the best with your continuing site development.
    TOM

    Don't be shy about using the "Thanks" button below if you found my comment helpful

    Remember ... A template is only a starting point . . . The magic is in what YOU do with it from there.



    HELPFUL REFERENCE LINKS:

    JA WIKI --> http://wiki.joomlart.com/wiki/Main_Page

    USING FIREBUG to CUSTOMIZE YOUR SITE

    WORKING with LESS CSS

    WORKING with BOOTSTRAP FRAMEWORK

  10. #9


    Join Date
    Mar 2010
    Posts
    31
    Points
    297.32
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Thanks again

    I just wanted to say "Thanks" again for you help, Tom.
    I didn't land up going with the top menu option on this site because I didn't think it looked right.
    But I have used it on another, and it worked out great, so you didn't waist your time

    Cheers,
    Steve

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts