Black line around RSVP, name and text align

Home Forums Calendar Products Events Calendar PRO Black line around RSVP, name and text align

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1260682
    Pim
    Participant

    Hi,

    I have three questions which are all about the left column in the event page.

    1) There is a black line around the ‘RSVP’ section. Can I remove this?

    2) Is it possible to change ‘RSVP’ in something else? ‘Inschrijven’ for example.

    3) The text allignment under ‘Locatie’ seems to go outside of the column. It seems like there is no padding inside the column?

    Screenshot

    View post on imgur.com

    Thanks!

    #1260752
    Courtney
    Member

    Hello Pim

    To remove the border around the RSVP section, add this CSS code to your site. You can place it in Appearance » Customize » Additional CSS.


    .tribe-tickets-rsvp table, .tribe-tickets-rsvp td, .tribe-tickets-rsvp th {border: none !important;}

    The simplest way to change the RSVP text would be to override the language files.
    You can read all about that here: https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/

    You might need to update you .po file using the pot file found in each plugin’s /lang/ folder before you do that.

    As an alternative, you can also use the following snippet and paste it in your theme’s functions.php: https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/

    And for the padding issue, I am not seeing that on my computer. What is your screen resolution and browser? I am testing on Chrome on Mac.

    padding location

    Let me know if these solutions help.

    Thanks,
    Courtney

    #1261286
    Pim
    Participant

    Hi,

    I’ve tried to modify the language files. After modifying and saving them I’ve cleared the cache and reloaded the page…. with no result? Could the language file in wp-content/languages/plugins be overwritten by the original language file in the plugin itself?

    Rest of the issues were resolved!

    Gr
    Pim

    #1261290
    Pim
    Participant

    For me the allignment looks like this:

    View post on imgur.com

    #1261799
    Courtney
    Member

    Hello Pim

    If there is a translation file for the plugin in wp-content/languages/plugins then that is the one that will be used – so you’d need to place the new files in there (but I should add, next time WP downloads a fresh translation, it will overwrite whatever is in there).

    Did you compiled to a .mo file (and not just create a new .po file)?

    Thanks,
    Courtney 🙂

    #1269326
    Pim
    Participant

    Hi,

    I’ve changed both languagefiles (in the plugin and in the general folder) but it still shows up as RSVP… I’ve cleared cache to be sure it wasn’t in there.

    The language of the form now also shows up in English instead of Dutch….

    View post on imgur.com

    #1269603
    Courtney
    Member

    Hi Pim

    1. open _wp-content\plugins\event-tickets\lang\event-tickets-nl_NL.po_ with PoEdit or the Loco Translate plugin.
    2. Look for the source string “(form heading) RSVP” and translate it. Save file
    3. If using PoEdit, the upload the _event-tickets-nl_NL.po_ and _event-tickets-nl_NL.mo_ files to _wp-content/languages/plugins_ folder.

    Let me know if this works for you.

    Thanks
    Courtney

    #1279296
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Black line around RSVP, name and text align’ is closed to new replies.