By fullcs on Monday, 19 December 2016
Replies 4
Likes 0
Views 1.4K
Votes 0
I use the Canlendar template BY DEFAULT

When the Background and Clear = text color is Dark = Cool
But I have color categories Dark = text color is Dark = BAD

Can you tell me where the default code is? BY MONTH
So I can resume the layout that suits me and to add the City of JevLocation

Thank you very much


Here is the code I have for the moment :


<div class="eventfull">
<div class="eventstyle" style="background-color:{{Event background color:COLOUR}};border-bottom-color:{{Event background color:COLOUR}};">
<span class="editlinktip hasjevtip" title="{{Tooltip title:TOOLTIPTITLE}}" data-content="{{Tooltip content:TOOLTIPCONTENT}}">
<a class="cal_titlelink" href="{{Link:LINK}}">{{Event Time:EVTTIME}} {{Titre:TITLE}}</a>
</span>
</div>
</div>

<div class="eventfull">
<div class="eventstyle" style="background-color:{{Event background color:COLOUR}};border-bottom-color:{{Event background color:COLOUR}};">
<span class="editlinktip hasjevtip" title="{{Tooltip:TOOLTIP}}">
{{Titel:TITLE}}
</span>
</div>
</div>
Hello,

For the default code, just delete eveything that is in your code editor and click save and save again the default code will be reloaded.

Many thanks
Tony
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Houps
It's a big TIP
I never think it was a reset

Great
thank you very much
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You are very welcome! :-)
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tony,
For a reset is verry Cool BUT !!
When I try to Add an Element Or Text in Custom ViewByMonth
CSS no longer works ??!
The background becomes Clear and the Link does not change color if the BackGround is Darkness

May i Have a Code With Worlky Background Width Change Link Color if Darness Categorie(BackGround)

See a ScreeShoot picture

I Wish to Add , After a TITEL : City, ID, + 1x ExtraField TITEL2

Many Thanks
Michel

Here is the code


<div class="eventfull">
<div class="eventstyle" style="border-left-color:{{Event background color:COLOUR}};border-bottom-color:{{Event background color:COLOUR}};">
<span class="editlinktip hasjevtip" title="{{Tooltip title:TOOLTIPTITLE}}" data-content="{{Tooltip content:TOOLTIPCONTENT}}">
<a class="cal_titlelink" href="{{Link:LINK}}">{{Event Time:EVTTIME}} {{Title:TITLE}}</a>
</span>
</div>
</div>
·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Each cell is different dependant on the theme. Here is the code you need and I've applied it to your site:


<div class="eventfull">
<div class="eventstyle" style="background-color:{{Event background color:COLOUR}};color:{{Event foreground color:FGCOLOUR}}">
<span class="editlinktip hasjevtip" title="{{Tooltip title:TOOLTIPTITLE}}" data-content="{{Tooltip content:TOOLTIPCONTENT}}">
<a class="cal_titlelink" href="{{Link:LINK}}">{{Event Time:EVTTIME}} {{Title:TITLE}}</a>
</span>
</div>
</div>

·
8 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post