jamesl2015
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullCalendar] LanguageI found an old answer for Croatian:
https://www.ads-software.com/support/topic/translation-to-croatian-language/This includes a screenshot as proof but something has changed since.
This plugin is very useful but in all my years with WP I’ve never seen anything like this, WP Fullcalendar, Events Manager and fullcalender.io all have bits and pieces of the puzzle but not a full picture, see this link for instance:
https://fullcalendar.io/docs/locale
it has many ways to set locale but not applicable to the WP full calendar plugin.I have seen the front end translation work (in edit mode only) in Beaver Builder once I set the WP General-Settigns->Locale to Spanish so there is hope someone has a better suggestion:
FYI hardcoding the following in wp-fullcalendar.php to /includes/js/lang/es.js
didn’t help!$locale_code = strtolower(str_replace(‘_’,’-‘, get_locale()));
$file_long = dirname(__FILE__).’/includes/js/lang/’.$locale_code.’.js’;
$file_short = dirname(__FILE__).’/includes/js/lang/’.substr ( $locale_code, 0, 2 ).’.js’;James
Same issue here:
“CODE REQUIRED: Please provide your 2FA code when prompted.” over and over and over but no place to enter it and no error for the username and password used.This is a WP Multisite and the login works for all sites as expected EXCEPT the MAIN SITE i.e. asks for 2FA code after accepting username and password.
WP 5.2.3 no plugins added or updated before this started…
Hi Aurovrata,
I just updated the plugin to 2.1.3 and it’s fixed.That was quick!!!
Thanks
JamesForum: Plugins
In reply to: [HTML5 Responsive FAQ] WordwrapThis should fix it
div.hrf-content p
{white-space: pre-wrap; /* else the answer text doesn’t wrap for long lines */
}
Forum: Plugins
In reply to: [Admin Custom Login] can't change background-size to "contain"The URL is :
https://programs.wellocitywellness.com/employer-login
The background-size is set to
background-size: cover;I want to set this to
background-size: contain;The only other option the plugin provides is
background-size: auto; when the stretch checkbox is not markedThanks
James