samdalex
Forum Replies Created
-
Many thanks, in the meantime I’ve discovered another little thing to translate and that is the user’s greeting on the profile page “good morning, good afternoon ….etc.” I solved the problem, if it will lighten your work, by tweaking the plugin function in this way to have the possibility to translate in the desired language
Change the “Get greeting text function” in
function ep_get_greeting_text() {
$hour = date(‘H’);
$greet = esc_html__( ‘Good ‘, ‘eventprime-event-calendar-management’ );
$greet .= ( $hour >= 17 ) ? esc_html__( ‘Evening’, ‘eventprime-event-calendar-management’ ) : ( ( $hour >= 12 ) ? esc_html__( ‘Afternoon’, ‘eventprime-event-calendar-management’ ) : esc_html__( ‘Morning’, ‘eventprime-event-calendar-management’ ) );
return $greet;
}from original function:
function ep_get_greeting_text() {
$hour = date(‘H’);
$greet = ‘Good ‘;
$greet .= ( $hour >= 17 ) ? ‘Evening’ : ( ( $hour >= 12 ) ? ‘Afternoon’ : ‘Morning’);
return $greet;
}If you can also insert this change in the next release
Best Regards
Hi,
i have the same problem and the language set on wordpress is right, on all other plugins they are displayed in the language set on wordpress
After updating the plugin to the latest version, the Price is no longer displayed in the single event detail.
Ceck now price single event detail
in the settings the date format is d/m/Y and the time is 24 hours instead in some cases the date is displayed differently from this setting the same thing happens for the time.
I update to version 3.0.6
I realized that it doesn’t exist or I can’t find the account modification frontend page but as a user it takes me to the wordpress interface
Many Tanks for your help
Forum: Plugins
In reply to: [EventPrime – Events Calendar, Bookings and Tickets] Roll BackHI,
I tried to downgrade to version 2.8.6 following your instructions but as a result I got the following error:
Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /web/htdocs/www.freeservicegroup.it/home/wp-content/plugins/eventprime-event-calendar-management/includes/class-em-install.php:48 Stack trace: #0 /web/htdocs/www.freeservicegroup.it/home/wp-content/plugins/eventprime-event-calendar-management/includes/class-em-install.php(29): EventM_Install::create_pages() #1 /web/htdocs/www.freeservicegroup.it/home/wp-includes/class-wp-hook.php(308): EventM_Install::install() #2 /web/htdocs/www.freeservicegroup.it/home/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() #3 /web/htdocs/www.freeservicegroup.it/home/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /web/htdocs/www.freeservicegroup.it/home/wp-admin/plugins.php(194): do_action() #5 {main} thrown in /web/htdocs/www.freeservicegroup.it/home/wp-content/plugins/eventprime-event-calendar-management/includes/class-em-install.php on line 48.Many Thanks for your help.
Forum: Plugins
In reply to: [Simple Lightbox] Ver. 2.9.0Many thanks. Now work fine!
Regards
Forum: Plugins
In reply to: [Simple Lightbox] Update disables WP galleryI also confirm the same problem above..!
Hello,
Right now, I have tested the site offline with version 3.3 of your plug-in taken from a backup and it works fine.
Hope this can help you
Best Regards.
hello.
Thank you very much for the answer. but I inform you that the issue also exists in another site that has a different theme and different plug-ins also the server on which wordpress is installed is different, the first is a windows IIS 8.5 server and the other apache 2, but the problem occurs the same way.
Please note that this defect is compared after performing updates, but the strangest thing is that in both sites, despite having different modalities and plug-ins, the problem is identical.
I also discovered that the problem also occurs within the plug-in settings when I want to make a previev
I also give you the url of the other site so that you can check for yourself:
https://www.regioniambiente.it/abbonamenti
I await news on this.
Best Regards
PS. excuse me for my english!!|
Hey Benjir,
Thank you very much for your reply and help, I will open a ticket as you suggested.
Best Regards
SalvoHello, since I updated elementor I have the same problem: all the forms inserted in the pages have disappeared as described in the posts but I cannot trace the problem. I hope it can help me.
The link to one of the pages is the following:
https://www.regionieambiente.eu/chi-siamo/
Best Regards
Salvo