BlueElevation.
Forum Replies Created
-
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] PHP and JS Errors in PluginHey Kurt & Others,
Its an issue regarding floating numbers (i think due to locale). On my locale floats were outputted as such ‘0,000124′. The comma should be a dot in javascript in order to be valid.
Converting line 172 in view-scan.php to: data: <?php echo str_replace(‘,’,’.’, $v); ?> worked for me
Forum: Plugins
In reply to: [Social Media Tracking] [Plugin: Social Media Tracking] FB Like dark theme?Dear Dunc,
Thank you for this feedback, we’ll extend the facebook button options in our next release allowing you to choose its color.
With kind regards,
42functions
Releasing a quick fix later today
Dear Franksontech,
Thank you for the feedback, I will look into it as soon as possible. We’ve must have overlooked it since we’re currently testing in 3.3.1. It’s still strange do.
Kind regards,
42functions
Forum: Plugins
In reply to: [Social Media Tracking] [Plugin: Social Media Tracking] Doesn't workDear Andrei,
Can you tell me what wordpress version are you using? We’d like to resolve this problem as soon as possible.
With kind regards,
42functions
Thank you for the feedback, we’ll look into it.
It doesn’t really matter where it is placed, as long as it’s placed inside a stylesheet.
But maby its better not to botter, we’re now testing v2 of the plugin wich should fix this problem as well.
Forum: Plugins
In reply to: [Social Media Tracking] Default CSS scrambled?Hey Andrei,
Sorry just found your post. I know there are problems with the facebook button, we’ll fix this in the next release. In the meantime you can add the following to line to your css file as a temporarly fix.
.xlii_smt .facebook { width: 120px; float: left; }