Gustavo Bordoni

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 400 total)
  • Author
    Posts
  • in reply to: Link to an event or the events page is not (always) working #939302
    Gustavo Bordoni
    Keymaster

    Hi JG,
    I’m very glad to know that you were able to solve your issue, I’m marking the correct answer and closing this topic.

    My Best Regards,

    Gustavo Bordoni
    Keymaster

    Hi Taylor,

    Are you seeing the same error as Kelleen? If not please can you create a forum thread for your problem? It will make the support much easier for both of you.

    My Best Regards,

    in reply to: Call the title #938896
    Gustavo Bordoni
    Keymaster

    Can you send me which error happened?

    Thanks,

    in reply to: Call the title #938890
    Gustavo Bordoni
    Keymaster

    Hi Hunter,  the code you provided should be as the following:

    <?php echo '<a href="' . get_field( 'instagram' ) . '" target="_blank">'  . get_the_title() . '</a>'; ?>
    

    Check if the code above resolves your issue, if not I will help you faster if you provide me the full file, via http://codebin.org/

    My Best Regards,

    Gustavo Bordoni
    Keymaster

    Hi Melody,

    One of the lines of the snippet I’ve sent your should remove the buttons (remove_action), to make sure that this code I’ve sent you remove the old buttons I need to know which version of the plugin you are currently on.

    About changing the text and make it go inside of the details box you can use the snippet below:

    https://gist.github.com/bordoni/b48f70d6ba65a53a09c2

    If there is anything else that I can help you with, please reply here and I will try to help.

    in reply to: display one time events before recurring events #938878
    Gustavo Bordoni
    Keymaster

    Hi Jen,

    Let me try to explain how it works on this case, the photo view at least.

    The WordPress structure will allow you to change the the ordering by groups, the thing with chronological is that the WP_Query considers time too, which makes a smaller grouping hard to exist, since to be a group 2 events have to be at the the exact same time.

    You can take a look at how the WordPress does the ordering, which can be filtered for our Photo View using one of this two actions:

    • tribe_events_parse_query
    • tribe_events_pre_get_posts

    It’s not a trivial task as I said before, it requires a lot of attention because it might break queries on other pages.

    You best bet would be to either change the CSS to make it easier to find, or separate it in two different pages. One for recurring and other for one time events.

    Both solutions will require a bit of tech knowledge and time.

    Sorry if I wasn’t able to solve your issue this time Jen… =(

    My Best Regards,

     

     

    in reply to: Recurring event info tooltip broken in events list widget #938770
    Gustavo Bordoni
    Keymaster

    Hi Susan,

    Thanks for reaching out to us in this moment.

    To be able to help you further here I will ask you two things, first is to send me a Link of where this is happening so that I can test and see if I find the source of the problem.

    In the meantime please double check if you did everything that is pointed out in our Testing for conflicts page.

    My Best Regards,

    in reply to: Attendee List Report – is there an update? #938763
    Gustavo Bordoni
    Keymaster

    Hi Sonya,

    Thanks for reaching out to us, this makes us keep what’s really important for our users in check.

    We are on the end of the cycle of a Release that should come out real soon, version 3.10, so on this next released version you will not see this change since it’s already in beta stages.

    The next week we are going to start talking about which are going to be our priorities for the next release, so what I will do here is make sure this is pointed out in the in our internal conversations.

    Since the plugin is a huge project and depends on a lot of people’s work, I can’t give you any estimates but I can say one thing, rest assured that I will try my best to see if we can fit this request to this release.

    I hope that in the near future we can deliver this feature to all our users, it’s a important one for sure.

    My best Regards,

     

    in reply to: Switching months doesn't work #938759
    Gustavo Bordoni
    Keymaster

    Hi René,

    Thanks for reaching out to us on this time of trouble.

    You issue seems to be related to a server problem because it’s related to the PHP function ob_get_clean() not returning the correct output, which tends to happen when your server runs out of memory for some reason.

    Can you talk to your hosting service and ask if they can make your Memory Limit a bit higher?

    Just to double check, have you tried to do everything on the Testing for Conflicts page? If you didn’t please do, because I did some testing and this doesn’t seem to happen on any of the servers I have here.

    If that doesn’t solve your issue come back here and I will try to help you further.

    My Best Regards,

    Gustavo Bordoni
    Keymaster

    Hi Melody,

    Thanks for reaching out to us, there are two possible solution for your question I will post both of them here and it’s up to you to decide which one fits your needs better.

    https://gist.github.com/bordoni/20c50131390384b308b3

    If this doesn’t solve your request, please don’t hesitate to come back here and I will try to help you further.

    My Best Regards,

    in reply to: Call the title #938750
    Gustavo Bordoni
    Keymaster

    Hi Hunter Wilson,

    Thanks for coming here to the forums, I want to help you on your issue, but to do so I will need to see the full code of your <b>single-event.php</b>.

    Other than that the default HTML for a link with the post title would be:

    <a href="<?php echo get_permalink(); ?>"><?php the_title(); ?></a>
    

    My Best regards,

    Gustavo Bordoni
    Keymaster

    Hi Nicole,

    Thanks for reaching out to us, can you send my way a link of where both of this problems happen so I can help you find where is the source of the issue?

    In the meanwhile please don’t forget to see our Testing for Conflicts page as the issue you are describing seems like a problem with some CSS rule of some sorts.

    My Best Regards,

    in reply to: display one time events before recurring events #938734
    Gustavo Bordoni
    Keymaster

    Hi Mauitime,

    Thanks for explaining it further for me, but unfortunately that is something that would be hard to resolve with a simple snippet, because that changes a behavior that is not from our plugin but from WordPress itself.

    I would like to say that you should change the Styles for the one time events so that they have a bigger space on the user screen.

    Sorry if I wasn’t able to solve your issue, but if you have any other problems with our plugin please don’t hesitate to comeback here and we will try to help you.

    My Best Regards,

    in reply to: display one time events before recurring events #938637
    Gustavo Bordoni
    Keymaster

    Hi mauitime,

    Before I can try to help you further I would like to know in which type of Event View you would like to change the order?

    Thanks for your time, and my Best Regards.

    in reply to: Link to an event or the events page is not (always) working #938632
    Gustavo Bordoni
    Keymaster

    Hi JG,

    Unfortunately there is a conflict on the way your theme is loading the page and our plugin’s single event page behavior, I think it’s linked to the way your theme does the AJAX loading of the page.

    This was the error given by the page:

    Uncaught TypeError: Cannot set property 'w' of undefined
    

    And from what I can tell it’s originating from the method _doRender on the file ajaxify.js?ver=4.8.1 line 808.

    I would suggest you try to take this problem and report to the Theme developer, since he is more familiar to the way the theme works so he would be able to help your further than me here.

    Sorry that I wasn’t able to help you more, My Best Regards.

Viewing 15 posts - 376 through 390 (of 400 total)