indrakubicek

Forum Replies Created

Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • in reply to: Location search seems to be mostly broken #232944
    indrakubicek
    Participant

    Thanks Casey, that does make sense, yes.

    in reply to: Location search seems to be mostly broken #229993
    indrakubicek
    Participant

    Ah 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?
    Thanks

    indrakubicek
    Participant

    Great, 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!

    in reply to: Add prices to photo view #229584
    indrakubicek
    Participant

    Thanks 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

    in reply to: Get rid of numbers in list widget #229533
    indrakubicek
    Participant

    OK, 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.

    in reply to: Title page on Photo mode #224420
    indrakubicek
    Participant

    Any 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?

    in reply to: Get rid of numbers in list widget #224360
    indrakubicek
    Participant

    OK, 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?

    in reply to: Get rid of numbers in list widget #224318
    indrakubicek
    Participant

    Have also tried
    ol.hfeed.vcalendar {
    list-style-type: none;
    }

    in reply to: Search field for "NEAR" is broken? #194180
    indrakubicek
    Participant

    Searching 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?

    in reply to: Upcoming Events Widget Error #194087
    indrakubicek
    Participant

    jokesonme: 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!

    in reply to: Since upgrade upcoming events widget shows no events #194082
    indrakubicek
    Participant

    OK, so removing and re-adding the widget seemed to make it work again for me 🙂

    in reply to: Since upgrade upcoming events widget shows no events #194080
    indrakubicek
    Participant

    Same 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.

    in reply to: Upcoming Events Widget Error #194069
    indrakubicek
    Participant

    I also didn’t edit any files.

    in reply to: Upcoming Events Widget Error #194064
    indrakubicek
    Participant

    My upcoming widgets list has also broken following the update to 3.6 🙁

Viewing 14 posts - 16 through 29 (of 29 total)