-
AuthorPosts
-
holzlchr Friend
holzlchr
- Join date:
- December 2013
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
January 29, 2014 at 8:14 pm #194248I would like to have the entire text in the back of my squares (article-intro or category-intro) as a link.
Presently, the user can only click on the title. This is confusing as a user point of view.
Additionally, it would be nice to have the text changing color on hovering on it.
ThanksCss Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
February 2, 2014 at 11:48 am #520831<blockquote>I would like to have the entire text in the back of my squares (article-intro or category-intro) as a link.
Presently, the user can only click on the title. This is confusing as a user point of view.</blockquote>
Please have a look at this thread http://www.joomlart.com/forums/topic/grid-layout-link-in-article-with-content-type-text-only-works-on-title/. Hope it helps.<blockquote>Additionally, it would be nice to have the text changing color on hovering on it.</blockquote>
Please open http://www.actramark.com/1.1/templates/ja_fixel/css/themes/dark-red/template.css file and add following css rule:
.fixel-grid .items article .item-desc .richtext {
color: #ccc;
}
#ccc is for illustration, please change to the color you wish.
1 user says Thank You to Css Magician for this useful post
holzlchr Friendholzlchr
- Join date:
- December 2013
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
February 4, 2014 at 8:56 am #521076Thanks for the tip.
Though the link you provided (http://www.joomlart.com/forums/topic/grid-layout-link-in-article-with-content-type-text-only-works-on-title/) works for- content-Type “Text”,
- Animation “None”
- Grid-Type “1×1”
My question was aimed for
- content-Type “Image”,
- Animation “Rotate”
- Grid-Type “1×1”
In this case, if I hover over the back of my square, the cursor becomes a hand all over the square. Though only the title is clickable. My testers consider this to be a bug.
The trashy solution I am using now is to create a big link covering the whole “Intro-text” in the article. And then change the css colors as camouflage :((. Not a good solution.
Thanks
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
February 6, 2014 at 7:38 am #521459<blockquote>
In this case, if I hover over the back of my square, the cursor becomes a hand all over the square. Though only the title is clickable. My testers consider this to be a bug.
</blockquote>
Please open http://www.actramark.com/1.1/templates/ja_fixel/css/themes/dark-red/template.css file and add following css rule:
.fixel-grid .items.image article {
cursor: default;
}
Hope that helps.
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Css Magician 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum