Main menu

Forum


× Help Forum English

[VIEWED] Template problem.

  • Daanoz
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 11 mois - il y a 10 ans 11 mois #6194 par Daanoz
[VIEWED] Template problem. a été créé par 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
Pièces jointes :
Dernière édition: il y a 10 ans 11 mois par Lyr!C. Raison: [VIEWED]

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 10 ans 11 mois #6218 par Lyr!C
Réponse de Lyr!C sur le sujet 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) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • Daanoz
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 11 mois - il y a 10 ans 11 mois #6238 par Daanoz
Réponse de Daanoz sur le sujet 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.
Dernière édition: il y a 10 ans 11 mois par Daanoz.

Connexion ou Créer un compte pour participer à la conversation.

  • doorknob
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 11 mois #6252 par doorknob
Réponse de doorknob sur le sujet 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;
}

Connexion ou Créer un compte pour participer à la conversation.

  • doorknob
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 11 mois #6253 par doorknob
Réponse de doorknob sur le sujet Template problem.
@Cyril,
I noticed that some of the CSS includes 'backgound-color:none;' which is invalid. It should be 'backgound-color:transparent;'.
Phil

Connexion ou Créer un compte pour participer à la conversation.

  • Daanoz
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 11 mois #6254 par Daanoz
Réponse de Daanoz sur le sujet Template problem.
Hey

i might do something wrong. See pastbin file

pastebin.com/KHpARJVQ

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 10 ans 11 mois - il y a 10 ans 11 mois #6276 par Lyr!C
Réponse de Lyr!C sur le sujet Template problem.

doorknob écrit: @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) .

Fichier attaché :

Dernière édition: il y a 10 ans 11 mois par Lyr!C.

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 10 ans 11 mois #6277 par Lyr!C
Réponse de Lyr!C sur le sujet Template problem.

Daanoz écrit: 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) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • doorknob
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 10 ans 11 mois - il y a 10 ans 11 mois #6281 par doorknob
Réponse de doorknob sur le sujet 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
Dernière édition: il y a 10 ans 11 mois par doorknob.

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 10 ans 11 mois #6288 par Lyr!C
Réponse de Lyr!C sur le sujet Template problem.

doorknob écrit: @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) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: Lyr!C
Temps de génération de la page : 0.099 secondes

 

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new