Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lailuluelo Friend
    #198857

    Hello,

    I would like to change title and description width, making mask bigger without result.

    I have this:

    And I would like to have title in a single line and descripction in other line.

    Thanks to pankajsharma I tried to modify properties according with manual and nothing happens. I modfied title, description and mask width without result.

    I need also title and description appear at the same time that image, without retard.

    Could you please help me?

    Thanks

    Adam M Moderator
    #539033

    Hi,

    You can change mask size via Admin >>> Extensions >>> Module manager >>> choose your Slideshow >>> switch to tab Profile Settings >>> scroll down and you will see Mask Width / Mask Height there.

    lailuluelo Friend
    #539054

    Thanks Adam, I did it without results. This is why I wrote the post:((

    Adam M Moderator
    #539473

    Hi,

    Please open the root_folder/templates/ja_biz/css/mod_jaslideshow.css file and look for this rule:

    .ja-slidewrap .maskDesc {
    background: none repeat scroll 0 0 transparent;
    bottom: 40px !important;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    width: 45% !important;
    z-index: 100;
    }

    Then remove the width property as follows:

    .ja-slidewrap .maskDesc {
    background: none repeat scroll 0 0 transparent;
    bottom: 40px !important;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    z-index: 100;
    }

    Save your file and check again.

    lailuluelo Friend
    #539497

    Thank you very much, works!

    And for this:

    I need also title and description appear at the same time that image, without retard.
    :((

    Adam M Moderator
    #539629

    Hi lailuluelo,

    I’m afraid that this is the only option you can choose at the moment since it would take lots of works to modify this part as you requested.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Adam M 10 years, 5 months ago.

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