Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • holzlchr Friend
    #194248

    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.
    Additionally, it would be nice to have the text changing color on hovering on it.
    Thanks

    Css Magician Friend
    #520831

    @holzlchr,

    <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.

    holzlchr Friend
    #521076

    Thanks 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

    1. content-Type “Text”,
    2. Animation “None”
    3. Grid-Type “1×1”

    My question was aimed for

    1. content-Type “Image”,
    2. Animation “Rotate”
    3. 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 Friend
    #521245

    <blockquote>
    content-Type “Image”,
    Animation “Rotate”
    Grid-Type “1×1”
    </blockquote>

    I could not access your site. Please PM me URL, admin and FTP credentials, I need to take a closer look into your backend settings and source code as well.

    Css Magician Friend
    #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.

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

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