• Resolved gennieofthelamp

    (@gennieofthelamp)


    I am using standard version of the The events calendar and need to display more than 10 events in widget.

    I am using this code but after update to latest version this code it not working anymore. please if anyone can help me I don’t want to use the PRO version.

    If anyone help me so that this code work with standrd version I willbe really Thankful!

    Code:

    add_filter(‘widget_display_callback’, ‘increase_event_widget_limit’, 10, 2);
    /**
    * Test if the current widget is an Advanced List Widget and fix the
    * event limit if so.
    */
    function increase_event_widget_limit(array $instance, $widget) {
    if (is_a($widget, ‘TribeEventsAdvancedList_Widget’))
    $instance[‘limit’] = 30;
    return $instance;
    }

    Regards,
    Gennie

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @gennieofthelamp,

    Thanks for reaching out!

    Unfortunately, plugin customization does not fall in scope of our free support. I recommend taking a look at our Themer’s Guide and getting to know some of the functions that exists.

    Take care,
    Ed

    Thread Starter gennieofthelamp

    (@gennieofthelamp)

    Thank you so much Ed for reply, I will be very thankful if you help me with this issue I am not a techie person and have everything working well only I just need to show more than 10 events. I really appreciate that if you help me. I hope you will guide me.

    Eagerly waiting for your answer!

    Regards,
    Gennie

    Thread Starter gennieofthelamp

    (@gennieofthelamp)

    Hi Ed,
    I’ve bought the pro version and applied the code but now facing a new issue.
    The issue is the events are overlapping each other and not dislaying as it was displaying in standard version can you help me with that now?

    Looking forward to hear from you!

    Regards,
    Gennie

    Hi again @gennieofthelamp,

    It’s very cool that you purchased The Events Calendar Pro!

    Actually, now that you are a premium member, included with your liscense is access to our Help Desk which offers premium support and faster reply times.

    www.remarpro.com rules don’t allow us to support our premium products, so if you can head over there and start a thread, we’ll be more than happy to help you out!

    Thanks and take care,
    Ed ??

    • This reply was modified 6 years, 7 months ago by Ed. Reason: broken link
    • This reply was modified 6 years, 7 months ago by Ed.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The Events Calender Standard Version help’ is closed to new replies.