Forum Replies Created
-
AuthorPosts
-
October 7, 2016 at 4:35 pm in reply to: Event map in chrome ios it's not working when setting to open as computer site #1173939
Josh
ParticipantHey,
Thanks for reaching out to us!
I just tested your site on my Apple phone using Chrome and was able to get the map to zoom and work properly as expected. Were you experiencing this issue prior to switching your site to the default WordPress theme?
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantHey Math,
Thanks for following up here. I tested and it looks like it does remove all the actual additional meta from the export but not the actual core information associated with the attendee.
Some quick test caused some fatal errors with trying to remove the other information here. Not positive on the best approach for modifying to prevent those errors. On the other hand, with just the three columns, what is preventing from being able to justĀ grab that columns from the CSV using something like Excel or other?
Thanks!
Josh
ParticipantHey Craig,
Thanks for reaching out to us!
Looking at the list of plugins in the system information above, I don’t see the Events Calendar PRO listed as being active on your site. The shortcodes are available within that plugin so once it is activated you should see the shortcodes working on your site.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Lana,
Thanks for reaching out to us!
The first thing to do here would be to follow our Testing for Conflicts procedures to ensure there isn’t a conflict occurring here with an existing plugin or theme.
Let me know if you find anything while following those steps.
Thanks!
Josh
ParticipantHey Leslie,
Thanks for reaching out to us!
You can definitely submit feature requests on our UserVoice page.
However, I’m also not positive I follow exactly what you’re looking for here. Would you mind giving a little more detail? I might be able to help you get a solution together that will work for you here.
Thanks!
Josh
ParticipantHey Jason,
Thanks for reaching out to us!
Unfortunately I don’t think there has been too much movement on the printing feature for the calendar. However, you can do a little bit of CSS modification to help with printing of the list view.
For example, the following may help to make the print view of the calendar a little bit better:
@media print { #tribe-events-bar,.tribe-events-event-image {display:none;} }Let me know if this helps.
Thanks!
Josh
ParticipantHey Math,
The quickest way to do this while using the existing customization would probably be to add “$columns = array();” as the first line within that second function.
Let me know if this helps.
Thanks!
Josh
ParticipantHey Alan,
Thanks for reaching out to us!
It sounds like there is most likely a javascript error on the page that is preventing the sections from showing. If you don’t mind, could you provide a link to your site in a private reply and I can take a closer look to see what the potential issue may be.
Also, a quick way to also test here would be to follow our Testing for Conflicts procedures and it will help in narrowing in on where to look for the root of the issue here.
Thanks!
Josh
ParticipantHey Kathy,
Thanks for reaching out to us!
So, the core problem here is that you’ve got two separate “Chemistry” categories and you’d like to display the events from both of those categories at the same time. To start, the Filter Bar plugin would help here because you could create a URL string that would pre “activate” those two different categories as filters. But, outside of that, a user would have to manually select the two different “Chemistry” categories if you wanted them to be able to see them all on their own without manually building those links.
You could utilize tags here as an alternative. However, the “tags” are the same as those used on the posts within your blog and would share the same archive view there. So, the downside there would be that the archives wouldn’t be the default event views.
Hopefully this information helps. I’m sorry I’m not able to give a complete solution for what you’re looking for but hopefully this information helps.
Thanks!
Josh
ParticipantHey,
Thanks for reaching out to us!
We do have filters that would allow you to modify the output of the iCal feeds there. For example, to modify the information that you’re looking for there, you could use the “tribe_ical_feed_item” filter and update the whole item content. You can see the full file there for context at the-events-calendar > src > Tribe > iCal.php
Let me know if this helps.
Thanks!
Josh
ParticipantHey Chuck,
Thanks for verifying here!
Unfortunately I’m unable to replicate this issue using the latest versions of our plugins along with a default WordPress theme. It’s possible there could be another conflict at play here that we may be able to help with if we’re able get to the root of the issue.
To start, we ask that you do follow the Testing for Conflicts procedures to see if you’re able to see normal functionality on your site with just our plugins active and a default theme. Let me know what you find there.
Thanks!
Josh
ParticipantThis reply is private.
Josh
ParticipantThis reply is private.
October 4, 2016 at 6:13 am in reply to: Search appears on events page then disappears on refresh #1172221Josh
ParticipantHey cgnellis,
Thanks for following up here. I’m glad you were able to get that part working the way you’d like.
For the other, the simplest approach here while maintaining the current display of recurring events within your loops would be to hide that toggle via CSS:
.tribe-events-user-recurrence-toggle { display:none; }Let me know if this helps.
Thanks!
-
AuthorPosts
