Forum Replies Created
-
AuthorPosts
-
Sascha
ParticipantHi,
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/events1. 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!
Sascha
Participantthe mo file was not compiled…
Sascha
ParticipantWell, actually it does appear and I have proceded to the translation, but it is not taken into account ?!?
Sascha
ParticipantThank you Cliff, this did the trick!
Sascha
Participant30 secondes après:
Désolé Geoff,
J’ai bien trouvé mon erreur!
Merci en tout cas, cela m’a beaucoup aidé!
à bientôt,
saschaSascha
ParticipantSuper 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
Sascha
Participanthow can i post code?
h3 class=”tribe-events-single-section-title”>Organisateur</h3
Sascha
ParticipantI have looked here, but did not understand, where I should look/add a snippet ()
again the code: ((
Organisateur
))
Sascha
Participantcliff,
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….
Sascha
ParticipantHi 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 seeCheers!
Sascha
ParticipantJetpack 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
Sascha
ParticipantGeoff,
Is voted!
It would be ridiculous……No, it actually IS ridiculous not having this!!Please close topic, thanks.
Sascha
ParticipantCliff,
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….
Sascha
ParticipantThis reply is private.
Sascha
Participantup
please advise, it’s urgent!
thank you. -
AuthorPosts
