Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • me200784 Friend
    #694551

    I previously posted this http://www.joomlart.com/forums/topic/screen-layout-and-thememagic-problems/.

    Would you be able to advise me on how I can make departments whole area clickable rather than just the text.

    Thanks,
    Michelle

    Ninja Lead Moderator
    #694648

    Hi Michelle,

    You can extract and copy my attached file and paste it into templates/ja_medicare/html/mod_articles_category/ path and don’t forget to backup old file before doing changes

    Let me know if it helps

    Regards

    Ninja Lead Moderator
    #750369

    Hi Michelle,

    You can extract and copy my attached file and paste it into templates/ja_medicare/html/mod_articles_category/ path and don’t forget to backup old file before doing changes

    Let me know if it helps

    Regards

    me200784 Friend
    #695334

    Thanks so much, works perfectly!

    Michelle

    me200784 Friend
    #750575

    Thanks so much, works perfectly!

    Michelle

    me200784 Friend
    #695465

    Would you be able to do this on the 3 and 4 columuns too?

    Thanks,
    Michelle

    me200784 Friend
    #750661

    Would you be able to do this on the 3 and 4 columuns too?

    Thanks,
    Michelle

    Ninja Lead Moderator
    #695554

    <em>@me200784 495811 wrote:</em><blockquote>Would you be able to do this on the 3 and 4 columuns too?

    Thanks,
    Michelle</blockquote>

    Hi Michelle,

    Let me know exactly 3 or 4 columns, because this is custom work that it will work in difference way. It’s pretty hard to suggest both ways.

    Regards

    Ninja Lead Moderator
    #750703

    <em>@me200784 495811 wrote:</em><blockquote>Would you be able to do this on the 3 and 4 columuns too?

    Thanks,
    Michelle</blockquote>

    Hi Michelle,

    Let me know exactly 3 or 4 columns, because this is custom work that it will work in difference way. It’s pretty hard to suggest both ways.

    Regards

    me200784 Friend
    #751030

    Thanks for your help so for ninja – it would be 4 columns please:
    http://tinyurl.com/q6ao5nb

    Thanks

    Ninja Lead Moderator
    #751057

    This is a solution with 4 columns

    + Open templates/ja_medicare/html/mod_articles_category/five-columns.php file

    find and change

    <div class="category-module-item <?php if($count > 5): echo "border-top"; endif; ?> <?php if($count % 5 != 0): echo "border-right"; endif; ?>">

    to

    <div class="category-module-item <?php if($count > 4): echo "border-top"; endif; ?> <?php if($count % 4 != 0): echo "border-right"; endif; ?>">

    + Open templates/shinecancersupport/css/custom.css file and new css style

    @media (min-width: 768px) {

    .category-module.five-columns .category-module-item.border-top {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .category-module.five-columns .category-module-item {
    width: 25%;
    }

    }

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

This topic contains 11 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 1 month ago.

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