Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • James Weston Friend
    #172317

    Hi Guys,

    First of all great looking template and very simple to use.

    I have used the K2 function to create the following page as it seemed to be a simple way to achieve what I wanted to do http://www.mybaliconcierge.com/index.php/subscribe

    Is there a setting somewhere that will enable me to remove the “View Items” link that appears at the bottom of every box?

    Cheers Jim

    khoand Friend
    #432019

    Hi,

    You go to Template manager,choose JA Social template, then change CSS Optomize fieds to NO, so I can check how and where to customize for you.

    James Weston Friend
    #432020

    Thanks khoand,

    Have done that.

    Cheers for all your help and a happy new year.

    Jim

    khoand Friend
    #432021

    Thanks origomedia…Happy New Year….
    You find this code from http://www.mybaliconcierge.com/templates/ja_nex/css/k2.css

    div.subCategory a.subCategoryMore {
    color: #C33;
    display: none; < add this line
    }

    James Weston Friend
    #432024

    Thanks Khoand,

    Unfortunately, that did not do anything the view items link is still showing. I saw this code:

    .viewitemllink {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-right: -1px;
    width: 47%;
    float: left;
    padding: 14px 20px 0 0;
    color: #aaa;
    text-transform: uppercase;
    font-size: 83%;
    }

    and deleted that but that did not help either so I have put it back.

    Jim

    khoand Friend
    #432025

    Hi,
    You add this code into /templates/ja_nex/css/k2.css

    .subCategoryMore {
    display: none;
    }

    – You delete all of files of /cache and /t3-assets directory, please

    James Weston Friend
    #432030

    That worked a treat. Khoand what do you use to work out where to look for things in the css and how do you know if they are things you need to delete in the css or things that can be clicked on and off in the admin?

    For example on this page http://www.mybaliconcierge.com/index.php/in-the-magazine I want to remove the word “Subcategories” how would i work out if it whether it was a css or admin issue?

    Would be good to learn so i don’t have to keep bothering you all 🙂

    Jim

    khoand Friend
    #432031

    <em>@origomedia 292253 wrote:</em><blockquote>That worked a treat. Khoand what do you use to work out where to look for things in the css and how do you know if they are things you need to delete in the css or things that can be clicked on and off in the admin?</blockquote>
    You see this link http://www.joomlart.com/forums/topic/using-firebug-to-customize-your-site/
    <blockquote>
    For example on this page http://www.mybaliconcierge.com/index.php/in-the-magazine I want to remove the word “Subcategories” how would i work out if it whether it was a css or admin issue?

    Would be good to learn so i don’t have to keep bothering you all 🙂

    Jim</blockquote>
    You add this code into /templates/ja_nex/css/template.css

    .jcat-children h3 {
    display: none;
    }

    James Weston Friend
    #432148

    Thanks Khoand, that worked a treat as always many thanks.
    Jim

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

This topic contains 9 replies, has 2 voices, and was last updated by  James Weston 12 years, 11 months ago.

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