Geoff B.

Forum Replies Created

Viewing 15 posts - 9,301 through 9,315 (of 9,860 total)
  • Author
    Posts
  • in reply to: pre-sale: change view, change translation #1079686
    Geoff B.
    Member

    Good morning p3ntagon,

    No question is a stupid question 🙂

    I am really glad you found everything you were looking for and that you like the calendar.
    We are totally looking forward to having you as a customer.

    You are always very welcome in our forums should you have any additional questions.

    Have a wonderful week,

    Geoff B.

    in reply to: Show Similar #1079684
    Geoff B.
    Member

    Good morning Ben,

    I’m glad you are going to give customization a shot.
    It’s a lot of fun and there is a lot you can learn from doing that.

    You might also want to take a look at our functions archive while you are at it.

    To answer your question:

    Am i right in thinking that the file:
    /wp-content/plugins/the-events-calendar/src/views/single-event.php

    is the file needed to edit for the main event page? (ie the one with all the info, pics, maps etc)

    That would totally work. However, since the single view is the only one that includes all of the information above.

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: pre-sale: change view, change translation #1078612
    Geoff B.
    Member

    Good evening p3ntagon and welcome to the Events Calendar forum!

    Thank you for your interest in our products and we’ll be glad to answer your questions.

    1) where can i change the “standard-view” when a user opens the calendar-site ? now i have the “month-view” but i want it to change to the “list-view” as the standard view.

    You can change that in Events -> Settings -> Display (look for default view)

    2) i could change the translation of the “events in” at the top bar of the standard view (where the date-field is below). but i could not change or find the IN in the .mo file.

    I am not exactly sure where you would like to change the translation. Would you mind providing me with a screenshot (through imgur, dropbox, etc..) ?

    Have a good week-end,

    Geoff B.

    in reply to: user access #1078607
    Geoff B.
    Member

    Good evening Leo and welcome to the Events Calendar forum!

    Thank you for your interest in our products and we’ll be glad to answer your questions.

    Yes, absolutely.

    You can customize what a user role can do exactly to your liking using a plugin such as Members.
    In fact, you should read the following entry from our knowledge base to get you started.

    Let me know if that helps.

    Have a great day!

    Geoff B.

    in reply to: How to Display Full Calendar #1078601
    Geoff B.
    Member

    Good evening Jennifer and welcome back!

    Thank you for reaching out to us.
    We will gladly try to assist you on this topic.

    Currently, we unfortunately do not have an easy way to do this.

    The best solution for now would be to do a template customization (building a special page template) reading our Themer’s guide as a starting point.

    Without getting technical, the reason for this is that currently the full calendar is actually not a “real” page.

    Shannon is right, Event Rocket could be used, but the issue is that it is no longer supported since version 4.0 of our plugins.
    As such, it might result in odd behaviours, so I can’t really recommend it.

    The good news is that we are currently working at making this a shortcode for our Pro add-on.
    Unfortunately, I cannot commit to a release date at this point. But stay tuned!

    I wish I had a better answer for you, but for now it’s the best one I have.

    Have a good week-end,

    Geoff B.

    Geoff B.
    Member

    Good evening Ismail and welcome back!

    Thank you for reaching out to us. We are sorry to hear about the nasty display issue you are dealing with.
    We will gladly try to assist you on this topic.

    At first glance, it looks like the wpautop filter from WordPress is kicking in and adding a bunch of <p> tags on your main event page 🙁

    It’s less than ideal, but could you try the following suggestion and see if that makes a difference ?

    Let me know how that goes.

    Best regards,
    Geoff B.

     

    in reply to: Is it possible to allow anyone to edit anyone's event? #1078585
    Geoff B.
    Member

    Good evening Guadalupe and welcome back!

    Thank you for reaching out to us.
    We will gladly try to assist you on this topic.

    I am wondering if it is possible to let anyone edit an event on the calendar ?

    The answer is yes, although, combined with anonymous event submission (users not logging in) you will have little control over tracking who did what.

    What you will need to do to achieve this is grant the visitor role additional capabilities. To get started, I recommend reading this post.

    Let me know if that helps.

    Have a great day!

    Geoff B.

    in reply to: Translation of Sales report #1078575
    Geoff B.
    Member

    Good evening Jesper and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    We will gladly try to assist you on this topic.

    As a first troubleshooting step, could you please provide us with your system information in a private reply ?
    That will allow me to tell you where the translation file is (it might be in your e-commerce plugin).

    Have a good week-end,

    Geoff B.

    in reply to: strange links to venues doesn't seem to work after update #1078571
    Geoff B.
    Member

    Good evening Alexander and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the issue creeping up again 🙁
    We will gladly try to assist you on this topic.

    I know you already provided your system information in your previous thread, but could you resend the latest one you have in a private reply ?

    Out of curiosity, could you also try re-saving one of the events and telling me if that has any impact ?

    Have a good week-end,

    Geoff B.

    in reply to: Show Similar #1078557
    Geoff B.
    Member

    Hello again Ben,

    Thank you for your pursued interest.

    Is there a way of displaying a list of similar events?

    Most probably.
    You would have to modify (template customization) the search behaviour from the filter bar using our Themer’s guide as a starting point.

    You would need to decide on a criteria to establish what is a similar event (probably the event’s category or tag).

    Is it possible to add a link that takes you through to the pre populated search page?

    Yes, it would be. Once again that is a template customization.

    If you are struggling with such customizations, you might consider hiring one of our recommended customizers.

    Have a good week-end,

    Geoff B.

    in reply to: Event Search #1078548
    Geoff B.
    Member

    Good evening Ben and welcome back!

    Thank you for reaching out to us.
    We will gladly answer your question.

    Is there a way of including the events in the wordpress search results? For exampl I would like to search for April and see all April events – I have tried tagging the event with April but this has not worked.

    That’s a great question. The short answer is yes, but it is not really a built-in feature. Let me explain.

    The basic WordPress search functionalities are fairly limited.
    As a result, may search plugins have popped up to make the search engine more customizable (including on custom post types such as events).

    Other people have decided to fix this in the WordPress theme they are using. As such, most themes have a different way to go about search (what is searched and what is returned). You could probably get a sense of that by going through your theme’s search.php, archive.php and functions.php (if there’s any customization).

    So in short, there are 2 things you could do:

    1. Find an enhanced search plugin that you like and lets you do what you are looking for
    2. Try to add rules to your theme’s search behaviour

    Let me know if that helps.

    Have a great day!

    Geoff B.

     

    Geoff B.
    Member

    Bonsoir monsieur Debeix,

    Merci de nous avoir écrit.

    Je suis allé visité votre site et j’ai de bonnes nouvelles pour vous.
    La raison pour laquelle la case pour le nombre de billets ne s’affiche pas bien est qu’il y a une règle CSS dans votre gabarit WordPress qui l’empêche de le faire.

    Plus spécifiquement, la règle touchant l’élément .woocommerce .quantity .qty (width: 3.631em)

    Je vous invite à ajouter la règle de CSS suivante à votre gabarit:

    https://gist.github.com/GeoffEW/419806d4cca7f8786522

    Bon week-end,

    Geoffroy

    in reply to: Still not fixed with new update #1078539
    Geoff B.
    Member

    Good afternoon,

    Our apologies about the closed thread. Please note that this is actually non-intentional.
    I won’t bore you with the technical details, but the support droid tends to close some thread that are inactive automatically.

    In any case, we’ll keep an eye out for that, thank you for your understanding.

    As for the issue not being fixed, even after the latest update. I think we are due for a fresh look on the issue at hand.
    With that in mind, I read all of the previous threads from the beginning (including the comments from other users).

    There are 3 things I would ask of you before pursuing this:

    1. Could you please forward your current system information in a private reply ?
    2. I noticed that you did not reply to the request of going through the testing procedure. Could you please do that (go through the procedure and share your results about the issue) ?
    3. Could you tell me what are your current time zone settings both in WordPress and in the Events Calendar ?

    Have a good week-end,

    Geoff B.

    in reply to: Community Events: Can't add event, error 404 #1078507
    Geoff B.
    Member

    Good afternoon Oscar,

    Wow! What a great catch!

    We will absolutely correct that to avoid further confusion.

    Thank you for sharing your solution. I’m sure this will benefit other users as well.

    Have a good week-end,

    Geoff B.

    in reply to: Conflict with Minimalix theme #1078501
    Geoff B.
    Member

    Good afternoon Ciaran,

    This is awesome. Good job!

    Thank you for sharing your solution.

    Have a good week-end,

    Geoff B.

Viewing 15 posts - 9,301 through 9,315 (of 9,860 total)