List View Display Questions

Home Forums Calendar Products Events Calendar PRO List View Display Questions

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1628458
    psiseminars
    Participant

    1. For the size of the list view image, I followed the instructions here: https://theeventscalendar.com/knowledgebase/featured-images

    In the template I have indicated thumb and the image shown is not the thumbnail image:

    <!-- Event Image -->
    <?php echo tribe_event_featured_image( null, 'thumb' ); ?>

    2. In list view it would be great if the thumbnail image could float to the left of all of the text – the title and meta both. When I use css float on the image it is not floating.

    3. In the template I have added a font-awesome icon to the list view venue details, and it is still displaying even when there is no venue – what did I do wrong?

    		<?php if ( $venue_details ) : ?>
    			<!-- Venue Display Info -->
    			<div class="tribe-events-venue-details">
    			<span class="fas fa-map-marker-alt">&nbsp;</span><?php
    				$address_delimiter = empty( $venue_address ) ? ' ' : ' ';
    
    				// These details are already escaped in various ways earlier in the process.
    				echo implode( $address_delimiter, $venue_details );
    
    				if ( tribe_show_google_map_link() ) {
    					echo tribe_get_map_link_html();
    				}
    			?>
    			</div> <!-- .tribe-events-venue-details -->
    		<?php endif; ?>
    #1629533
    Cliff
    Member

    Hi. We do not provide custom coding support, per our Scope of Support / Terms.

    If you need some coding help, you may want to ask your own developer or reference our Customizations Documentation, which includes a link to Hire A Freelancer.

    Regarding your Template Override, our “how-to” walk-through video may prove helpful.

    Hopefully this can at least point you in the right direction.

    #1643840
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘List View Display Questions’ is closed to new replies.