Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • lesasei Friend
    #145136

    I cannot disable the Title Filter and Article Title listing on category pages even though I have them turned off on the menu item. The only solutions I have found require hacking the default_items.php file, which I don’t want to do because when I upgrade Joomla it will erase the hack.

    This has to be a problem with the Zibal template because when I enable other templates, the issue goes away. A fix for the template would be greatly appreciated.

    Here is a link to the site, which is not live yet:
    http://nawbolouisville.org/index.php?option=com_content&view=category&id=41&Itemid=63

    Running Joomla 1.5.14 with JA_Zibal

    thanks.

    instantinlaw Friend
    #320327

    Try turning them off in the article parameters.

    lesasei Friend
    #320423

    We tried setting article paramaters with no luck. Some of these categories don’t even have associated articles. It is very strange and is holding us back from launching this site.

    instantinlaw Friend
    #320440

    Well, I’m sure there are better ways of doing this, but you could set the componentheading to hidden:

    In template css Change the following:

    .componentheading {
    background:#E1E1E1 none repeat scroll 0 0;
    color:#666666;
    font-size:1em;
    font-weight:bold;
    line-height:normal;
    margin:-10px -15px 10px;
    padding:4px 15px;
    text-transform:uppercase;

    To:


    .componentheading {
    /*background:#E1E1E1 none repeat scroll 0 0;
    color:#666666;
    font-size:1em;
    font-weight:bold;
    line-height:normal;
    margin:0px;
    padding:0px;
    text-transform:uppercase;*/
    visibility: hidden;

    Everything but visibility is commented out in case you want to change it back.

    lesasei Friend
    #321094

    I hate to hack the code like this. Is there not a fix for the template? I asked the administrator to respond and sent the login info for the site but have not heard anything. We really need some help on fixing this. Thanks.

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

This topic contains 5 replies, has 2 voices, and was last updated by  lesasei 15 years, 1 month ago.

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