Brian

Forum Replies Created

Viewing 15 posts - 9,781 through 9,795 (of 11,256 total)
  • Author
    Posts
  • in reply to: facebook event import not working #889794
    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    Brian
    Member

    I am glad to see you were able to fix this issue.

    Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    Brian
    Member

    Ok I found the links.

    If you use this:

    #tribe-events-content #tribe-events-header .tribe-events-sub-nav li,
    #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    display: block;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    Brian
    Member

    Hi,

    You will have to use a conditional from this list:

    https://gist.github.com/jo-snips/2415009

    Something like this should work, but you may have to play around with it to get it how you would like.

    <?php if( tribe_is_month() ) {
    echo 'The Events Calendar';
    } else {
    the_title();
    } ?>

    Thanks

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #889772
    Brian
    Member

    Those conditionals look good, that should get everything in the Events Calendar.

    I do not have many snippets yet, but here is two more that might be useful:

    https://gist.github.com/jesseeproductions/95379b711c5fbf7d5825

    https://gist.github.com/jesseeproductions/8d0947375b5ba10a1b5e

    in reply to: Next Link in month view not working #889768
    Brian
    Member

    Not sure what caused it I will keep a look out for it though.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Next Link in month view not working #889170
    Brian
    Member

    Hi orgspring,

    I would like to apologize for my late reply. Our system did not kick it back to me once you replied.

    Ok so adding the Event helped the Next Link show. I see that the Event on the 31st is gone and there is still a next month link showing. So is everything working now?

    Let me know if you are still having issues and we can work something out.

    Sorry again for the late reply.

    Thanks

    in reply to: facebook event import not working #889016
    Brian
    Member

    Hi

    Sorry for the issues you are having with the Facebook Importer. I can help troubleshoot this with you.

    I was able to import the Event above adding just this ID 647876461933964 to the import field on this page:

    Events > Import: Facebook

    Automatic Imports
    For the page you would like to import events from you must only add the page id or name to the Automatic Facebook field on this page:

    Events > Settings > Facebook Tab

    In this case add just page name:

    AES.org

    To this field:

    “Organization and page usernames / IDs to fetch events from”

    I was able to import events after adding the id so all the events look good.

    I would encourage you to look at your New User Primer for Facebook as it shows exactly how to add the page ids and event ids for import.

    https://theeventscalendar.com/support/documentation/facebook-importer-new-user-primer/

    Also, we are working on the ics importer, but it is not ready yet to be released.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Change display type in widget bar #889009
    Brian
    Member

    Hi waikatodhb,

    I can help you out here. You are looking to use the Event List Widget, but have it styled like the Mini Calendar Widget Correct?

    We do not have that ability with the plugin, but I do have some coding you can drop into your theme to modify the list widget to match the mini calendar styling.

    You are going to want to take this coding:

    https://gist.github.com/jesseeproductions/83e59e6124cc87a54add

    And place it in a file name list-widget.php into your theme at this directory:

    yourtheme/tribe-events/pro/widgets/list-widget.php

    Then add this css:

    https://gist.github.com/jesseeproductions/634dabe18851e1cd7d90

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Password protected agenda page #889000
    Brian
    Member

    Hi Pascal,

    I think the idea is feasible, but we do not have that feature out of the box. However, I did a quick search and you could use a plugin to password protect some content in the Event such as the Agenda.

    This might work:

    https://wordpress.org/plugins/password-content-shortcode/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Eventbrite add-on Activate? #888993
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help resolve them with you.

    Are you talking about the License Key or the Eventbrite API key

    The License Key should be on this page:

    Events > Settings > License Tab

    The Eventbrite API key is in your user profile:

    Users > Your Profile

    Is either one showing?

    If not can you please follow our testing for conflicts guide to see if that finds a solution:

    https://theeventscalendar.com/support/documentation/testing-for-conflicts/

    Let me know what you find out and we can go from there.

    Thanks

    Brian
    Member

    Ok Sounds good.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Venue description in small column #888976
    Brian
    Member

    Ok sounds good about the comptaiblity fixes as I said in the other ticket Twenty Thirteen is close, but the absolute positioned sidebar would take a little css to work around to get it how you would like.

    The templates go in here:

    /public_html/home/wp-content/themes/twentythirteen-child/tribe-events/pro/single-venue.php

    The base for all templates is here:

    /public_html/home/wp-content/themes/twentythirteen-child/tribe-events/

    Think of the /view/ directory in the plugin as being replaced by /tribe-events/ in your theme.

    Let me know if that works.

    Thanks

    Brian
    Member

    Yeah twenty thirteen should be good for the most part it is the modifications with the absolute positioned sidebar that is a little different and just takes a little more coding to correct.

    Not sure what Safari v8.0.1 is doing, is it just the developer preview doing it or the current public release? I tested out 8.0 on Browserstack and it just had 2 columns. Unfortunately, there is not other way to test for us if it is just the developer preview. I would also like to wait until a public release is made and check with that as things will change.

    Let me know if you have anymore follow up questions.

    Thanks

    in reply to: TEC and Genesis Framework – Page Titles Incorrect #888965
    Brian
    Member

    Sounds good.  If you get the coding and would like to share please post it back here. I am working on getting all Genesis related snippets together and creating a guide for it.

    Also, let me know if have anymore questions or get stuck I maybe to help on the next step one more time.

    Thanks

Viewing 15 posts - 9,781 through 9,795 (of 11,256 total)