-
AuthorPosts
-
October 1, 2015 at 1:01 pm #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,
MichelleNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2015 at 3:11 am #694648Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2015 at 3:11 am #750369Hi 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
October 5, 2015 at 8:53 am #695334Thanks so much, works perfectly!
Michelle
October 5, 2015 at 8:53 am #750575Thanks so much, works perfectly!
Michelle
October 5, 2015 at 6:47 pm #695465Would you be able to do this on the 3 and 4 columuns too?
Thanks,
MichelleOctober 5, 2015 at 6:47 pm #750661Would you be able to do this on the 3 and 4 columuns too?
Thanks,
MichelleNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 6, 2015 at 5:09 am #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 6, 2015 at 5:09 am #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
October 8, 2015 at 5:31 pm #751030Thanks for your help so for ninja – it would be 4 columns please:
http://tinyurl.com/q6ao5nbThanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 9, 2015 at 2:27 am #751057This 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%;
}}
-
AuthorPosts
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