Rob Bennett

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: * Required image #1367614
    Rob Bennett
    Participant

    This reply is private.

    in reply to: * Required image #1366393
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Login not rendering properly #1366306
    Rob Bennett
    Participant

    Hi Cliff

    I am so grateful – thank you. That works perfectly now.

    Thanks again for your patience and assistance.
    Rob

    in reply to: Login not rendering properly #1365692
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Login not rendering properly #1365655
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Login not rendering properly #1365654
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Login not rendering properly #1365197
    Rob Bennett
    Participant

    Pleas excuse the broken English of the theme developer but here is their reply:

    “Hi Rob,

    It is unfortunate by their reply. I guess you know that the styling on their link is coming from their end. The template being used to display the login form is coming from the plugin developers.

    We can do not offer this support under theme support. You might have to hire someone to help in styling it.”

    I seem to be falling between two stools.

    Thanks
    Rob

    in reply to: Login not rendering properly #1361411
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Login not rendering properly #1361055
    Rob Bennett
    Participant

    This reply is private.

    in reply to: * Required image #1361054
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Widget not #1146941
    Rob Bennett
    Participant

    This reply is private.

    in reply to: Widget – view all events #1145861
    Rob Bennett
    Participant

    Hi Geoff

    After reading the support forums I went back to the documentation. What I am asking for is actually a function the events calendar is shipped with. I have been into:
    /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/list-widget.php and there is the following code:

    // The URL for this widget's "View More" link.
    $link_to_all = tribe_events_get_list_widget_view_all_link( $instance );
    
    // Check if any posts were found.
    if ( isset( $posts ) && $posts ) :
    
    	foreach ( $posts as $post ) :
    		setup_postdata( $post );
    		do_action( 'tribe_events_widget_list_inside_before_loop' ); ?>
    
    		<!-- Event  -->
    		<div class="<?php tribe_events_event_classes() ?>">
    			<?php tribe_get_template_part( 'pro/widgets/modules/single-event', null, $instance ) ?>
    		</div>
    
    		<?php do_action( 'tribe_events_widget_list_inside_after_loop' ) ?>
    
    	<?php endforeach ?>
    
    	<p class="tribe-events-widget-link">
    		<a href="<?php esc_attr_e( esc_url( $link_to_all ) ) ?>" rel="bookmark">
    			<?php esc_html_e( 'View More&hellip;', 'tribe-events-calendar-pro' ) ?>
    		</a>
    	</p>
    
    <?php

    I cannot see why it isn’t working. Any thoughts?

    Thanks
    Rob

    in reply to: Colour #1013582
    Rob Bennett
    Participant

    Hi George

    You solved one problem on for me to create another. I have changed the layout slightly and ditched the sidebar. The calendar was the correct size in the sidebar but is now too large. Do you have some CSS to dictate the height and width of the calendar?

    Thanks
    Rob

    in reply to: Colour #1013454
    Rob Bennett
    Participant

    Ho George

    You are a superstar!!! I hope you’re boss is reading this because you deserve a medal – this would have taken me hours and hours to solve. It already looks way better and with your clear and concise explanations I am very confident I can make changes if necessary in the future.

    I only wish all widget providers were as knowledgeable, helpful and patient as you!!

    Thanks again

    Rob

    in reply to: Colour #1011635
    Rob Bennett
    Participant

    This reply is private.

Viewing 15 posts - 1 through 15 (of 16 total)