Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • alisamii Friend
    #153539

    Not sure what is causing this, but there’s some css conflict that is causing the button drive on content-slide to display below the title (therefore unclickable and invisible).

    I somehow need to get the button-drive to show above the module title. The setting in the module is correctly set to show the button-drive, but it won’t show.

    Using Firebug, I can change the position of the button drive and it becomes visible (the default in the css is -45px). So it is basically a z-index issue. but changing the z-ndex in firebug to 999 makes no difference. So I’m a bit confused.

    Saguaros Moderator
    #352788

    Hello , please provide me the link to the site via PM, Thanks

    Saguaros Moderator
    #352793

    now, you open the file: templates/ja_pyro/css/ja_contentslide.css

    .ja-contentslide-buttonwrap {
    position: absolute;
    top: 205px;
    right: 0;
    z-index: 20;
    height: 15px;
    width: 35px;
    }

    replace:

    .ja-contentslide-buttonwrap {
    position: absolute;
    top: -45px;
    right: 0;
    z-index: 20;
    height: 15px;
    width: 35px;
    }

    and find code in /modules/mod_ja_contentslide/assets/css/ja_contentslide.css:

    .ja-contentslider {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: auto !important;
    width: 100%;
    }

    replace:

    .ja-contentslider {
    margin: 0;
    padding: 0;
    width: auto !important;
    width: 100%;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 13 years, 10 months ago.

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