veltsu
Forum Replies Created
-
Thanks,
problem solved in 3.2.8.Hi,
I have the same problem with the latest version 3.2.7 of Ultimate Social Media PLUS. Luckily this is a false error message and the page is updated.I noticed that the plugin inserts code before the DOCTYPE HTML tag in WP admin, as follows:
<script>
window.addEventListener(‘sfsi_plus_functions_loaded’, function() {
if (typeof sfsi_plus_widget_set == ‘function’) {
sfsi_plus_widget_set();
}
})
</script>
<!DOCTYPE html>
…This happens in htdocs/wp-content/plugins/ultimate-social-media-plus/libs/sfsi_widget.php.
I had a backup copy of my site as of June 2019 where the above code did not exist.
For testing purpose I removed the code starting at line 152:
<script>
window.addEventListener(‘sfsi_plus_functions_loaded’, function() {
if (typeof sfsi_plus_widget_set == ‘function’) {
sfsi_plus_widget_set();
}
})
</script>The problem went away.
- This reply was modified 5 years, 2 months ago by veltsu.
Thanks,
waiting for the next release.Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Facebook icon actions overlapI found the culprit. There was an html tag mismatch on the page. Nothing to do with the theme.
Thanks!Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Facebook icon actions overlapIt’s not public yet.
Changing “Suppress error messages?” to “yes” did not stop error_log writes.
Forum: Themes and Templates
In reply to: [Graphene] Old translations usedThanks, I’ve reviewed and corrected the fi.mo with Poedit and compiled it and copied fi.po to graphene-fi.po. It’s is, however, very time-consuming to update the Polyglot translations by hand. Do you know, if there exists an interface or API to reuse the local translations to update Polyglot?
Can I upload my local translations somewhere, so that they at least can be used with Graphene installation?
Forum: Plugins
In reply to: [Polylang] Favicon.ico not foundI exported the old favicon.ico to favicon.png with Gimp. Now WP did not complain about cropping and I managed to add the site icon.
This is not an issue anymore.
Forum: Plugins
In reply to: [WP Header Images] UninstallThanks!
Forum: Themes and Templates
In reply to: [Graphene] Old translations usedTo find out whether Polylang is involved, I installed WP into a new directory. Then I installed the Graphene theme. The PO-Revision strings are the same.
There is only one file “wp-content/languages/themes/graphene-fi.po” with the revision date “2016-03-24 21:15:33+0000”.
It looks like this file gets downloaded from somewhere and the newer “wp-content/themes/graphene/languages/fi.po” is not used.
Forum: Plugins
In reply to: [Antispam Bee] Spam comments with duplicate ipThanks!
IP and URL are the same in several spam comments, the email not.
I found this in the documentation (outdated?):
Local DB Spam Commenter’s IP address or email matches one already marked as spam”Is the “CSS Hack” deletion criteria safe?
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Blog sometimes slowing downEverything is working now. Thanks!
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Blog sometimes slowing downLooks like there still are some left:
fs_active_plugins
fs_accounts
fs_api_cache
fs_debug_modeI found the add_option for the last one in your code, not for the others.
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Blog sometimes slowing downdelete_option(‘widget_sfsi_plus_widget’) does not remove widget_sfsi-plus-widget
Some testing might help:).
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Blog sometimes slowing downI haven’t added any widgets. The plugin installation does it. I think that the related code can be found here sfsi_plus_subscribe_widget.php and sfsi_widget.php.