mastafu

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 46 total)
  • Author
    Posts
  • in reply to: Occurrences for results in map view #75339
    mastafu
    Participant

    Yes. This is checked. Fresh setup, just to test this and other errors in your plugin, which gives me headace, because I should finish the project and not fight with errors like that.
    Please advice on how to fix.

    I made you a presentation.
    [video src="http://mastafu.hostit.pl/temp/occurence-error.m4v" /]

    in reply to: Wrong description for title in week view #75335
    mastafu
    Participant

    So many errors for plugin that I have to pay … this sux.

    in reply to: Week view still wrong. #75257
    mastafu
    Participant

    Month view is fine … and others. So why not week view ๐Ÿ™‚ ?
    http://mastafu.hostit.pl/temp/month-view-ok.PNG

    in reply to: Week lacks translations #74871
    mastafu
    Participant

    Good, I am really waiting for the 3.2. Mainly for this reason and for badly working map view.
    However soon is something we hear from couple of weeks ๐Ÿ˜‰ and our clients (for whom we build websites using your plugin) do not like hearing soon as a answer to their question ๐Ÿ™

    in reply to: No translation for List/enqueueOutputMessage #74633
    mastafu
    Participant

    This reply is private.

    in reply to: CSS replace like for Event calendar #74369
    mastafu
    Participant

    To my understanding You show me a whato add extra css and I want to change to which css file community points. Just like in Events.

    That way I can copy all Community styles to my themes folder and modify it wihtout nasty overrides. And be sure that You will not owerrite it with update.

    in reply to: Week lacks translations #74368
    mastafu
    Participant

    This reply is private.

    in reply to: CSS replace like for Event calendar #73950
    mastafu
    Participant

    The last comment is about views override. I want to know how to do this (but for community plugin)

    Replacing Default Stylesheets
    If youโ€™d like to replace the default stylesheets offered by The Events Calendar, you can use any of the filters we have provided to do so:

    tribe_events_stylesheet_url (The Events Calendar core styles)
    tribe_events_pro_stylesheet_url (The Events Calendar Pro styles)
    tribe_events_pro_widget_calendar_stylesheet_url (The Events Calendar calendar widget styles)
    For example:

    Letโ€™s say you want to replace the custom core and PRO stylesheets offered by the plugin and load your themeโ€™s own stylesheets called custom-events-stylesheet.csts and custom-events-pro-stylesheet.css respectively. You can use the aforementioned filters like this:

    function replace_tribe_events_calendar_stylesheet() {
    $styleUrl = get_bloginfo(‘template_url’) . ‘/custom-events-stylesheet.css’;
    return $styleUrl;
    }
    add_filter(‘tribe_events_stylesheet_url’, ‘replace_tribe_events_calendar_stylesheet’);

    function replace_tribe_events_calendar_pro_stylesheet() {
    $styleUrl = get_bloginfo(‘template_url’) . ‘/custom-events-pro-stylesheet.css’;
    return $styleUrl;
    }
    add_filter(‘tribe_events_pro_stylesheet_url’, ‘replace_tribe_events_calendar_pro_stylesheet’);

    in reply to: How to change money sign order #73943
    mastafu
    Participant

    Yes, thx it works.
    Adding this as an option in the admin panel in the future update would be a good move for non US money ๐Ÿ™‚

    in reply to: Week lacks translations #73867
    mastafu
    Participant

    I have translations in here
    wp-content\\plugins\\events-calendar-pro\\lang\\tribe-events-calendar-pro-pl_PL.po
    All other views are translated and work fine, ie. day, month, photo, map and so on. I mentioned this before in other post, and I was told that Your team will have a look at this issue.

    It is just whole Week view that is not translated.

    in reply to: CSS replace like for Event calendar #73740
    mastafu
    Participant

    I think this adds extra styles, I asking for override feature just like in Event Calendar and Pro. There is function to change file, from plugin dir to your themes dir.

    in reply to: Tags in front end events submition #73739
    mastafu
    Participant

    My friend implemented WordPress tags to Comunity Events in less then 30 minutes … it was so difficult ๐Ÿ™‚

    in reply to: Couple things that don’t work as they should. #73575
    mastafu
    Participant

    This reply is private.

    in reply to: Couple things that don’t work as they should. #73549
    mastafu
    Participant

    This reply is private.

    in reply to: Couple things that don’t work as they should. #73547
    mastafu
    Participant

    This reply is private.

Viewing 15 posts - 16 through 30 (of 46 total)