Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • dawidt Friend
    #142308

    Hi,

    I need to disable click cursor on slideshow2 module. I want to use this module only as a pictures slideshow on main page (Ja Sulfur) without url redirection. At this moment when cursor is on the picture i got this hand cursor with finger 😉
    I’m almost sure you know what I’m talking about.

    Greetings.

    nguyenhuu quang Friend
    #309306

    hi, could you send live site.
    thanks

    dawidt Friend
    nguyenhuu quang Friend
    #309318

    ja.slideshow2.css (line 89)

    .maskDesc {
    cursor:pointer;
    position:absolute;
    z-index:100;
    }

    replace with

    .maskDesc {
    /*cursor: pointer;*/
    position:absolute;
    z-index:100;
    }

    dawidt Friend
    #309332

    Hi quang268, unfortunately nothing’s changed.

    dawidt Friend
    #309647

    anyone? (too short)

    dawidt Friend
    #309762

    To solve this issue, please open templates/ja_sulfur/css/ja.slideshow2.css file, at about line 89, find following code:

    .maskDesc {
    cursor: pointer;
    position:absolute;
    z-index:100;
    }

    and change to:

    .maskDesc {
    position:absolute;
    z-index:100;

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

This topic contains 7 replies, has 2 voices, and was last updated by  dawidt 14 years, 10 months ago.

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