thebrett
Forum Replies Created
-
Sorry… My mistake… It does work, if you ad the line to the correct (list-widget.php) file.
So… for those of you still having trouble with the widget…
You must have a ‘Custom Template folder’ in your theme’s folder.
You have to copy the new (list-widget.php)to your custom template, usualy at “wp-content/themes/’Your Theme’/tribe-events/widgets/list-widget.php’I added the second line as follows to reinstate the thumbnail pics.
<li class="tribe-events-list-widget-events <?php tribe_events_event_classes() ?>"> <?php echo tribe_event_featured_image(null, 'thumbnail') ?> <?php do_action( 'tribe_events_list_widget_before_the_event_title' ); ?> <!-- Event Title --> <h4 class="entry-title summary"> <a href="<?php echo tribe_get_event_link(); ?>" rel="bookmark"><?php the_title(); ?></a> </h4> <?php do_action( 'tribe_events_list_widget_after_the_event_title' ); ?> <!-- Event Time --> <?php do_action( 'tribe_events_list_widget_before_the_meta' ) ?> <div class="duration"> <?php echo tribe_events_event_schedule_details(); ?> </div> <?php do_action( 'tribe_events_list_widget_after_the_meta' ) ?> </li>Thankyou priscillamc
Copying the new (list-widget.php)to the custom template folder made the widget work.
BUT… It will no longer pull the featured image thumbnail and post it to the widget entry. It only lists the event title, date and time.
Even if you add the following line to the file.`<?php echo tribe_event_featured_image(null, ‘thumbnail’) ?>
Could you help with restoring the image to the widget?
Oddly.. on the Events list page only one event is shown in the widget while there are many more that should. All other pages with the widget show no events???
Nope! That had no effect! Bugger!
As shown in the code clipping below. The widget is attempting to pull the entry from the Advanced Template Settings-Add HTML after event content, where I have graphic file with link.
You can see the problem at:
http://www.thebizzgc.com.au/
scroll down on it’s in the right sidebar…<div id="tribe-events-list-widget-3" class="sidebar-wrap clearfix tribe-events-list-widget"><h3>Upcoming Events</h3> <li class="tribe-events-list-widget-events"> <h4 class="entry-title summary"> <a href="http://www.thebizzgc.com.au/gig-guide/" rel="bookmark">Gig Guide</a> </h4> <!-- Event Time --> <div class="duration"> <span class="date-start dtstart">May 30 @ 9:55 pm<span class="value-title" title="2014-05-30EST09:55"></span></span> </div> <!-- Event Title --> </li> </div>I will try and remove the additions to the Advanced Template Settings-Add HTML after event content,and see if the problem remains!
Ciao!Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Thank you opajaap
I see this issue is fixed in the latest update.
Cheers!
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Any further progress?
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Or here in public folder… if you cannot access above.
https://dl.dropboxusercontent.com/u/89866627/WP%20Screenshots/WPPA%20Album%20Admin.pngForum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…A link to screenshot of WPPA Album Admin https://www.dropbox.com/s/i64zsr49p4ddgtm/WPPA%20Album%20Admin.png
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…I’ts after 2am here… So I will check back in later… good luck!
Cheers!
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Funny… Shortcode sent in email is [wppa type=”"e;generic"e;”][/wppa] for what you posted above. I imagine that is a problem with email…
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Ok… Tried [wppa type=”generic”][/wppa] as shortcode… No change. Still not showing albums? Hmmmmm!
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…My permalinks are set to page name / title… I’m guessing this might mess with you debug?
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Also… Widget slideshow is working fine… as is the slideshow output page, which is separate from the albums page.
Forum: Plugins
In reply to: [WP Photo Album Plus] Albums no longer showing…Hi opajaap….
All albums are set to Parent (None)
I have set Table 1X A3 On… Allow WPPA+ DebuggingOnly thing I have been messing around with lately is a plugin called “Easy Columns” using shortcodes, and some individual Post background colours. I don’t see how these could be causing a problem though.
Thanks for you help.