Forum Replies Created
-
AuthorPosts
-
Geoff B.
MemberBonsoir Julie,
Merci pour ces precisions.
Voici quelques reponses.
La barre grise avec lettrage blanc provient de votre theme WordPress.
Comme la page du calendrier complet n’est pas une “vraie” page, mais plutot une archive, cela vous laisse 2 options:- Voir si le fait de modifier le reglage sous evenements > reglages > affichage (modele – menu deroulant) a “page par defaut” ne fait pas le travail
- Creer une petite personalisation a l’aide du themer’s guide de notre section de support. Essentiellement, il suffirait de “voler” la structure et les classes CSS de votre theme et de les ajouter a la vue du calendrier complet.
Au niveau des balises pre et post contenu, vous avez entierement raison. Elles ne semblent pas passer par gettext. Par consequent, elles ne sont pas traduites.
Je vais donc ouvrir un billet pour faire corriger le tout. Toutefois, le tout pourrait prendre un moment.
A court terme, je vous recommenderais de “hardcoder” le tout a meme une personnalisation de modele.
Finalement, pour ce qui de l’extrait sur mobile ou le lien ne s’affiche pas, je crois que j’ai une astuce de contournement pour vous. Je vous reviens la-dessus demain.
Si les personnalisations sont un peu hors de votre portee, je vous propose de m’en charger. Toutefois, pour ce faire, ca me prendra une copie de votre theme / theme enfant dans un fichier .zip via un lien dropbox ou Google drive.
Toutefois, pour des raisons techniques, je ne pourrais faire le tout que vendredi soir (en comprenant bien que vous devez lancer votre site sous peu).
A demain,
Geoff B.Geoff B.
MemberThis reply is private.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberGood evening Kimberley,
Thank you for the files.
Could you also send your latest system info as requested above ? That would be super helpful for troubleshooting purposes.
I will run some tests and get back to you tomorrow.
Cheers,
Geoff B.
Geoff B.
MemberGood evening Sarah,
You were actually very close.
I suggest the following code instead
.tribe-events-calendar th {
background-color:#45453A;
color:#FFFFFF;
}Of course, you can adjust the colours to your liking.
Let me know how that goes.
Geoff B.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberGood evening Bill,
Awesome! I will still keep the bug ticket open on our end.
As your original donation plugin has a fairly low number of users for now, hopefully this will not impact too many users.
But the important part is that you found a viable workaround.
Kudos for that!For now, I am going to close this thread, but you are welcome back in our forums anytime!
Cheers,
Geoff B.Geoff B.
MemberGood evening Keith,
This is great. Thank you again for sharing.
I am glad this seems to fix the Paypal issue.
To be fully transparent, I am not exactly sure why you had the issue in the first place.But it seems likely that the initial snippet caused the order to temporarily go to “complete” (which triggered the ticket email). The failed Paypal transaction the reverted the order status to a different status. In turn, the original snippet kicked in again, which resent the ticket as the order was set to “complete” for a second time.
So, in my humble opinion, the safest approach would be to ensure that payment is complete prior to firing the “Auto Complete” snippet.
But, as with all things, there are many ways to do things.
The important part is that it works! 🙂For now, I am going to close this thread, but you are welcome in our forums any time.
Cheers,
Geoff B.
August 23, 2016 at 10:20 pm in reply to: TEC Pro: no widget events found in Google structured data testing tool #3 #1155210Geoff B.
MemberGood evening @mathamatix,
Thank you for chiming in.
The answer to that question is that release is imminent since it only has to go through smoketesting at this point.
If all goes well, it should make it in our next maintenance release (which happens every 2 weeks give or take).
Keep an eye out for the next maintenance release!
Cheers,
Geoff B.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberBonsoir Julye,
Oui, tout a fait, les shortcodes agiront exactement comme ce qu’ils remplacent.
Autrement dit, le shortcode du calendrier complet sera 100% responsive.
En ce qui concerne le texte pre et post html, je vais devoir faire quelques tests additionels demain et vous revenir la-dessus. Cela dit, je crois qu’il devrait y avoir moyen de passer ces champs dans le string translation de WPML.Pour ce qui est de l’en-tete personalisee, il y a plusieurs facons de faire.
Mais pour etre certain de bien vous conseiller, je veux etre bien certain de comprendre ce que vous considerez comme une en-tete personalisee.Faites-vous reference au fait que le titre se retrouve dans la section en gris ? Au fait de pouvoir changer “Calendrier des evenements” par autre chose ?
Quoi qu’il en soit, vous pouvez modifier l’affichage a votre guise, soit a l’aide de notre themer’s guide (qui permet de personnaliser l’affichage de toutes les pages et vues), soit a l’aide d’un bout de code a meme le fichier functions.php de votre theme.
Pour ce qui est de votre seconde question, je viens de faire un test avec un iPhone. J’imagine que vous faites reference au texte d’extrait qui apparait lorsque vous cliquez sur une date.
Pouvez-vous confirmer que c’est bien le cas ? Sinon, vous serait-il possible de m’envoyer quelques captures d’ecran ?
A demain,
Geoff B.
August 22, 2016 at 11:58 pm in reply to: Single event page: how to display city below event title #1154707Geoff B.
MemberHi again Rafael,
The good news is that my earlier comment still stands (except for the quick workaround this time).
You can also read about the function here: https://theeventscalendar.com/function/tribe_events_event_schedule_details/
One way to do this might be to completely replace the function call in the single-event.php file by your version of what you find in that function.
Let me know how that goes.
Geoff B.
Geoff B.
MemberGood evening Bill,
Thank you for doing the tests and for writing back to share your findings.
I am sorry to hear about that conflict.
I will relay this to our Dev team, to see if it is possible to fix on our end.
In addition to that, I would recommend contacting the plugin’s author.We will contact you as soon as a fix is found on our end. If you could do the same on your end, that would be fantastic.
Best regards,
Geoff B.
Geoff B.
MemberGood evening Bart,
I am sorry to hear that the snippet crashed the site. That is both surprising and unintended.
But I am happy that you were able to revert back to the original functions.php file.
As a side note, it is usually recommended to use a FTP software tied to a text editor rather than using the built-in WordPress editor.
That way, if anything goes wrong, it is much easier to revert back to the previous version of any file.
At this point, I think the fastest way to solve this would be to get a copy of your WordPress Theme / Child Theme in a .zip file (via a Dropbox or Google Drive link).
That way we can incorporate the changes directly in the file and test them.
While you do that, would it be possible to tell us what word you would want to replace “event” with ?
Best regards,
Geoff B.
Geoff B.
MemberGood evening Bart,
I am sorry to hear that the snippet crashed the site. That is both surprising and unintended.
But I am happy that you were able to revert back to the original functions.php file.
As a side note, it is usually recommended to use a FTP software tied to a text editor rather than using the built-in WordPress editor.
That way, if anything goes wrong, it is much easier to revert back to the previous version of any file.
At this point, I think the fastest way to solve this would be to get a copy of your WordPress Theme / Child Theme in a .zip file (via a Dropbox or Google Drive link).
That way we can incorporate the changes directly in the file and test them.
While you do that, would it be possible to tell us what word you would want to replace “event” with ?
Best regards,
Geoff B.
-
AuthorPosts
