Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • cheapwebz Friend
    #196332

    Hi can anyone help, I have installed ja wall all working fine i have asked a couple of times with no joy I have three questions.

    1. The logo in the top lefthand corner i want to make that area bigger for my logo, where do i upload the new logo to ? also where and what code do i enter ?

    2. tiles all i want to display is two rows say the newest k2 articles thats it all the rest in the categories how do i do that ?

    3. Above the tiles but below the menu I would like a picture slide show like a banner i have installed a few ext and basically can’t find a position for it to work the k2 content is at aside2 i place the slide show at the position and nothing comes up i place it at ja wall menu mav and it comes up under the nav bar but covers the tiles anyone help

    http://1072871297.8155540.temp.prositehosting.co.uk

    thanks in advance people

    Nazario A Friend
    #528949

    @ cheapwebz,

    <blockquote>1. The logo in the top lefthand corner i want to make that area bigger for my logo, where do i upload the new logo to ? also where and what code do i enter ?</blockquote>

    Do you want like this image ?

    If true that please try my suggestion:
    – Please open file: /templates/your_template_name/css/template.css then find and replace this code:

    .logo-image h1 a {
    background: url(../images/logo.png) no-repeat 0px 0px;
    display: block;
    text-indent: -999em;
    width: 79px;
    }
    #header {
    background: #333
    border-bottom: 10px solid #e5e5e5 /* Seperate content and header while scroll page */
    color: #CCC
    height: 45px;
    position: fixed;
    top: 0;
    z-index: 999;
    }
    #header .main {
    height: 40px;
    position: relative;
    }
    #header #search {
    background-color: #333
    float: right;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    }
    #toolbar {
    background-color: #333333
    float: right;
    height: 40px;
    position: relative;
    }
    #toolbar .toolbar-inner {
    margin-top: 8px;
    }
    #header #search .search-inner {
    margin-top: 8px;
    }

    With:

    .logo-image h1 a {
    background: url("your_logo_link") no-repeat 0px 0px;
    display: block;
    text-indent: -999em;
    width: 140px;
    height: 60px;
    }
    #header {
    background: #333
    border-bottom: 10px solid #e5e5e5 /* Seperate content and header while scroll page */
    color: #CCC
    height: 65px;
    position: fixed;
    top: 0;
    z-index: 999;
    }
    #header .main {
    height: 65px;
    position: relative;
    }
    #header #search {
    background-color: #333
    float: right;
    height: 65px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    }
    #header #search .search-inner {
    margin-top: 20px;
    }
    #toolbar {
    background-color: #333333
    float: right;
    height: 65px;
    position: relative;
    }
    #toolbar .toolbar-inner {
    margin-top: 20px;
    }

    – Open file: /templates/your_template_name/css/navigation.css then find and replace this code:

    #mainnav .menu > li.deeper ul {
    background: #FFF
    border: 5px solid #666
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    left: -999em;
    margin: 0;
    max-width: 420px;
    min-width: 180px;
    padding: 0;
    position: absolute;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }

    With:

    #mainnav .menu > li.deeper ul {
    background: #FFF
    border: 5px solid #666
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    left: -999em;
    margin: 0;
    max-width: 420px;
    min-width: 180px;
    padding: 0;
    position: absolute;
    width: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: 15px;
    }

    <blockquote>2. tiles all i want to display is two rows say the newest k2 articles thats it all the rest in the categories how do i do that ?</blockquote>
    I would be best if you send me the screenshot highlighting how you wish so that I can help you more.

    <blockquote>3. Above the tiles but below the menu I would like a picture slide show like a banner i have installed a few ext and basically can’t find a position for it to work the k2 content is at aside2 i place the slide show at the position and nothing comes up i place it at ja wall menu mav and it comes up under the nav bar but covers the tiles anyone help </blockquote>
    If you want to put the banner below the menu that you should create a new position module and create a module banner then assign this module banner to a new position.

    Hope this helps


    1. wall
    cheapwebz Friend
    #529002

    hi there,

    ok number

    1. it didn’t work or am doing something wrong yes your correct i want the image like you showed it. I edited all the files and still nothing

    2 i want tiles like see the screen shot

    3 i want basically a picture slider there what new position and how do i tell it where to go i want it above the tiles but below the menu

    thanks in advance


    1. Screen-Shot
    cheapwebz Friend
    #529052

    Hi ok released my ftp client for some reason wasn’t uploading the template.cc or nav.cc i have manually done it from joomla and no 1 is done great thanks

    wingly Friend
    #529352

    @cheapwebz;

    I have created for you Extra Field Group “Discount” and assigned it to a category, and also i have created Extra Field Items; Two types of discount 10% and 20%; you can change easy their values when editing or creating K2 Item; P.s. if you leave them blank they will not be displayed;

    p.s. About the images to make them different size, In the K2 Upload the image other way! Check the images below

    1. You have the Image Tab, so upload the image there! and it will be perfectly re-sized according to it’s shape

    2. Here is the Extra Fields.. If you do like in this picture below then a discount of 10% will be displayed. You can manage the default text in the Extra Fields manager;

    3. Now that you have Uploaded the intro Image correctly, Do not double it in the Content tab! unless you have there other image or images then post them there, if you upload a image in the Image tab, do not put the same image in the contact, it will be displayed in Full view too by default. In order to make look it good using default Demo Content i had to delete it!

    Hope it makes you receive the result you were looking for;


    1. k2-2-
    2. k2-1
    3. k2-3
    cheapwebz Friend
    #529413

    Just like to say what a pleasure @wingly he has helped me and the support has been next to none i would recommend joomla art to everyone due to wingly support cheers

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

This topic contains 6 replies, has 3 voices, and was last updated by  cheapwebz 10 years, 7 months ago.

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