Back to top

Autore Topic: [RISOLTO] Plugin Ozio Gallery e background  (Letto 16861 volte)

Offline albertm

  • Esploratore
  • **
  • Post: 51
    • Mostra profilo
Re:[RISOLTO] Plugin Ozio Gallery e background
« Risposta #20 il: 26 Ott 2010, 11:33:31 »
Ringrazio Gicano per la soluzione fornita, e già che ci sono fornisco un piccolo dettaglio sperando che nessuno l'abbia già fatto. Avrete notato che lo sfondo si allunga in maniera ingiustificata verso il basso in tutte le gallery, ho scoperto che il file che gestisce questa "autoAltezza" è autoHeight.js che è contenuto in components/com_oziogallery2/assets/js/autoHeight.js, alla riga 13 si definisce questo sovrapiù di sfondo.(Se è Bianco non si nota, ma è chiaro che per tutti gli altri si nota eccome)

Spero sia utile a qualcuno!

Ciao, scusa ma dove vedi i dettagli che hai indicati, questo è il contenuto del mio file "autoHeight.js"

function doIframe(){
   o = document.getElementsByTagName('iframe');
   for(i=0;i<o.length;i++){
      if (/\bautoHeight\b/.test(o.className)){
         setHeight(o);
         addVambEve(o,'load', doIframe);
      }
   }
}

function setHeight(e){
   if(e.contentDocument){
      e.height = e.contentDocument.body.offsetHeight + 1;
   } else {
      e.height = e.contentWindow.document.body.scrollHei ght;
   }
}

function addVambEve(obj, evType, fn){
   if(obj.addEventListener)
   {
   obj.addEventListener(evType, fn,false);
   return true;
   } else if (obj.attachEvent){
   var r = obj.attachEvent("on"+evType, fn);
   return r;
   } else {
   return false;
   }
}

if (document.getElementById && document.createTextNode){
 addVambEve(window,'load', doIframe);   
}

Offline smog20

  • Nuovo arrivato
  • *
  • Post: 2
    • Mostra profilo
Re:[RISOLTO] Plugin Ozio Gallery e background
« Risposta #21 il: 25 Nov 2010, 01:34:53 »
Hi,

Sorry I don't speak Italian but I got a similar problem with a new website I'm doing and testing with Ozio Gallery. So I decided to write you in english hopwfully you won't mind.

My new website is in French anyway and the carrousel work with the template background when I use the Ozio menu link but when I try to integrate the same carrousel in an article it always set the background of the carrousel whatever I'm trying to do.

not working
http://les-plus-belles-femmes-du-monde.comment-travailler-chez-soi.com/actrices/angelina-jolie

Working
http://les-plus-belles-femmes-du-monde.comment-travailler-chez-soi.com/gallerie-de-photos/angelina-jolie

Could you please Carneade with this issue

Thanks already for your help

Laurent

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re:[RISOLTO] Plugin Ozio Gallery e background
« Risposta #22 il: 25 Nov 2010, 09:45:13 »
ciao smog20,
in your  http://les-plus-belles-femmes-du-monde.comment-travailler-chez-soi.com/templates/system/css/template.css

try changing

body {
background:none repeat scroll 0 0 #FFFFFF;

in

body {
background:none repeat scroll 0 0 #222222;

Offline smog20

  • Nuovo arrivato
  • *
  • Post: 2
    • Mostra profilo
Re:[RISOLTO] Plugin Ozio Gallery e background
« Risposta #23 il: 25 Nov 2010, 10:54:14 »
ciao e grazie Alexred.

Funziona molto bene!  :D

fabiusmax

  • Visitatore
Re:[RISOLTO] Plugin Ozio Gallery e background
« Risposta #24 il: 10 Feb 2011, 03:13:31 »
Spero di non dover aprire un altro topic in quanto questo argomento, nonostante approfonditamente trattato, risulta essere per me ancora un problema.
Sono riuscito ad inserire nel mio articolo il plugin oziogallery tramite l'utilizzo del metodo {oziogallery ID} ma visualizzo uno sfondo bianco di contorno al frame in flash.
Ho subito pensato essere un problema del template e andando a spulciare meglio il sorgente della pagine ho notato che oziogallery utilizza come css quello legato ad uno dei template di base: "beez".
Ho provato ad inserire qualsiasi codice di background OVUNQUE! nel css system, nel css del mio template, nel css di beez il risultato è sempre questo contorno bianco attorno alla galleria.
Vi informo che quando ho impostato un background totalmente nero sul body del mio template ho ottenuto come risultato un sfondo nero ma sempre questo contorno bianco (su cui in basso c'è scritto Oziogallery by joomlaitalia.it) e poi il frame della galleria, sintomo del fatto che il css del mio template non viene proprio richiamato.
Qualche idea?
PS: Comunque vada, complimenti per il grande lavoro che fate su questo forum.

Offline alexred

  • Fuori controllo
  • *
  • Post: 25672
  • Sesso: Maschio
  • Esperto in ozio relaxed
    • Mostra profilo
Re:[RISOLTO] Plugin Ozio Gallery e background
« Risposta #25 il: 10 Feb 2011, 08:29:50 »
ciao fabiusmax,
prova ad inserire il link alla pagina della tua galleria, così proviamo a verificare.

 



Web Design Bolzano Kreatif