Forum Replies Created
-
AuthorPosts
-
indrakubicek
ParticipantThanks Casey, that does make sense, yes.
indrakubicek
ParticipantAh right, I think I get it. I think I’ll try to hide it using CSS as you suggest…
Just did so by adding the following to /tribe-events/pro/tribe-events-pro.css
/* Hiding location search
----------------------------------------- */
div.tribe-bar-geoloc-filter {
visibility: hidden;
width: 0px;
}
My CSS skills are pretty basic. Have you got any tips/ code snippets to help me get started on making some nice looking drop down lists using the filter bar? What is the best way to override/ change the filter bar css?
ThanksJune 16, 2014 at 10:13 am in reply to: Change prev/ next nav on single event view to prev/ next instead event titles #229689indrakubicek
ParticipantGreat, thanks. Again, I’d realised I needed to override a template somewhere, I just wasn’t sure exactly which template to override nor how! But seem to have it sorted now, thanks!
indrakubicek
ParticipantThanks Casey,
I’d got as far as knowing that I needed to override the photo template(s) but wasn’t sure which ones to override and how.I just tried pasting in the follow line to /tribe-events/pro/photo/single-event.php :
<?php echo tribe_get_cost() ?>
This kinda works, but doesn’t display it nicely like it is displayed in the list view (i.e. with the currency symbol and with a nice little grey box around it).
I then tried copy/ pasting the relevant code as used in the list view i.e.<?php if ( tribe_get_cost() ) : ?>
<div class="tribe-events-event-cost">
<span><?php echo tribe_get_cost( null, true ); ?></span>
</div>
<?php endif; ?>
but then the price no longer displayed at all…Any additional help on exactly what code to place in /tribe-events/pro/photo/single-event.php in order to make it display nicely very warmly received.
Thanks
indrakubicek
ParticipantOK, thanks. I’m using the Genesis Framework and so my theme is already a child theme, but I just created a stylesheet called tribe-events-pro.css in the tribe-events/pro/ directory of my theme and put the change there for good measure.
indrakubicek
ParticipantAny news on this? I really want to be able to display just the category title (without Upcoming Events > bit at all) on photo view. Could you provide my with some code to do that please?
indrakubicek
ParticipantOK, so eventually I realised I need to change the style for the li itself, not the ol, putting this in my style.css worked for me:
li.hentry.vevent {
list-style-type: none;
}Would like to know if this is the right/ correct way to do it?
indrakubicek
ParticipantHave also tried
ol.hfeed.vcalendar {
list-style-type: none;
}indrakubicek
ParticipantSearching by location seems to mostly be broken/ not working for me, and it doesn’t seem to be related to the distance issue mentioned above because I’m searching for whole countries.
If I search for Turkey it finds the events in Turkey. However, if I search for Spain, or France, or Mexico (where there are also events) it says no events found! (have try for yourself on http://omexchange.staging.wpengine.com/events/ )
What is happening and how can I fix it?
indrakubicek
Participantjokesonme: you need to copy the new list-widget.php file from plugins/events-calendar-pro/views/pro/widgets to themes/yourtheme/tribe-events/widgets and then remove and re-add the widget in Appearance -> Widgets. At least, that worked for me. Good luck!
indrakubicek
ParticipantOK, so removing and re-adding the widget seemed to make it work again for me 🙂
indrakubicek
ParticipantSame problem here.
I had this problem: https://theeventscalendar.com/support/forums/topic/upcoming-events-widget-error/
Copy the new list-widgets.php to my theme files solved that, but no it just displays a message saying ‘There are no upcoming events at this time.’ which isn’t true.
indrakubicek
ParticipantI also didn’t edit any files.
indrakubicek
ParticipantMy upcoming widgets list has also broken following the update to 3.6 🙁
-
AuthorPosts
