Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi sorry for the troubles you are still having.
The best I can do it provide the css to hide that second description as a patch for this.
I did load the Customizr theme myself and it did not give the issue you are having so I am not sure exactly what is causing it only in your site.
The link to the other topic was about making a custom template for events in customizr as another possible solution.
Unfortunately, the shortcode is from a previous version (4 years ago) and we no longer have one in the plugin. It is a feature I and many customers would like, but not sure if or when it will be added.
I see you changed the site back to the Events Template if you would like to try with the other template and me provide the coding to hide the 2nd description I can get it to you today.
Thanks
Brian
MemberHi,
I can help out a little more, but I have given you the code and it is going to be up to you to figure out how to take it from here.
I do not have a step by step guide for this as there are many different ways to add scripts.
However, the easiest way could be a plugin such as:
Following their instructions you should be able to take it from here and copy that script in.
If you find an error or some issue please let me know.
Thanks
Brian
MemberAndy is correct that plugin would be one way to help you out and I encourage you to try it. Thanks Andy!
Here is the link for it.
Also, I got this css to change the events in Week View Only.
.tribe-events-week-grid .tribe-grid-allday .hentry.vevent > div {
background-color: rgba(0, 0, 0, 0.75);
border-color: #1b607f;
}It is set to black, but you can change it to any color.
Let me know if that helps.
Thanks
Brian
MemberBrian,
Sorry for the trouble of not being able to sign in.
Have you tried resetting your password by using the lost password option on this page:
https://tri.be/wp-login.php
If that does not work can you please reply to this message with the email address connected to your account and I can take a look.
ThanksBrian
MemberHello Laura,
Sorry for the troubles you are having with the dropdown overflowing. I can help you out with this.
Thanks for the link and I took a look at your site.
There is a script running on your site called Chosen that is adding a classes such as “chzn-container” to the select boxes causing it to show.
Perhaps it is from the theme or a plugin?
Anyway I was able to come up with this css that I got working to hide it.
.tribe-bar-views-inner .chzn-container-single {
display:none;
}It should work, but since the reason it is showing because of a script there is a chance it may not.
Let me know if it works or you would like some more help, thanks.
September 10, 2014 at 11:29 am in reply to: Clicking on the event we entered only takes us to one of our pages that is blank #735960Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks!
Brian
MemberAmucino, sorry I missed your reply. The system did not register it as your account so I did not get notified. I am sorry about that.
The theme you have from Vamtam is one that adds the “Add Events” link. The theme’s developer puts in extra integration with the Events Calendar and that link is part of it.
I was able to visit the map view by adding this to your url:
?post_type=tribe_events&eventDisplay=map
So perhaps it is working now?
Please let me know if you still would like help.
Thanks
Brian
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
Brian
MemberI should add that the Event Calendar Pro is needed for Additional Fields. That is the Add On that enables you to create them in the Events Settings. Sorry for the confusion.
I am also going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Thanks
September 10, 2014 at 11:12 am in reply to: I bought Events Calendar Pro instead of the Filter Bar add on #735927Brian
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
September 10, 2014 at 11:12 am in reply to: Community Events – guests logging in get a blank page #735922Brian
MemberSince I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂
Brian
Brian
MemberThis thread’s not seen much activity recently so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!
Brian
MemberHi Thanks for the link.
I took a look and see the double content.
The first section is being created from the Events Calendar and the second posting of the content is from your theme’s template. Not sure why it is also creating content there.
An easy fix could be to add some css to hide that 2nd area of content on the Single Events. I can help with that if you like.
As for the styling around headings and paragraphs it coming directly from your theme. If you can provide some of the titles or areas that you think look the worst I can add some suggestions.
I did find another topic about Customizr Theme and The Events Calendar.
It seemed to have a solution to fit in the events calendar with a new template. It could be something you could try.
http://wordpress.org/support/topic/using-customiz-and-the-event-calendar
Please let me know about the css and I can make some suggestions.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberHello,
I can help you out with your css selector issues.
Please try adding the id selector in front of your css.
Such as this:
#tribe-events-content .entry-content .da-h4-green a,
.entry-content .da-h4-green a {}
If that does not work you can try adding #content
In front of #tribe-events-content as well.
Let me know if that works. If not please leave the coding in your theme and let me know and I can take another look.
Thanks
-
AuthorPosts
