Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #875131

    Hi
    Could u post a screenshot with details of issue with your site url here so i can assist you better .

    sindfazcwb Friend
    #875488

    Thank you for the very prompt answer, Pankaj!

    I’m attaching the file with the description of the problem… The site is on http://sindfaz.org.br/teline.

    Thanking in advance,

    Givanildo R. D. Souza


    1. SindFAZ
    Pankaj Sharma Moderator
    #875860

    Hi
    There is no option to hide the category in the ACM module . You can hide it with adding this css code in custom.css file

    .magazine-item-media .item-image + .category-name {
        display: none;
    }
    sindfazcwb Friend
    #875905

    Thank you again.

    Do You mean create a file custom.css inside ./templates/ja_teline_v/css/? (Sorry if it looks dumb, but It’s been about 15 years since I made my first css, and I move to embbeded since then… forced to return and correct an abandoned job)

    Thanking in advance,

    Givanildo R. D. Souza

    Pankaj Sharma Moderator
    #875934

    Hi
    yes Go to /templates/ja_teline_v/css/custom.css Create a new file with name custom.css if file is not present .

    sindfazcwb Friend
    #875943

    Thank You very much!

    That´s exactly what I was looking for. One last question… Is it possible to have a background texture in the frontpage? It worked in the events.css by putting

    .layout-events body {
    background: url(../images/ev-bg.jpg) no-repeat fixed center top #0077bb;
    background-size: 100%;
    }

    But it did’n work on the home.css…

    Thanking in advance,

    Givanildo R. D. Souza

    Pankaj Sharma Moderator
    #875999

    Hi
    Try this code in custom.css file for homepage

    .home .t3-wrapper {
    background: url(/teline/templates/ja_teline_v/images/ev-bg.jpg) no-repeat fixed center top #0077bb;}
    .home .t3-mainbody {background:#fff;}
    
    sindfazcwb Friend
    #876761

    Perfect!

    Thank you very much! Shoudn’t this be valid for all categories, though? Only the first page is getting right…

    Pankaj Sharma Moderator
    #876762

    Hi
    this is for magazine page . You can try below codes in custom.css
    if you want to hide it from everywhere or check the Menu options > Show category > NO?HIDE .

    .item-image + .category-name {
        display: none;
    }

    Or

    .category-name {
        display: none;
    }
    
    sindfazcwb Friend
    #876764

    I mean the background. Only the home page got the code above… The categories are fine…

    Pankaj Sharma Moderator
    #876768

    Hi
    You mentioned it only for frontpage 🙂
    You can remove the class .home from code . You can also override and define new css custom.css using firebug/inspect element tool .

    sindfazcwb Friend
    #876769

    Wonderful!

    Thank you very much! You can mark this as SOLVED!

    Bye,

    Givanildo R. D. Souza

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

This topic contains 12 replies, has 2 voices, and was last updated by  sindfazcwb 8 years, 9 months ago.

The topic ‘Teline V category box – Hide/Eliminate’ is closed to new replies.