Sascha

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • in reply to: Search bar Date #1211305
    Sascha
    Participant

    Hi,

    First of all: Happy New Year to all of you!

    I am still struggling with the search bar date.
    Could you please have a look here: https://www.toquesgrandval.fr/events

    1. When I enter and validate a date nothing really happens. i.e.: when I want to search in february, I enter a date on february, hit enter and no filtering is happening.
    2. What about the mini-calendar showing up (by the way crossed by the month heading -> not really nice!)? There is no possible interaction…
    3. How could I possibly get a nicer page look by lowering the width?

    Thanks for your help!

    in reply to: event-ticket-plus "available" translation #1206330
    Sascha
    Participant

    the mo file was not compiled…

    in reply to: event-ticket-plus "available" translation #1206322
    Sascha
    Participant

    Well, actually it does appear and I have proceded to the translation, but it is not taken into account ?!?

    in reply to: Where can I find this string? #1206022
    Sascha
    Participant

    Thank you Cliff, this did the trick!

    in reply to: Header/Title and bookmark/link name change #1205136
    Sascha
    Participant

    30 secondes après:

    Désolé Geoff,

    J’ai bien trouvé mon erreur!

    Merci en tout cas, cela m’a beaucoup aidé!

    à bientôt,
    sascha

    in reply to: Header/Title and bookmark/link name change #1205134
    Sascha
    Participant

    Super Geoff, ça marche à merveille!…….pour 1 seul changement seulement.

    J’ai 3 changements à faire. Comment les ajouter les uns après les autres dans le fichier functions.php?

    J’ai essayé plusieurs manières, mais en collant une fonction après l’autre, j’obtiens une page blanche…

    Merci de ton aide!

    Sascha

    in reply to: Header/Title and bookmark/link name change #1204661
    Sascha
    Participant

    how can i post code?

    h3 class=”tribe-events-single-section-title”>Organisateur</h3

    in reply to: Header/Title and bookmark/link name change #1204660
    Sascha
    Participant

    I have looked here, but did not understand, where I should look/add a snippet ()

    https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/?q=/renaming-the-calendar-to-something-other-than-calendar-of-events/

    again the code: ((

    Organisateur

    ))

    in reply to: Wrong time format/zone showing – URGENT #1204609
    Sascha
    Participant

    cliff,

    Me again. And again bringing you the solution. None of your: verify versions, download, license key, update, “the-error-only-can-be-yours-blabla”….

    Sorry Cliff and the other guys, I have said it before and keep it up: your business is not very serious, as far as I am concerned! I am very sorry, but I know I paid quite some money for your plugin and extension and you definitely don’t know much about time formatting in WordPress, even so you’re making money with a calendar and ticketing application……find the error.

    Here’s the solution:

    go to wp-content/theme/plug-in/the-event-calendar.php and edit (get) date line as follows:

    echo tribe_get_start_date($post, false, $format = ‘H:i a’ ) . ‘ – ‘ . tribe_get_end_date($post, false, $format = ‘H:i a’ );

    where according to: https://codex.wordpress.org/Formatting_Date_and_Time

    small “h” is 12-hour mode and capital “H” is 24-hour mode.

    Hope this can help someone….

    in reply to: Wrong time format/zone showing – URGENT #1204510
    Sascha
    Participant

    Hi there,

    Thank you for your hints. I will not be able to set up a testing environment at this time.

    I have been digging a bit deeper and found that probably your plugin is not to be be accounted for the presentation error, as I found this Goodlayer code:
    <div class=”gdlr-event-list-date-info gdlr-skin-info”> (<i class=”fa fa-clock-o”></i>02:30 – 04:00 </div>)

    The time presentation error seems to be dued to the skin info interpretation.

    I submitted a ticket at goodlayers support…
    We’ll see

    Cheers!

    in reply to: Related Events #1203795
    Sascha
    Participant

    Jetpack has its fingers there.

    To remove related posts on bottom of page, paste this code into /theme/functions.php

    function jetpackme_remove_rp() {
    if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
    $jprp = Jetpack_RelatedPosts::init();
    $callback = array( $jprp, 'filter_add_target_to_dom' );
    remove_filter( 'the_content', $callback, 40 );
    }
    }
    add_filter( 'wp', 'jetpackme_remove_rp', 20 );

    cheers

    in reply to: Ticket/Cart Image not showing #1203782
    Sascha
    Participant

    Geoff,

    Is voted!
    It would be ridiculous……No, it actually IS ridiculous not having this!!

    Please close topic, thanks.

    in reply to: Wrong time format/zone showing – URGENT #1203719
    Sascha
    Participant

    Cliff,

    Thank you for your suggestions.

    The error must be somewhere in the specific Event-“Ticket” presentation, as time shows up correctly elsewhere!

    Switching to another theme will lead to loose too much of , so I certainly won’t do that. By the way, I cannot understand why developers still continue to give such advice….

    in reply to: Wrong time format/zone showing – URGENT #1202991
    Sascha
    Participant

    This reply is private.

    in reply to: Wrong time format/zone showing – URGENT #1202772
    Sascha
    Participant

    up

    please advise, it’s urgent!
    thank you.

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