Pro version of Advanced List Widget

Home Forums Calendar Products Events Calendar PRO Pro version of Advanced List Widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23258
    wdgdc
    Participant

    Could we change the weight of the add_action in the pro plugin to 99?
    eg. remove_action( ‘widgets_init’, array($TribeEventsPro, ‘pro_widgets_init’), 100 ); doesn’t work at the moment.

    #23270
    Joyce Grace
    Member

    Hello Mike,

    I’m not entirely sure what you’re trying to accomplish, but perhaps that may be my shortfall of understanding. Could you describe what you want something to look like or do?

    Also, have you checked out this tutorial on how to completely customize the widgets? https://theeventscalendar.com/how-to-completely-customize-widgets/ It may be of use to you.

    Let me know if that doesn’t help!

    If we need to get some devs involved, I will need you to confirm that you’ve upgraded to the latest version of all our plugins and add-ons, are using the latest version of WordPress and are making changes in your child theme folder as per the instructions on our Themer’s guide: https://theeventscalendar.com/themers-guide-to-the-events-calendar/

    Thanks!

    #23819
    wdgdc
    Participant

    Hi Joyce,
    Thanks for getting back to me. I posted this in haste, so I wasn’t able to explain myself.
    The tutorial you mentioned gives the following code:
    remove_action( ‘widgets_init’, ‘events_calendar_load_featured_widget’,100);

    That code is also being used to upgrade the regular widgets in the events calendar to the pro versions in events calendar pro. That means I can’t actually customize the widget because the weight of actions only goes to 100.

    Let me know if this makes sense.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Pro version of Advanced List Widget’ is closed to new replies.