Forum Replies Created
-
AuthorPosts
-
pieryv
ParticipantHi Jenifer,
I come back to you for this problem with the event calendar widget and the
mobile menu. I read in your forums, *that this problem had already been put
back to you well before my ticket*, I am very worried, and so understand
that your answer: “but the good news is that our developers are actively
working on getting this resolved.I liked this thread to our internal ticket
for this etc. ” escapes me completely.
I paid $ 178 for “event calendar pro” and “event ticket plus” because you
put these widgets forward, and because your plugins were meant to be
compatible with the Oceanwp and Astra themes, but I have to see how other
customers before me, that these plugins unfortunately still do not work on
tablets and mobile formats! My client had yet validated on its site
developed with the theme (oceanwp) which was supposed to be compatible with
Event calendar and which in the end is not so, I took time on the project
to start developing her website with the Astra theme. Same Issue !!!
What do we do ? What do you propose ?
Hoping to receive an answer very quickly starting with “But the good news”
but with this time the problem finally solved.
Thanks in advance.pieryv
ParticipantHello,
Thanks Jennifer for this “nice” answer.
I hope you will find a solution quickly, which would justify the purchase
of this “nice” premium addon.
I take this email to tell you about another problem that I have now with
the navigation of my “month view”, I did not have it before.
The function added in the function.php of my “child theme” does not seem to
work anymore.
I thank you in advance for looking at what is happening today in relation
to this problem
Best regards
Pierre-Yves DroualP.S: In my function.php previously worked this:
/ **
* Allows visitors to page forward / backwards in any direction within
month view
* an “infinite” number of times (ie, outwith the populated range of
months).
* /if (class_exists (‘Tribe__Events__Main’)) {
class ContinualMonthViewPagination {
public function __construct () {
add_filter (‘tribe_events_the_next_month_link’, array ($ this,
‘next_month’));
add_filter (‘tribe_events_the_previous_month_link’, array ($
this, ‘previous_month’));
}public function next_month () {
$ url = tribe_get_next_month_link ();
$ text = tribe_get_next_month_text ();
$ date = Tribe__Events__Main :: instance () – nextMonth
(tribe_get_month_view_date ());
return ‘a data-month=”‘. $date.'” href=”‘. $url.'”
rel=”next”‘. $ text. ‘span & raquo; / span /a’;
}public function previous_month () {
$ url = tribe_get_previous_month_link ();
$ text = tribe_get_previous_month_text ();
$ date = Tribe__Events__Main :: instance () – previousMonth
(tribe_get_month_view_date ());
return ‘a data-month=”‘. $date.'” href=”‘. $url.'” rel=”prev”
span & laquo; / span’. $ text. ‘/a’;
}
}new ContinualMonthViewPagination;
}
-
AuthorPosts
