goettel
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] “Archive” title on events pageI tried adding below to functions.php, but it did not take away the title.
if (is_post_type_archive(‘tribe_events’)) {
return ‘Our calendar’;
}As an alternative I am using the shortcode [tribe_events} on another page, but there the theme somehow inserts a big white gap before the listing, creating an estetic downside. Found a suggestion in adding custom css like below, but this only fixes the events page, which has the title “Archives”, so kind of got stuck in a catch 22.
.post-type-archive-tribe_events #main {
padding-top: 0px !important;
}Appreciate any suggestion, since I am not all too techy.
Hi,
Yes, without being able to use shortcodes in for example confirmation e-mails I am unable to currently switch to the plugin from CF7, but apart from this I like the usability of your work.
Thansk!
This is how it looks right now (and the way I want it to look, besides making the whole row clickable):
Thanks, but for some reason doesn’t work for me and messes up the design for the list.
Hi,
I mean that I can’t find the layout options in this screenshot inside WP admin. I have PHP 7.2.
Ok, thanks. Can’t get it to work with the present code I have now, however:
<tr> <td><a href="#_EVENTURL">#_EVENTDATES<br/> #_EVENTTIMES</a></td> <td><a href="#_EVENTURL">#_EVENTIMAGE{100,100}</a></td> <td>#_EVENTLINK</td> </tr>
Just a thought – any way to make the whole space inside the table clickable? Now the time, image and name are clickable, but not the spaces in between.
Really appreciate your help!
Fantastic – that did it!
OK!
So this is the code I have now (I would wish to keep the rest of the format, so it comes down to making the #_EVENTIMAGE link to the event URL:
<tr>
<td>
#_EVENTDATES<br/>
#_EVENTTIMES
</td>
<td>
#_EVENTIMAGE{100,100}
</td>
<td>
#_EVENTLINK
</td>
</tr>