Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • spartametje Friend
    #168920

    Dear people,

    I downloaded the free template JT Color and installed Joomla 1.5.23 on my server. I try tried to customiz the template for over two day’s now and I’m starting to get really desperate. I don’t figured out how to use a topmenu. In the preview of the JT Color template (extentions, template manager) I can see a block named top.mainnav. I supect this block should be used for the top menu. However, when I try to assign the correct position for the topmenu module, top.mainnav does not appear in the position dropdownlist. Who can help?

    TomC Moderator
    #414762

    Can you provide the url for the site you are using (as a first step) so we can see how things look?

    spartametje Friend
    #414821

    <em>@TomC 270268 wrote:</em><blockquote>Can you provide the url for the site you are using (as a first step) so we can see how things look?</blockquote>

    I try to convert an existing site to a new Joomla site.

    spartametje Friend
    #415164

    I did get a topmenu. I have no idea how, why and when. But now I got three new question about it.

      I use an customer cursor (cursor module in combination with a cur file) by the. The cursor does work, but when I go to the topmenu the customer cursus will be replacd by the default one. Does anyone knows why?
      I’d like to add more spaces between the links in the topmenu. How can I do that
      Is it possible that the links becomes white when the mouse comes over and that the last clicked link stays white until the next link is been clicked?
    TomC Moderator
    #415195

    Is the second site you linked the site you’re working on?

    spartametje Friend
    #415209

    <em>@TomC 270792 wrote:</em><blockquote>Is the second site you linked the site you’re working on?</blockquote>

    Yes, it is.

    TomC Moderator
    #415314

    <em>@spartametje 270754 wrote:</em><blockquote>I’d like to add more spaces between the links in the topmenu. How can I do that</blockquote>

    In css/menu … open mega.css

    at line 35


    .ja-megamenu ul.level0 li.mega a.mega {
    display: block;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    padding: 8px 15px;
    text-decoration: none;
    }

    Play around with/adjust the padding-right and/or padding-left parameters to increase the space in between your menu items as you like.

    TomC Moderator
    #415315

    <em>@spartametje 270754 wrote:</em><blockquote>Is it possible that the links becomes white when the mouse comes over and that the last clicked link stays white until the next link is been clicked?
    </blockquote>

    In mega.css, at line 64 . . .


    .ja-megamenu ul.level0 li.over, ul.level0 li.haschild-over {}

    Set the color for which you want the menu item to be on mouseover

    at line 77


    .ja-megamenu ul.level0 li.active {}

    Set the color for which you want the menu item to be on active state

    helenlovely205 Friend
    #415316

    Thank for TomC!! You are good when share this problem.

    TomC Moderator
    #415361

    <em>@helenlovely205 270951 wrote:</em><blockquote>Thank for TomC!! You are good when share this problem.</blockquote>
    Did the solution work?

    spartametje Friend
    #415757

    <em>@TomC 271005 wrote:</em><blockquote>Did the solution work?</blockquote>

    Yes, it does. Thank you!

    TomC Moderator
    #415759

    <em>@spartametje 271548 wrote:</em><blockquote>Yes, it does. Thank you!</blockquote>

    CONGRATS !! . . . Keep up the good work with your ongoing site development.

    🙂

    spartametje Friend
    #415844

    <em>@spartametje 270754 wrote:</em><blockquote>

    I use an customer cursor (cursor module in combination with a cur file) by the. The cursor does work, but when I go to the topmenu the customer cursor will be replacd by the default one. Does anyone knows why? </blockquote>

    My customer cursor works by a module in Joomla but I’d like to disable this module and manage the cursor by css. So when I change template.css line 16:

    [PHP]body { font-family: Arial, sans-serif; }[/PHP]

    to

    [PHP]body { font-family: Arial, sans-serif; cursor:crosshair; }[/PHP]

    it actually works.

    But when I change it to

    [PHP]body { font-family: Arial, sans-serif; cursor: url(“http://stjozef.pchulpfriesland.nl/handje.cur”);[/PHP]

    it doesn’t work anymore. I am shure the path to the cur-file is correct. What am I doing wrong?

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 3 voices, and was last updated by  spartametje 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum