Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • Radonja Djurisic Friend
    #167846

    i have couple of questions 🙂

    http://www.hostuj.org/pegasus/1/image1.jpg
    as u can see image 1

    Arrow 1. Where to change font color on upper menu and background (i mean for black one that drop down! i found back image for top)
    Arrow 2. i want to put 5 rows so that “Ardes” will fit in line with others

    Here is image 2

    http://www.hostuj.org/pegasus/1/image2.jpg
    Arrow 1. when u click to “operite i osusite” u will get
    Arrow 2. kategory links that i create manualy
    Arrow 3. when u click to “ves masine – punjenje spreda”
    Arrow 4. i cant figure out how to display articles in 3 rows
    like i did in my older website
    here is example from older website
    http://www.efeltravel.me/index.php?o…id=1&Itemid=98

    here is website that i work on right now
    http://www.hostuj.org/pegasus/index….=77&Itemid=319

    Thanks
    Tolja

    TomC Moderator
    #408726

    Greetings:

    If you can provide a correct url to your site – as well as make sure “Optimize CSS” is set to “no,” I will advise you as to changing the menu item and background color. When I try to open your site via the link you provided at the bottom of your post, but it will not come up (404 error)

    As to your second question …. have you tried reducing the padding/margins for those logo images so as to provide for additional room for the additional logo image? Either that, or can you make the logo images a bit smaller in size?

    khoand Friend
    #408750

    To change font color, you find this code from http://www.hostuj.org/pegasus/templates/ja_minisite/css/menu/mega.css

    .ja-megamenu ul.level0 li.mega a.mega {
    color: #666; < you change bold text
    font-weight: normal;
    line-height: 20px;
    padding: 17px 17px 13px;
    text-transform: uppercase;
    }

    To change background, you find this code from mega.css

    .ja-megamenu .childcontent-inner {
    background: #0A0A0A;
    border-bottom: solid 5px #1478C4;
    color: #666;
    }

    khoand Friend
    #408752

    Arrow 2: You login backend > Extensions > Template management > ja_minisite > layout tab > edit default layout. Replace

    <block name="topsl" type="spotlight">user1,user2,user3,user4</block>
    with


    <block name="topsl" type="spotlight">user1,user2,user3,user4,user20</block>

    You set position of module has Ardes image is user20

    TomC Moderator
    #408754

    wow, thanks khoand . . . . never would have figured that out on my own or anything.


    1. smileyvault-cute-big-smiley-animated-030
    khoand Friend
    #408755

    Image 2,
    You must put <img> into <a>, like this:


    <a href="index.php?option=com_k2&view=itemlist&layout=category&Itemid=338">
    <img onmouseover="this.src='/pegasus/images/stories/kategorije/candy/operite%20i%20osusite/ves-masine-punjenje-spreda2.jpg';" onmouseout="this.src='/pegasus/images/stories/kategorije/candy/operite%20i%20osusite/ves-masine-punjenje-spreda1.jpg';" alt="ves-masine-punjenje-spreda1" src="/pegasus/images/stories/kategorije/candy/operite%20i%20osusite/ves-masine-punjenje-spreda1.jpg" height="216" width="180"></a>

    Radonja Djurisic Friend
    #408779

    Thanks guys
    i changed font color and background
    also i add position 20 (also i add this position in templateDetails.xml so i can see it from position list)

    Khoand u didn’t understand me on image 2
    i know to put link to categories
    problem is that i want to display that categories in 3 rows (i have many item=articles)
    something like i made on my other website

    http://www.efeltravel.me/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=1&Itemid=98

    Phill Moderator
    #408781

    Hi tolja,

    To get things in 3 columns you have numerous options. We can hard code a layout, you can do it in the menu sort of, you can use the built in typography tools to do it and there are many other options. One that you may not have considered that might work really well is to use the JA Showcase component. As you are a developer member that is free for you to download an play with. It is the same component JA use to showcase the templates in 3 columns and works really well. Each one can link to an article of its own and you can style them as you please.

    Tell use which method you would prefer and we will try and help you towads your chosen solution.
    Try and decide which opt

    Radonja Djurisic Friend
    #408865

    I was playing around with css
    and i replace k2.css in template folder with original k2.css and i got 3 rows
    http://www.hostuj.org/pegasus/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=27&Itemid=338
    is this ok?

    for now only thing i saw that is not ok is voting “Rate this item” and title font from template
    as u can see http://www.hostuj.org/pegasus/index.php?option=com_k2&view=item&layout=item&id=32&Itemid=305

    also i try JA Showcase component! its really nice and i create 3 rows with it
    but it make me double job creating also in K2 to display info for product
    i like his design (also i notice if u click on info he remove my right menu)
    as u can see here
    http://www.hostuj.org/pegasus/index.php?option=com_jashowcase&view=jashowcase&Itemid=340

    khoand Friend
    #408874

    <em>@tolja 263009 wrote:</em><blockquote>

    for now only thing i saw that is not ok is voting “Rate this item” and title font from template
    as u can see http://www.hostuj.org/pegasus/index.php?option=com_k2&view=item&layout=item&id=32&Itemid=305
    </blockquote>
    You find code from http://www.hostuj.org/pegasus/templates/ja_minisite/css/k2.css


    .itemRatingList a, .itemRatingList .itemCurrentRating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000px;
    height: 25px; < change text to 14px
    line-height: 25px; < change text to 14px
    outline: none;
    overflow: hidden;
    border: none;
    cursor: pointer;
    }


    .itemRatingList {
    position: relative;
    float: left;
    width: 125px; < change text to 70px
    height: 25px; < change text to 14px
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
    }

    Radonja Djurisic Friend
    #412435

    i want to change only one text sub menu to red (like on image)
    help 🙂


    1. red
    khoand Friend
    #412875

    You find this code from http://www.hostuj.org/pegasus/templates/ja_minisite/css/menu/mega.css


    .ja-megamenu ul.level1 li.mega a.mega {
    line-height: normal;
    padding: 7px 10px;
    text-transform: none;
    color: red; < add this line
    }

    Phill Moderator
    #412882

    <em>@khoand 267964 wrote:</em><blockquote>You find this code from http://www.hostuj.org/pegasus/templates/ja_minisite/css/menu/mega.css
    .ja-megamenu ul.level1 li.mega a.mega {line-height: normal;padding: 7px 10px;text-transform: none;color: red; < add this line}
    </blockquote> That would make all the items red, not just the one individual menu item.What the user is trying to do there is not easilly done with the system as it is.

    khoand Friend
    #413117

    Yes,phill right.
    To change only color of Noviteti menu item to red, I think that using id attribute. To do this, add code into http://www.hostuj.org/pegasus/templates/ja_minisite/css/menu/mega.css


    .ja-megamenu ul.level1 li.mega a#menu403.mega{
    color:red;
    }

    Phill Moderator
    #413121

    Good call Khoand. Adding the menu ID would do the trick but that got me thinking. In the Parameters (JA Extended) menu we can now add a custom class to apply to menu items. So if we go the the menu item and add in the additional class box red (make sure you put a space before the word red) then we can just define the class in template.css

    .red {color:red !important;}

    So from then on whenever we add the ” red” additional class to a menu item it will appear in red.

Viewing 15 posts - 1 through 15 (of 25 total)

This topic contains 25 replies, has 4 voices, and was last updated by  Radonja Djurisic 13 years ago.

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