infrcl
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Dashboard crash with PHP8.1I’ve tested the fix and works!
Thanks!
Forum: Plugins
In reply to: [SlimStat Analytics] Links to files are opened twiceSurely I forgot to clear the browser cache. The 4.6.3 version does not open the links twice.
Thanks for your help!
Cheers
Forum: Plugins
In reply to: [W3 Total Cache] Any Plans for 0.9.5.2?It seems that some people are involved in a solution:
https://github.com/szepeviktor/fix-w3tc/issues/57
Cheers
Forum: Plugins
In reply to: [SlimStat Analytics] target="_blank" does not work since updateHi,
Same here. I’ve resolved it by loading the file ‘wp_slimstat.js’ in the header, not in the footer.
Cheers
You can add to your CSS the following code:
.tab-bottom-nav { display: none !important; }
Cheers
Forum: Plugins
In reply to: [SlimStat Analytics] browser_id randomly sets to 0I had already voted indeed. I’ve marked as favorite your plugin.
Thanks man!!Forum: Plugins
In reply to: [SlimStat Analytics] browser_id randomly sets to 0In fact, I have only 902 entries in the wp_slim_browsers table. It seems that the auto_increment value had going crazy and it had started to sum too big values between two consecutive records. For instance, the last browser_id in the wp_slim_browsers is 65534 whereas the preceding has a value of 64132.
Anyway, I’ve changed the type to mediumint and it has started to register the browser_id in the wp_slim_stats.
Cheers
Forum: Plugins
In reply to: [SlimStat Analytics] browser_id randomly sets to 0The version is 3.5.4
I had a look to the mysql binary log and surprise! The insert_id for the slim_browsers is 65534 always, so max type data reached?
Of course, the data type is smallint(5) and not mediumint for the id in the slim_browsers table. The slim_screenres table isn’t updated either.
I think that I missed some database schema update. What is your advice to update the schema safely?
Forum: Plugins
In reply to: [Plugin Organizer] Cannot upgrade from old PO versionHi Jeff,
I think there’s an https issue in my installation. I have my entire wp site over https.
When ‘ignore URL protocol’ is enabled:
– Only the filters with ‘http’ permalinks work.
– The same filters with ‘https’ permalinks doesn’t work.
– The plugins selection doesn’t work at all in post/pages (although settings are saved)If ‘ignore URL protocol’ is disabled:
– Then the same above filters with ‘http’ permalinks work (they shouldn’t)
– The same filters with ‘https’ permalinks work.
– The plugins selection works in post/pages!Cheers
Forum: Plugins
In reply to: [Plugin Organizer] Cannot upgrade from old PO versionIt didn’t work, Jeff. PO keeps on ignoring the selectively disabled list for each page/post. It could be a compatibility issue with another plugin.
Thanks for your effort!
Forum: Plugins
In reply to: [Plugin Organizer] Cannot upgrade from old PO versionThanks Jeff, it worked.
I had some minor issues after upgrading to PO 4.0.2: A repeated list of the same group was created (I manually deleted them) and the url filters wasn’t imported correctly in the plugins filters (manually deleted also)
All is working except when global plugins are allowed in individual post or pages (the post/page doesn’t load them)
Cheers
Forum: Plugins
In reply to: [Plugin Organizer] Broken in WordPress 3.7Sorry, I’ve posted in a resolved topic. I’ve opened a new one.
Hi everybody,
I checked my plugin list with Eric’s and after disable ‘Ultimate TinyMCE’ and update a failed expired post, the plugin goes on working FYI.
Great plugin Aaron.
Cheers,
Alberto
Forum: Plugins
In reply to: [Transposh WordPress Translation] PHP Warning:Hello and congratulations for your great plugin!
This fix works, but you missed line 706-707
$this->html->find('language', 0)->innertext = $this->lang;
that remains logging a warning.
Thanks again!
Yes, in the ‘CSS Inserts’ section.