Geoff B.

Forum Replies Created

Viewing 15 posts - 7,171 through 7,185 (of 9,860 total)
  • Author
    Posts
  • in reply to: Mini-Calendar Widget default view & problem #1149283
    Geoff B.
    Member

    This reply is private.

    in reply to: Translation strings and google map #1149215
    Geoff B.
    Member

    Bonsoir Philippe,

    Je suis bien heureux de savoir que les strings translations ne font plus ramer votre site!

    Attaquons-nous donc aux soucis restants.

    Par exemple, les jours de la semaine.

    Cette traduction est normalement gérée (sauf en cas “d’override”) par les fichiers .po et .mo de WordPress.

    Idéalement, vos réglages à cet effet devraient ressembler à la capture d’écran suivante.

    days

    Ou encore le titre du widget Event Calendar sur la home page.

    Pour arriver à faire ça, vous avez quelques options qui s’offrent à vous.

    1. Lire attentivement le guide suivant: https://wpml.org/documentation/getting-started-guide/translating-widgets/
    2. Utiliser le plugin Widget Logic: https://wpml.org/2011/03/howto-display-different-widgets-per-language/

    Personnellement, j’ai tendance à utiliser Widget Logic, car je trouve ça plus direct.

    Donnez-moi des nouvelles de ce que ces suggestions donnent de votre côté.

    Salutations,

    Geoff B.

    in reply to: Email notification for new Users but not new Events #1149206
    Geoff B.
    Member

    Good evening Charles,

    I’m stoked that this was useful to you!

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

    in reply to: emails woo commerce #1149157
    Geoff B.
    Member

    Good afternoon Amanda,

    I’m super stoked that this is finally working for you.

    Is there anything else I can help you with on this topic ?

    Best regards,

    Geoff B.

    in reply to: add a date range selector in the search bar #1149153
    Geoff B.
    Member

    Good afternoon Kimberley,

    Thank you for voting on this. We are absolutely looking forward to seeing more votes on this one too!

    As a side note, you can also browse user voice and vote for any other feature you feel would be useful to you: https://tribe.uservoice.com/forums/195723-feature-ideas

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

    in reply to: Hoping to Change the Price Description Verbiage #1149149
    Geoff B.
    Member

    Good afternoon Bryan,

    I’m super stoked that this worked for you.

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

    in reply to: Duplicate i #1148510
    Geoff B.
    Member

    This reply is private.

    in reply to: Hoping to Change the Price Description Verbiage #1148509
    Geoff B.
    Member

    Good evening Bryan and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The good news is that there are 3 different ways to accomplish what you want:

    1. Use the snippet found here in your WordPress theme’s functions.php
    2. Customize the view completely using template customization. You might want to read our Themer’s guide to get a sense of how that works.
    3. Finding the string you want to modify in our language files and changing it

    Let me know if that helps.

    Have a great day!

    Geoff B.

    in reply to: Monthly Calendar page not loading #1148508
    Geoff B.
    Member

    Good evening Robin,

    I’m sorry to hear your issues are still persisting.

    The next step would be to go through our testing for conflicts procedure (preferably in a staging/dev environment or local install of your WordPress website) and let us know what you find out.

    Basically the goal here is to revert back to a bare WordPress installation to see if the problem persists. It also allows us to pinpoint what the cause of the issue is.

    As a note, this include theevents calendar: shortcodes version 999 by modern tribe, inc & nicasio, llc.
    I have not seen this plugin in action for a long time. I actually think you might no longer need it.

    The timeout setting does not have to be higher than on a normal install. That being said, you might want to ensure that you have at least 96MB allocated to WordPress memory either in your php.in or in wp-config.php (depending on your server).

    Finally, I suggest giving a shot to the “enable caching” for the monthly view under Events -> Settings -> Display

    Let me know how that goes.

    Best regards,
    Geoff B.

    
    
    		
    	
    in reply to: Changing Text In Certain Areas Of #1148507
    Geoff B.
    Member

    Good evening Donavan and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Unfortunately, I cannot see your page as it requires login.

    But, the good news is that there are 3 different ways to accomplish what you want:

    1. Use the snippet found here in your WordPress theme’s functions.php
    2. Customize the view completely using template customization. You might want to read our Themer’s guide to get a sense of how that works.
    3. Finding the string you want to modify in our language files and changing it

    Let me know if that helps.

    Have a great day!

    Geoff B.

    Geoff B.
    Member

    Good evening Thomas,

    That’s awesome news.

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

    in reply to: cannot delete event series #1148349
    Geoff B.
    Member

    Good afternoon Vicki,

    Congratulations on getting this far.

    You are almost there! The error message is because you have included “*/” in the query.

    The actual query to use should look like:

    delete a,b,c,d
    FROM wp_posts a
    LEFT JOIN wp_term_relationships b ON ( a.ID = b.object_id )
    LEFT JOIN wp_postmeta c ON ( a.ID = c.post_id )
    LEFT JOIN wp_term_taxonomy d ON ( d.term_taxonomy_id = b.term_taxonomy_id )
    LEFT JOIN wp_terms e ON ( e.term_id = d.term_id )
    WHERE a.post_parent = 12421

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: Stop sending ticket emails on RSVP #1148340
    Geoff B.
    Member

    Hey Jesper,

    I’m super stoked that you managed to solve all of your issues.

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great weekend!

    Geoff B.

    in reply to: How are the Woo Products created? #1148339
    Geoff B.
    Member

    Good afternoon Nathan,

    I did a bit of research and here is the answer to your question.

    WooCommerce tickets are created via event_tickets_woocommerce_ticket_created which is found in event-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php

    Let me know if that helps.

    Have a great day!

    Geoff B.

    Geoff B.
    Member

    Good afternoon Hansjoerg,

    Thank you for the info and clarifications.

    The correct widget to use from your list would be “Veranstaltungsliste”.

    I do see the event list shortcode in action in the under ERZIEHUNG – PUPPIES …. – WELPENSPIELGRUPPE

    The good new is that the shortcode is working. But the look is terrible!
    I took a look at that page HTML and there is something pretty odd going on.

    It seems like the shortcode on that page is wrapped in

     tags and that there is a weird link at the top of it
    
    
    <!-- Event -->
    
    
    I would recommend cleaning up the text area in which the shortcode is used (by going to the "text" version of the editor) to make sure there is nothing before it or "around it".
    
    Let me know how that goes.
    
    Best regards,
    Geoff B.
Viewing 15 posts - 7,171 through 7,185 (of 9,860 total)