Brian

Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 11,256 total)
  • Author
    Posts
  • in reply to: Not importing attachment from Google Calendar #1028770
    Brian
    Member

    Hi 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

    in reply to: Selecting a blog category for iCal import #1028768
    Brian
    Member

    Hi,

    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

    in reply to: z-index of tooltip not working in FireFox #1028767
    Brian
    Member

    Hi,

    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

    in reply to: Subcategory colors #1028766
    Brian
    Member

    Hi,

    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

    in reply to: Font too big in month view #1028754
    Brian
    Member

    Hi,

    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

    Brian
    Member

    Great, 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
    Member

    Hi,

    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:

    http://wpshindig.com/events/

    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

    in reply to: Font too big in month view #1028636
    Brian
    Member

    Hi,

    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

    in reply to: Can I Turn Back 'Update Timezone Settings'? #1028635
    Brian
    Member

    Sounds 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 🙂

    in reply to: Trying to limit hours displayed in WEEK VIEW #1028634
    Brian
    Member

    Great, 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!

    in reply to: editing the CSS #1028633
    Brian
    Member

    Unfortunately, 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.

    in reply to: Add a category to a page with photo view #1028426
    Brian
    Member

    Hi,

    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

    in reply to: Need to renew my licence key #1028270
    Brian
    Member

    Hi,

    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

    in reply to: Week view and opening hours #1028265
    Brian
    Member

    Duplicate Post.

    We will help you out here.

    Trying to limit hours displayed in WEEK VIEW

    Thanks for reposting though in the premium forum!

    in reply to: Trying to limit hours displayed in WEEK VIEW #1028264
    Brian
    Member

    Hi,

    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

Viewing 15 posts - 2,866 through 2,880 (of 11,256 total)