Okay
  Public Ticket #1997998
Calendar functions
Closed

Comments

  • mochilanomada started the conversation

    Hello! I just bought the plugin. I think it's promising but I have some doubts and problems. I hope you can help me.

     

    1 - I would like that users can create an event without having to enter their e-mail. I have created a form with the builder, but if the mail option is not present in the front-end it does not allow publishing the event. Is there any way to change that?

     

    2- If I add the option for the user to enter the email when creating the event, where does that information go? I access from wordpress to the events created but the email of the user who created the event does not appear anywhere.

     

    3- I left a comment on an event using the Facebook option, but the creator of the event does not receive any notification to the mail. How can the creator know that someone is commenting on it?

     

    4- When someone responds to my comment, I receive a notification on Facebook. Clicking on it has followed this url: https://www.viajarporfilipinas.com/#!stecEventDiscussion3861.

    The home page appears and not the calendar page. Why?

     

    5- I would like to be able to change in the form the texts that appear, such as "Title", "Description", etc ... How can I do it?

     

    6- The form forces the user to choose an end date of the event. Is there any way that it is enough to select only the start date for the events of a whole day?

     

    This is all for now, thank you very much

  •  795
    Zhivko replied

    Hi,

    1. Place the email option in the builder. 

    Then open your theme functions.php file and at the bottom add this filter:

    add_filter('stec_builder_front_elements', function($elements){
        $elements['email'] = array(
            '<input type="hidden" name="contact_email" value="'.get_bloginfo('admin_email').'" />'
        );
        return $elements;
    });

    This will hide the contact email input and will set the email value to the admin email.

    2. The contact email is displayed when the event is awaiting review in the Author Info tab.

    3. I think there should be an option in facebook page settings for this.

    4. I will fix the url in the next minor update this week.

    5. I'd recommend you to install Loco Translate to edit the translation strings. You can uninstall the plugin after you've made the changes.

    6. Currently the end date is required. I'll see if we can do something about this.


    Stachethemes Developer

  • mochilanomada replied

    Hi again,


    What do you mean with "3. I think there should be an option in facebook page settings for this." ¿You "think"? You are supposed to know how own plugin works. I dont have a Facebook Page linked to my website, can you please give a solution for that?


    About question 5. I was not talking about a translation, i'm asking about if there is any way to custom the text.. without using another plugin.


    thanks

  •  94
    Valentin replied

    Question 3 is not part of the plugin. It's part of Facebook. We are simply using their comment feature.

    About question 5  you can always change text in the source code if you don't want to use plugins that are designed for what you actually need.

    Stachethemes Support
    My Time Zone is GMT+3


    Envato Profile | Facebook | Twitter | Newsletter | Rate & Review