Hau Nguyen
Forum Replies Created
-
I installed the previous version and will wait until they fix it. https://ww.wp.xz.cn/plugins/seo-by-rank-math/advanced/
Forum: Plugins
In reply to: [The Events Calendar] Preview time zone isn’t synced with settingsYes, here is the short-video https://www.dropbox.com/scl/fi/tc0o2pd3zy9z8544skt4k/2025-06-23_10-15-35.mp4?rlkey=oxiq3g79g7cp8gim7391jct8v&dl=0
Forum: Plugins
In reply to: [The Events Calendar] Preview time zone isn’t synced with settingsHi @tristan083
Please check this short-video, then you will understand the issue – https://www.dropbox.com/scl/fi/y2ch0i2xpls4uu9cwg7o4/2025-06-23_09-48-10.mp4?rlkey=1mkht1s954r3w6b8sycyq67sx&dl=0
Thanks!Forum: Plugins
In reply to: [The Events Calendar] Preview time zone isn’t synced with settingsHi @tristan083 ,
I already did it — disabled all other plugins and used the default theme.
I decided to switch back to the Classic Editor for events.
Thank you.Forum: Plugins
In reply to: [The Events Calendar] Preview time zone isn’t synced with settingsHi @tristan083,
I changed the Time zone mode to “Use the site-wide time zone everywhere”, and still got the same – https://www.dropbox.com/scl/fi/vuj6zm2yaf32jr7v3it05/2025-06-22_07-40-10.jpg?rlkey=i1hlilhiw7ul2kdzumz7qb7zo&dl=0
P.S. I also still want to set the time zone manually for each event.Forum: Plugins
In reply to: [The Events Calendar] Preview time zone isn’t synced with settingsHello,
OK I changed the site timezone to location-based https://www.dropbox.com/scl/fi/g8h43goi91mxg0xetjfax/2025-06-21_13-58-10.jpg?rlkey=pi7xmcs32arbat9ng0wn6zmc7&dl=0
and here are the plugin ‘Date & Time’ settings
https://www.dropbox.com/scl/fi/2q7dpkib1lyb61eicc3kv/2025-06-21_14-00-29.jpg?rlkey=njyjutpreud3f5mdytlbbnce8&dl=0
but still got the same: https://www.dropbox.com/scl/fi/7xchmlf5y00np10yfv5kz/2025-06-21_14-02-58.jpg?rlkey=4m74qkq95l3s8n5wkibu239yv&dl=0
ThanksForum: Plugins
In reply to: [The Events Calendar] Preview time zone isn’t synced with settingsForum: Plugins
In reply to: [The Events Calendar] PHP Fatal error get_occurrence_row()Thanks for the update.
I think you can try to delete all test orders/customers (users) from wordpress
This is my code to add a message above the password field.
function sen_password_protected_login_messages() {
echo ‘<p style=”font-size: 18px; text-align: center;”>Welcome to the ABC Website. <br>Please enter your password.</p>’;
}
add_action( ‘password_protected_login_messages’, ‘sen_password_protected_login_messages’ );my solution
add_filter( 'gf_salesforce_request_subdomain', 'sen_gf_salesforce_request_subdomain' ); function sen_gf_salesforce_request_subdomain() { return 'webto'; }add to the functions.php file.
- This reply was modified 8 years, 2 months ago by Hau Nguyen.