• Resolved Sabrina_B

    (@sabrina_b)


    on source code of my website
    http://www.ascuoladigusto.it

    I find this

    
    <script type="text/css" id="tmpl-tribe_customizer_css">.tribe-events-list .tribe-events-loop .tribe-event-featured,
    				.tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured,
    				.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap,
    				.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
    					background-color: #0ea0d7;
    				}
    
    				#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    					background-color: #0ea0d7;
    				}
    
    				.tribe-events-list-widget .tribe-event-featured,
    				.tribe-events-venue-widget .tribe-event-featured,
    				.tribe-mini-calendar-list-wrapper .tribe-event-featured,
    				.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
    					background-color: #0ea0d7;
    				}
    
    				.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single {
    					background-color: rgba(14,160,215, .7 );
    					border-color: #0ea0d7;
    				}
    
    				.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single:hover {
    					background-color: #0ea0d7;
    				}</script><style type="text/css" id="tribe_customizer_css">.tribe-events-list .tribe-events-loop .tribe-event-featured,
    				.tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured,
    				.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap,
    				.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
    					background-color: #0ea0d7;
    				}
    
    				#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    					background-color: #0ea0d7;
    				}
    
    				.tribe-events-list-widget .tribe-event-featured,
    				.tribe-events-venue-widget .tribe-event-featured,
    				.tribe-mini-calendar-list-wrapper .tribe-event-featured,
    				.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
    					background-color: #0ea0d7;
    				}
    
    				.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single {
    					background-color: rgba(14,160,215, .7 );
    					border-color: #0ea0d7;
    				}
    
    				.tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single:hover {
    					background-color: #0ea0d7;
    				}</style>	
    

    what do you think about?
    Thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Barry

    (@barryhughes-1)

    Hi @laetitia-godet! That looks like output from our theme customizer code. Did you have any specific questions about it? It’s not a bug, but rather intentional 🙂

    Thread Starter Sabrina_B

    (@sabrina_b)

    Sorry, I’ve read wrong, I din’t see a row.
    But I ask you because when I tested the code by https://validator.w3.org/, I find thid error:

    Error: Element style not allowed as child of element body in this context. (Suppressing further errors from this subtree.)
    From line 1354, column 15; to line 1354, column 63

    
    }</script><style type="text/css" id="tribe_customizer_css">.tribe

    Contexts in which element style may be used:
    Where metadata content is expected.
    In a noscript element that is a child of a head element.

    Barry

    (@barryhughes-1)

    OK, sure. Validation tools may well flag this, but you should find there are few problems with it in practice 🙂

    Thread Starter Sabrina_B

    (@sabrina_b)

    Thanks!!!

    Barry

    (@barryhughes-1)

    NP 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Maybe a bug?’ is closed to new replies.