Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter behmtt

    (@behmtt)

    As you can see in the code the details are there but they are not vissable in the event:

    <div class="tribe-events-meta-group tribe-events-meta-group-details">
    	<h3 class="tribe-events-single-section-title"> Gegevens </h3>
    	<dl>
    
    			<dt> Datum: </dt>
    			<dd>
    				<abbr class="tribe-events-abbr updated published dtstart" title="2016-01-14"> 14 januari 2016 </abbr>
    			</dd>
    
    			<dt> Tijd: </dt>
    			<dd><abbr class="tribe-events-abbr updated published dtstart" title="2016-01-14">
    					20:00 - 22:00				</abbr></dd>
    
    		<dt>Evenement Categorie:</dt> <dd class="tribe-events-event-categories"><a href="https://www.pgcs.nl/evenementen/categorie/bouwsteen/" rel="tag">Bouwsteen</a></dd>
    
    			</dl>
    </div>

    Hey @behmtt,

    Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.

    Please let us you know about it,
    Best,
    Nico

    Thread Starter behmtt

    (@behmtt)

    Hello Nico,

    I have executed all the steps and it had no result.
    As i mentioned before:
    As you can see in the code the details are there but they are not vissable in the event.

    Plugin Contributor Brian

    (@brianjessee)

    Hi,

    Your theme has a .updated css selector set to display: none; That is causing the issue.

    Add this css to fix it:

    #tribe-events-content .tribe-events-abbr {
        display: block;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    Thread Starter behmtt

    (@behmtt)

    Hi Brian,

    Sorry for the late reply.
    Your solution worked for me.

    Thanks.

    Glad to hear!

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

The topic ‘Bug: Details don't appear on eventpage’ is closed to new replies.