Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • dottorbonfy Friend
    #169239

    Hello! I would like to remove from the module JA SLIDESHOW 2 the hand that indicates the existence of a link.
    There are links on the banners and the customer does not want to see this kind of pointer, how can I do?

    I have Joomla 1.5.23

    thank you very much

    pavit Moderator
    #416503

    Hi dottorbonfy

    From where the module take the content From Articles or From Image Folder ?

    dottorbonfy Friend
    #416507

    Image folder

    pavit Moderator
    #416509

    So you have entered a description for each item ?

    dottorbonfy Friend
    #416518

    NO, i dont want a description and dont want the little hand into the banners, see: http://www.studiovarda.it/fse2

    pavit Moderator
    #416526

    Salve

    Penso che possiamo parlare in italiano quella mano che vedi è quella che permette di far scorrere il modulo avanti e dietro e può essere disabilitata nelle impostazioni del modulo Control buttons yes o no

    dottorbonfy Friend
    #416532

    Ah meglio perchè il mio inglese è pessimo 🙂
    Allora, il CONTROL BUTTONS è su NO, ma la manina compare lo stesso, come se l’immagine rimandasse ad un link.

    pavit Moderator
    #416535

    Io posso vedere che l’immagine non ha link l’unico link è quello sul control button
    ho fatto delle prove in localhost ed effettivamente il set su no non funziona, non elimina il bottone se mi lasci un po di tempo posso provare a eliminarlo dal css che lo controlla.
    Faccio queste prove in localhost e poi ti invio la soluzione
    Grazie

    dottorbonfy Friend
    #416537

    Grazie a te! Fai con calma 🙂 ma sei italiano?

    pavit Moderator
    #416543

    Si sono Italiano

    C’è un problema se vuoi eliminare la manina del link, modificando il css si perde l’effetto piu scuro sulle immagini laterali

    tu vedrai le immagini tutte in chiaro la centrale più le due laterali

    Può andare bene questa soluzione ?

    dottorbonfy Friend
    #416549

    Devo sentire il cliente, poi ti saprò dire, intanto grazie mille, domani ti aggiorno.

    pavit Moderator
    #416557

    In attesa che il tuo cliente decida di usare questa soluzione ti posto ora i passaggi da fare in quanto domani li avrò dimenticati scusa ma

    lo farò in inglese cosi’ anche altri potranno leggere la soluzione.

    I prefer to write the solution in english sorry but this can be useful for other customers

    1) Goto your joomla path/modules/mod_jaslideshow2/assets/themes/default/style.css

    at line 46 you have

    .ja-slide-thumbs-wrap {
    clear: both;
    overflow: hidden;
    position: relative;
    }

    .but_prev, .but_next {
    background: #000;
    position: absolute;
    top: 0;
    z-index: 99;
    }

    .but_prev {
    background: url(arrow-l.gif) no-repeat right center;
    left: 0;
    }

    .but_prev:hover, .but_next:hover {
    cursor: pointer;
    }

    .but_next {
    background: url(arrow-r.gif) no-repeat left center;
    right: 0;
    }

    .maskDesc, .maskdesc{
    background: none;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 100;

    delete all the code in red and save the file

    2 ) Goto /templates/ja_methys/css/mod_jaslideshow2.css at line 66 you have

    .ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right{
    background: #000000;
    }

    .but_prev, .but_next {
    background: #000000;
    position: absolute;
    top: 0;
    z-index: 99;
    }

    .but_prev {
    background: url(../images/arrow-l.png) no-repeat right center;
    left: 0;
    padding-right: 70px;
    }

    .but_prev:hover, .but_next:hover {
    cursor: pointer;
    }

    .but_next {
    background: url(../images/arrow-r.png) no-repeat left center;
    right: 0;
    padding-left: 70px;
    }

    .maskDesc {
    display: block;
    background: #000000;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    }

    delete all the code in red and save the file

    That’s all try and let me know

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

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 13 years, 1 month ago.

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