Brook

Forum Replies Created

Viewing 15 posts - 3,706 through 3,720 (of 4,796 total)
  • Author
    Posts
  • Brook
    Participant

    Since this has gone a bit without a response I am archiving it. Thanks for posting!

    – Brook

    in reply to: Overriding WP_query per template #705120
    Brook
    Participant

    Thanks for marking this resolved! Glad it worked.

    – Brook

    in reply to: Google Calendar not displaying #701730
    Brook
    Participant

    Hmm, I can see where you are coming from. The answer is no, there is only one API pull. Google then takes it from there, and includes teh stuff it needs for the current device based on that pull.

    – Brook

    Brook
    Participant

    Thanks for your understanding!

    I really appreciate the offer to have a look. That is very awesome of you. We actually do have access to their stuff. Though if we were to create a feature that access would mostly only helps us to copy their ideas, not implement them. And we try not to copy others ideas. Rather we keep our ear to the ground for feedback from the users, and our minds alert to different possibilities.

    To that end, if there is a feature of there’s that you would like implemented here could you suggest on our official suggestion board? I searched around and did not see any body that had already done so. You might say something like “Allow bulk importing of any event within a users calendar”, something that summarizes it for those who only read the title. I did not see anything like that already suggested and being voted on, so it would be a welcome addition.

    Thanks again. I hope you enjoy our plugin.

    – Brook

    in reply to: Event & Recurring Events #701695
    Brook
    Participant

    Hello again,

    I wanted to give you an update now that we have ironed out our plans. We are realistically too close to our next plugin release to be able to integrate a fix for this. There is a certain point at which our codebase freezes so no more changes are made, and then we start testing everything for quality and bugs. We are too close to that deadline.

    But we would like to prioritize it after that. In the mean time one other option revealed itself. Pasting this snippet in your functions.php *might* solve the timeshift issues, but it also runs the risk of messing up other plugins that changed it in the first place.

    Cheers!

    – Brook

    in reply to: Image size in Event List / Event Single View #701032
    Brook
    Participant

    Howdy ddbuster,

    If none of the various WP attachment sizes like full, medium, small, etc. are working ten it seems likely your theme overrode it. You should be able to pass an array of values instead. For instance:

    tribe_event_featured_image(
    null,
    array(
    1920, //Width in pixels
    1080 // Height in pixels
    ));

    Did that work for ya? Please let me know. Cheers!

    – Brook

    in reply to: Calendar page menu item not highlighted #701013
    Brook
    Participant

    Howdy corre,

    Basically how our plugin is designed it does not jive well with themes that do menu highlighting. Since this is clearly something you would like to see, please throw your support behind this feature suggestion. If our calendar was includable as a shortcode then it would support this sort of thing.

    The work around I would suggest would be to add another rule to your menu highlight CSS. The body tag is filled with classes that only appear on this page. So you could select that body tag and then the menu item you want highlighted. For example:

    body.tribe-theme-parent-Avada .menu-item-127{...}

    Something like that will allow you to select the element, and apply whatever styles you need.

    Does that make sense? Did that work for you? Let me know. Cheers!

    – Brook

    in reply to: Show Featured Image on Events page? #701004
    Brook
    Participant

    Howdy akcorcoran,

    I am happy to help walk you through that. In order to add a featured image to the events list page you are going to need to create a custom theme. If you are familiar with WP Theming then you could create a page template with a static featured image. Add the featured image directly before the content loop, and it will appear where you wanted it. If you only want it to appear on list pages, then you could wrap it in the following conditional:
    if(!is_single()){ //insert your image here }

    You can also modify any aspect of our theme’s by following our themer’s guide. That would work good as well.

    Did that answer your question? Please let me know if I can assist with clarifications or anything. Cheers!

    – Brook

    in reply to: Hiding Passed Events on Tag Page. #700357
    Brook
    Participant

    Excellent! Please feel free to open a new topic should you ever have more API questions. I am going to archive this one since it is resolved. Cheers!

    – Brook

    in reply to: "events pro" and "simple credits" plugin #700352
    Brook
    Participant

     

    Since this topic answered I am going to archive it. Thanks for getting back to us Juri!

    – Brook

    in reply to: Event & Recurring Events #700342
    Brook
    Participant

    That is no doubt the result of the same conflict. Assuming it is not possible to disable Series Engine, then some more work is ahead for you to integrate the two.  The easiest way to integrate them is going to be to search Series Engine’s code for “date_default_timezone_set“. You might be able to comment out the line that added this, though there is a fair possibility that could cause problems for Series. You could check the code in Series that runs it, and then after it has run set the timezone back to the WP default using the same function, that way it is proper when The Events Calendar loads it and there are no glitches. Finally, if you are willing to risk that there are not other areas of our plugin that will glitch (something I can not guarantee)  then you could have your programmer take a look at our iCal exported and apply a fix modeled after the first one.

    Due to the sheer amount of reports we have seen about this in recent weeks I believe a recent Series Engine update has started this whole timezone tug of war. It might be possible that downgrading to an older version, maybe one that is 2+ months old will resolve it? Or, it might be possible for you to just wait on our solution. To be super open, we do not yet have a fix in the work. I did just contact the gent who makes those decisions though, and I am sure he will put it on the docket as quick as reasonably possible.

    Hopefully one of those 5 options will work for you, Adrian. Please let me know how it goes. Thank you!

    – Brook

    in reply to: calendar widget : AJAX troubleshouting #700305
    Brook
    Participant

    Excellent! Glad I could help. I hope to see you around the forums should you need any assistance again. Since this topic is answered I am going to archive it. Cheers!

    – Brook

    in reply to: Community Events Payments #700300
    Brook
    Participant

    Since this topic is answered I am archiving it. Please direct any other questions to a new topic. Cheers!

    – Brook

    in reply to: Upcoming Events Widget #700295
    Brook
    Participant

    Howdy Becky,

    I hope you were able to get that padding adjusted. Since this topic appears to be inactive we are going to archive it. If you do still need assistance with this or anything else, feel free to open a new topic and we’ll be glad to help. Cheers!

    – Brook

    in reply to: Do I need PRO & Community Events? #700284
    Brook
    Participant

    Good to know. I am glad you shared your feedback. While our prices are not set in stone they are directly affected by the size of the team it takes to develop, QA, and support these plugins. We do our best to cut costs where possible, but quality is certainly more important.

     

    I hope your other solution fills your needs. Happy developing!

    – Brook

Viewing 15 posts - 3,706 through 3,720 (of 4,796 total)