• Resolved matteor78

    (@matteor78)


    I put events in a widget via shortcode, but the articles have a pagination , and in the second page not appear the events. Appear only this message “There are no upcoming Events at this time.” come se non ci fosse un evento. come risolvere questo?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Xylus Themes

    (@xylus)

    Hello @matteor78,

    Thanks for reaching out to us.

    We are using default WordPress pagination & loops for display events like articles. so shortcode is also considering page 2 for events.

    You can fix it by make customization in the plugin. do you know PHP? if not you can hire any WP developer for it. if you know PHP and WP then we can guide you for achieving this.

    Thanks

    Thread Starter matteor78

    (@matteor78)

    hi thanck yuo for your answer , yes i know php and wp , can you guide me for customization your plugin ?

    Hello @matteor78,

    Thanks for reaching out to us.

    can you put below code in your theme functions.php file.
    https://gist.github.com/lishapatel/1de89a90739664b514af8084616482e1

    and display event using [eventbrite_events_new] shortcode.

    Let us know if you have any query.
    Thanks

    Thread Starter matteor78

    (@matteor78)

    hello thank you for your answer, i insert the code in functions.php and it is right, but i have a problem when i set the short-code with column and category. this is my code:
    [eventbrite_events_new category=’rome’ col=’1′ posts_per_page=’20’]
    the result is a blank page in category page where the short code is inserted.
    Precisely i insert the shor-code in widget.

    Plugin Author Xylus Themes

    (@xylus)

    Hello @matteor78,

    Sorry for the inconvenience happen to you.

    can you please replace line number 110
    'taxonomy' => $this->event_category,
    with
    'taxonomy' => 'eventbrite_category',

    in https://gist.github.com/lishapatel/1de89a90739664b514af8084616482e1#file-functions-php-L110

    That will fix the issue. let us know this will not work for you.

    Thanks

    Thread Starter matteor78

    (@matteor78)

    Thank you so much, it was fixed.

    • This reply was modified 7 years, 1 month ago by matteor78.
    Plugin Author Xylus Themes

    (@xylus)

    Hello @matteor78,

    Glad to know that issue was fixed.

    Feel free to contact us again if you have any difficulties in future.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘imported events do not appear on the second page’ is closed to new replies.