-
AuthorPosts
-
October 3, 2011 at 4:38 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 3, 2011 at 4:41 pm #416503Hi dottorbonfy
From where the module take the content From Articles or From Image Folder ?
1 user says Thank You to pavit for this useful post
October 3, 2011 at 4:44 pm #416507Image folder
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 3, 2011 at 4:48 pm #416509So you have entered a description for each item ?
October 3, 2011 at 4:54 pm #416518NO, i dont want a description and dont want the little hand into the banners, see: http://www.studiovarda.it/fse2
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 3, 2011 at 5:13 pm #416526Salve
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
1 user says Thank You to pavit for this useful post
October 3, 2011 at 5:31 pm #416532Ah 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 3, 2011 at 5:48 pm #416535Io 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
Grazie1 user says Thank You to pavit for this useful post
October 3, 2011 at 5:54 pm #416537Grazie a te! Fai con calma 🙂 ma sei italiano?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 3, 2011 at 6:45 pm #416543Si 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 ?
1 user says Thank You to pavit for this useful post
October 3, 2011 at 8:12 pm #416549Devo sentire il cliente, poi ti saprò dire, intanto grazie mille, domani ti aggiorno.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
October 3, 2011 at 9:15 pm #416557In 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
-
AuthorPosts
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