Main menu

Forum


× Help Forum English

[VIEWED] Template problem.

  • Daanoz
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 11 Mesi fa - 10 Anni 11 Mesi fa #6194 da Daanoz
[VIEWED] Template problem. è stato creato da Daanoz
What a nice extension! However, I have a problem with the template. The extention loads good, but when i want to make a new event, the template is broke txt is black .
I don't have very much experions with CSS, so i don't know how to fix it.

I hope that you will develop the extension further

sorry for my bad english
Allegati:
Ultima Modifica 10 Anni 11 Mesi fa da Lyr!C. Motivo: [VIEWED]

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 11 Mesi fa #6218 da Lyr!C
Risposta da Lyr!C al topic Template problem.
Hello!

I'm not sure to have truly understand...

Is it possible to have an online link ?

Lyr!C

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Daanoz
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 11 Mesi fa - 10 Anni 11 Mesi fa #6238 da Daanoz
Risposta da Daanoz al topic Template problem.
Hello!

her is the link,

www2.dielanden.nl/index.php/agenda/maak-een-event-aan

I think i need add some code to my main ccs. Can you help my

log in
test
test

Thanks for the help.
Ultima Modifica 10 Anni 11 Mesi fa da Daanoz.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • doorknob
  • New Member
  • New Member
Di più
10 Anni 11 Mesi fa #6252 da doorknob
Risposta da doorknob al topic Template problem.
Hi Daanoz,
First of all. You should never post login details online. Always send them by personal message.

If you want to fix the problem by changing the text colour and leaving the background transparent, try adding something like this to the end of the file com_icagenda/theme/packs/ic_rounded/css/ic_rounded_module.css:
.ic_rounded.iccalendar,
.ic_rounded .icnav div.backicY,
.ic_rounded .icnav div.nexticY,
.ic_rounded .icnav div.backic,
.ic_rounded .icnav div.nextic,
.ic_rounded.iccalendar table th {
	color: #fff;
}
if you prefer to change the background colour of the module then try something like:
.ic_rounded.iccalendar {
	background-color: #fff;
}

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • doorknob
  • New Member
  • New Member
Di più
10 Anni 11 Mesi fa #6253 da doorknob
Risposta da doorknob al topic Template problem.
@Cyril,
I noticed that some of the CSS includes 'backgound-color:none;' which is invalid. It should be 'backgound-color:transparent;'.
Phil

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Daanoz
  • Autore della discussione
  • New Member
  • New Member
Di più
10 Anni 11 Mesi fa #6254 da Daanoz
Risposta da Daanoz al topic Template problem.
Hey

i might do something wrong. See pastbin file

pastebin.com/KHpARJVQ

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 11 Mesi fa - 10 Anni 11 Mesi fa #6276 da Lyr!C
Risposta da Lyr!C al topic Template problem.

doorknob ha scritto: @Cyril,
I noticed that some of the CSS includes 'backgound-color:none;' which is invalid. It should be 'backgound-color:transparent;'.
Phil


Yes, you're right! ;)

EDIT: where ? i find no where a background-color:none in theme pack css ?!?....

:huh:

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Ultima Modifica 10 Anni 11 Mesi fa da Lyr!C.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 11 Mesi fa #6277 da Lyr!C
Risposta da Lyr!C al topic Template problem.

Daanoz ha scritto: Hey

i might do something wrong. See pastbin file

pastebin.com/KHpARJVQ


For legend color in dark grey, to turn it to white, add this line in your css file for component :

#icagenda legend {color: #FFFFFF;}

Maybe could work. (Currently, it is using bootstrap css included in your joomla website)

B)

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • doorknob
  • New Member
  • New Member
Di più
10 Anni 11 Mesi fa - 10 Anni 11 Mesi fa #6281 da doorknob
Risposta da doorknob al topic Template problem.
@Cyril,
There are two occurrences in admin/components/com_icagenda/add/css/icagenda.css and another in components/com_icagenda/add/css/icagenda.css
Regards
Phil
Ultima Modifica 10 Anni 11 Mesi fa da doorknob.

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Lyr!C
  • Avatar di Lyr!C
  • Administrator
  • Administrator
  • Lead Developer
Di più
10 Anni 11 Mesi fa #6288 da Lyr!C
Risposta da Lyr!C al topic Template problem.

doorknob ha scritto: @Cyril,
There are two occurrences in admin/components/com_icagenda/add/css/icagenda.css and another in components/com_icagenda/add/css/icagenda.css
Regards
Phil


Will be fixed in next release! Thanks so much for your review of the code!
;)

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

File allegato:

Si prega Accedi o Crea un account a partecipare alla conversazione.

Moderatori: Lyr!C
Tempo creazione pagina: 0.100 secondi

 

Follow Us

Create your Joomla templates with Template Creator CK

acymailing logo new