Nethub
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Lighthouse report: Buttons do not have an accessible nameOh, sorry about it, I found that the theme override mega menu’s button, and I confirmed that there is accessible name in Max Mega Menu.
Thank you Tom
Forum: Themes and Templates
In reply to: [Neve] How to remove Rollback button?Vytis,
Thanks for your help. Yeah it is my final option. However, if possible I prefer to remove the button by proper code such as remove_action, but I am not sure if there is any way to do so.
Forum: Themes and Templates
In reply to: [Neve] How to remove Rollback button?Yes, I want to remove the rollback option in the Neve theme, thanks.
Forum: Themes and Templates
In reply to: [Guardian] font awesome not showing wellThanks, we checked that the problem has been fixed in new version 4.3.1 .
Forum: Themes and Templates
In reply to: [Guardian] font awesome not showing wellHi, any update for the twitter icon?
Forum: Themes and Templates
In reply to: [Guardian] font awesome not showing wellThanks weblizar ??
But seems twitter icon still not showing well
Forum: Plugins
In reply to: [underConstruction] warning inet_ptonIt is coding problem, can be fixed by changes below, hope developer can correct it soon ??
--- wp-content/plugins/underconstruction/ucOptions.php 2017-01-09 18:37:31.153741580 +0800 +++ wp-content/plugins/underconstruction/ucOptions.php.new 2017-01-09 18:36:58.882741608 +0800 @@ -108,7 +108,7 @@ // process IP addresses // ====================================== -if(isset($_POST['ip_address'])){ +if(isset($_POST['ip_address']) && $_POST['ip_address']){ $ip = $_POST['ip_address']; $ip = inet_ntop(inet_pton($ip));
- This reply was modified 8 years, 2 months ago by Jan Dembowski. Reason: Fixing code block
Oh yes, marked as resolved, thanks.
Finally we found the core cause.
It is because si-contact-form load the priority as 1 (default:10), so that it is loaded before the translation plugin. I don’t know why si-contact-form needs to load in the very first place, I think it is not necessary. Hope future release would correct it.
Temporary solution:
file: wp-content/plugins/si-contact-form/includes/class-fscf-util.php
add_action('plugins_loaded', 'FSCF_Util::fscf_init_languages', 1);
Change to
add_action('plugins_loaded', 'FSCF_Util::fscf_init_languages');
Sorry that I forgot to mention in new WordPress 4.0 I installed “mqtranslate” instead of “qtranslate”, which is a fork of qtranslate, it is because qtranslate has no update for long long time and mqtranslate currently uses the qtranslate core with updated patch to support new WordPress.
The mqtranslate version I installed is : Version 2.8