Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Again,
Thanks for separating your questions.
For this I do not believe we support images in the iCal feed in the description or as an attachment.
Do you have an iCal link you are trying to do this with that I could test out? Could you provide it in a private reply?
Thanks
Brian
MemberHi,
Thanks for using our plugins.
That is not a feature we have to turn an event to a post. It could be possible with a customization but that is beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I visited your site and see what you mean.
I found when I remove the z-index it fixed it for me:
#main-container {
z-index: 10;
}I am not why that is the case or if it breaks something else, but that is the conflict right now.
Cheers
Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
I visited your site and seeing the sub categories in black text in Firefox.
What browser are you using and if you visit with one you have not used before what color does it show?
Let me know.
Thanks
Brian
MemberHi,
Thanks for the link. I looked at your site and found this css coding that is causing the issue.
.home .entry-title, .entry-title a, .archive .entry-title, .search .entry-title, .page-template-blog-page-php .entry-title {
font-size: 120% !important;
line-height: 120% !important;
margin-bottom: 0;
}
.entry-content h3 {
font-size: 18px !important;
}
.entry-title, .entry-title a, .page-title {
font-size: 24px !important;
}All those !important are conflicting with each other making it near impossible to override the titles.
The !important should rarely if ever be used. You are going to have to remove those to get this to work.
I am not able to help resolve 3rd party conflicts such as that though and every snippet I tried did not work.
So the best bet is to remove all of your !important as that only creates issues like you are having and instead using more precise css.
Thanks
November 20, 2015 at 1:44 pm in reply to: Use color to focus user attention on current month days, not all days #1028752Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
November 20, 2015 at 6:34 am in reply to: Use color to focus user attention on current month days, not all days #1028642Brian
MemberHi,
Thanks for using our plugins. I can help out here.
By default our plugin does do as you ask.
If you check out our demo site you can see that here:
It looks like your theme includes customizations that removed this. I can try to help out, but limited in supporting 3rd party coding.
Here is the css we use by default:
.tribe-events-othermonth .tribe-events-month-event-title, .tribe-events-othermonth div[id*=tribe-events-daynum-] {
-ms-filter: "alpha(Opacity=40)";
filter: alpha(opacity=40);
-moz-opacity: .4;
-khtml-opacity: .4;
opacity: .4;
}You might be able to use that as is or with some modifications to get it to work how you would like.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
Do you have a link where this is happening.
It is hard to figure it out without seeing the issue.
Thanks
Brian
MemberSounds Good and we do not have a method to revert those changes.
Glad you had a backup!
Since this is resolved I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberUnfortunately, I am not able to teach how to do customizations. I have provided all the resources I have. If you do not know css that is not something we can help with.
Our terms and conditions are clear that we provide the plugin as is and not able to provide help to customize every little aspect of the plugin.
Having said that here is some more information about our stylesheets (Skeleton, Full, or Tribe Events):
https://theeventscalendar.com/knowledgebase/stylesheets-and-page-templates/
It is best practices to use a child theme for any modifications:
https://codex.wordpress.org/Child_Themes
And we have another smaller guide to changing parts of the css:
https://theeventscalendar.com/knowledgebase/changing-fonts-and-colours/
Personally I would just add css and not override the entire thing, but I would also default to doing whatever I can get to work too.
Beyond this I do not have anything else I can provide.
Brian
MemberHi,
I am not able to provide many more details for a customization, but I can try to show you some more information about it.
If you would like to remove the date box then you should remove this coding:
<div class="list-date">
<span
class="list-dayname"><?php echo apply_filters( 'tribe-mini_helper_tribe_events_ajax_list_dayname', date_i18n( 'D', $postDate ), $postDate, $mini_cal_event_atts['class'] ); ?></span>
<span
class="list-daynumber"><?php echo apply_filters( 'tribe-mini_helper_tribe_events_ajax_list_daynumber', date_i18n( 'd', $postDate ), $postDate, $mini_cal_event_atts['class'] ); ?></span>
</div>As for the image size you need to change this function:
tribe_event_featured_image( $post->ID, ‘thumbnail’ );
Change the word thumbnail to another size.
This article shows different sizes that might work for you:
https://codex.wordpress.org/Post_Thumbnails#Thumbnail_Sizes
Thanks
Brian
MemberHi,
We can help out here.
Please email us at support(at)theeventscalendar.com
Please include the license key and any names the account might be under.
Cheers
Brian
MemberDuplicate Post.
We will help you out here.
Thanks for reposting though in the premium forum!
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I tested the coding and it is working for me.
Where did you place the coding?
Also are all the apostrophes should be straight with no curls or it could cause an issue.
Let me know and we can work on this from here.
Thanks
-
AuthorPosts
