canenero
Forum Replies Created
-
Thank you very much for the reply!
It would be useful surely ??
Thanks again.Thank you very much for the quick reply!
The problem was that in the settings analytics was disabled for logged in users.
With your help i was able to edit this setting so i think that now the plugin will work.
In the standard pages i see the code in the html.
I will monitor the next days, for now thanks again for the support.Hello, i’ve tried your solution but the output is the same.
The number is rounded and with the comma.
The code you provided must be inside the if bracket?
I have this output now:if (!in_array($wdtParameters['tableType'], array('mysql', 'manual')) && count(array_intersect(array('float', 'int'), $wdtColumnTypes))) { $numberFormat = get_option('wdtNumberFormat') ? get_option('wdtNumberFormat') : 1; foreach ($wdtColumnTypes as $key => $columnType) { if ($columnType === 'float') { foreach ($this->_dataRows as &$dataRow) { if ($numberFormat == 1) { $convertToFloat = (float)(str_replace(',', '.', str_replace('.', '', $dataRow[$key]))); if ($convertToFloat > 999){ $dataRow[$key] = str_replace(',', '.', str_replace('.', '', $dataRow[$key])); } else { $dataRow[$key] = str_replace(',', '.', $dataRow[$key]); } } else { $dataRow[$key] = str_replace(',', '', $dataRow[$key]); } } }
Thank you
Hello, first of all thank you very much for your reply.
I’ve followed your instructions so i don’t have an url attached to the option “Registration URL” in the “login options” tabs of your plugin now.
But in the wordpress login the link to the defautl registration of wordpress is still there and is pointing on the default page …/wp-login.php?action=register
I’ve had to hide the link via css for now so i can’t show you the link but if you need i can provide you full access to the site.
The login is here: https://www.venderequadri.it/wp-login.phpThank you