Title: lipskas's Replies | WordPress.org

---

# lipskas

  [  ](https://wordpress.org/support/users/lipskas/)

 *   [Profile](https://wordpress.org/support/users/lipskas/)
 *   [Topics Started](https://wordpress.org/support/users/lipskas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/lipskas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/lipskas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/lipskas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/lipskas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/lipskas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/lipskas/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/lipskas/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpDataTables - WordPress Data Table, Dynamic Tables & Table Charts Plugin] Cache not updated via cronjob](https://wordpress.org/support/topic/cache-not-updated-via-cronjob/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [2 years ago](https://wordpress.org/support/topic/cache-not-updated-via-cronjob/#post-17776583)
 * Wow, I can’t believe authors of free plugin provide such superior support. Thank
   you very much for super-detailed guide; will check it during weekend and let 
   you know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Allow customizing “Always active” option](https://wordpress.org/support/topic/allow-customizing-always-active-option/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/allow-customizing-always-active-option/#post-16920677)
 * Thanks. Maybe I didn’t explain myself very clearly in the 1st post, sorry about
   that.
 * I realize the plugin supports translations, but as far I know, plugin only uses
   non-English translations if WP is set to use non-English language? Which brings
   a problem too; since many themes/plugins don’t have translations to X language(
   or translations are not full), many webmasters (including myself) prefer using
   English for backend, even if website is targeted at users from country X (especially
   if website has no login/private sections). This way, webmasters only need to 
   customize frontend text (displayed to visitors) and can avoid horrible mix of
   translations in WP admin dashboard (which happens when plugin A is translated,
   plugin B is not, plugin C is translated in half, etc).
 * Since other plugin users raised the same question in the past (about customizing“
   Always active” text without using translator plugins and/or local translation
   files), I believe it’s important many more webmasters.
 * Once again, thank you for your consideration about making text customizable in
   future releases. Hope that happens soon. If it requires purchasing premium subscription,
   I’ll be happy to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Complianz - GDPR/CCPA Cookie Consent] Allow customizing “Always active” option](https://wordpress.org/support/topic/allow-customizing-always-active-option/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/allow-customizing-always-active-option/#post-16917497)
 * Thanks for the reply. However, it doesn’t answer the main question – why Complianz
   allows customizing every single piece of text in cookie banner **except the most
   important one**?
 * I believe that installing a new plugin just to customize a single option in Complianz
   is overkill.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] PHP 8.1 – Wrong Encoding Importing Table from HTML](https://wordpress.org/support/topic/php-8-1-wrong-encoding-importing-table-from-html/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/php-8-1-wrong-encoding-importing-table-from-html/#post-16267624)
 * As far I know, there were some changes in PHP 8.1 regarding HTML entities ( [https://php.watch/versions/8.1/html-entity-default-value-changes](https://php.watch/versions/8.1/html-entity-default-value-changes))
   and encoding.
 * Not sure if it’s the case, but [https://github.com/TablePress/TablePress/blob/main/libraries/html-parser.class.php](https://github.com/TablePress/TablePress/blob/main/libraries/html-parser.class.php)
   seems to use html_entity_decode() function, which was affected by 8.1.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] PHP 8.1 – Wrong Encoding Importing Table from HTML](https://wordpress.org/support/topic/php-8-1-wrong-encoding-importing-table-from-html/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/php-8-1-wrong-encoding-importing-table-from-html/#post-16264073)
 * First of all, it’s not a trouble at all. I realize this is free product and you
   do your best to help users, which I’m thankful for.
 * My first thought was also about missing modules in PHP. But I did strict comparison
   between my PHP 8.0 and 8.1 installations and they use exactly the same modules.
 * Like I mentioned, JSON continues working fine. Also, if I add text to table manually(
   using “Edit Table” feature in plugin), all foreign characters are displayed fine.
   The website itself is non-English too, and WP displays all foreign characters(
   even on the same page where table is inserted) just fine. Only imported HTML 
   content is messed.
 * Here’s a sample file – [https://ufile.io/1cypxiej](https://ufile.io/1cypxiej)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Using “official” DataTables Plugins](https://wordpress.org/support/topic/using-official-datatables-plugins/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/using-official-datatables-plugins/#post-16125807)
 * Thanks for the reply. I’m not very sure how WP plugins work, but regarding “normal”
   DataTables, there are no special needs for that plugin.
 * > Integrating this particular DataTables plugin is actually a bit tricky, as 
   > it needs to be loaded in a special place (after the embedding of the normal
   > DataTables JS file, but before the execution of the features).
 * I use this plugin in several scripts, and all I have to do is include plugin *.
   js file right after including DataTables *.js file. Once included, everything
   works automatically.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Upgraded from 2.8 to 3.0 – plugin stopped working](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/#post-15787308)
 * Thanks, that was one of the fastest responses and fixes from software developer
   I ever experienced.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Upgraded from 2.8 to 3.0 – plugin stopped working](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/#post-15785914)
 * I think there’s something wrong with version numbering. WP repository still displays
   it’s version 3.0, but after clicking Download button, it downloads file **buttonizer-
   multifunctional-button.3.0.1.zip**
 * So I downloaded this file, manually re-uploaded it and plugin started working.
   But it still says v3.0, not sure why it’s so.
 * P.S. I see that all the options are not available in v3 by default, and it only
   displays “Start Migrating” button (which redirects to some signup form). Does
   it mean I can’t use Buttonizer without creating an account with you?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Upgraded from 2.8 to 3.0 – plugin stopped working](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/#post-15785370)
 * Just to be sure – if I uninstall plugin and re-install it, all the settings will
   remain in place, right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Upgraded from 2.8 to 3.0 – plugin stopped working](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/upgraded-from-2-8-to-3-0-plugin-stopped-working/#post-15785303)
 * I knew it was risky to upgrade to a major new release right after it was published,
   but your reply seems to be super-fast and promising. Thanks for quick response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Importing Table Removes HTML5 data- Attributes](https://wordpress.org/support/topic/importing-table-removes-html5-data-attributes/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/importing-table-removes-html5-data-attributes/#post-15010584)
 * Thank you for the response. I checked the `tablepress_cell_tag_attributes`, but
   I’m not sure if it suits my needs. If I understand right, I need to utilize this
   in functions.php? Will it work if I know nothing about table? I mean every time
   the table is imported, it contains a different number of rows and data is slightly
   different. Also, I need to add `data-` attributes to more columns (not just weekdays),
   doesn’t it mean a lot of programming is involved here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Problem After Updating Plugin](https://wordpress.org/support/topic/problem-after-updating-plugin-2/)
 *  [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/problem-after-updating-plugin-2/page/2/#post-11806002)
 * Just updated. No more new entries in error_log file. Will monitor it for another
   24 hours and will let you know if there’s something wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Problem After Updating Plugin](https://wordpress.org/support/topic/problem-after-updating-plugin-2/)
 *  [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/problem-after-updating-plugin-2/#post-11793449)
 * Thank you, just did.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Problem After Updating Plugin](https://wordpress.org/support/topic/problem-after-updating-plugin-2/)
 *  [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/problem-after-updating-plugin-2/#post-11793355)
 * Logged in via FTP to one of my sites and found error_log file which is full of
   errors:
 *     ```
       [02-Aug-2019 10:12:34 UTC] PHP Warning:  Illegal string offset 'width' in /home/myuser/public_html/wp-content/plugins/all-in-one-seo-pack/inc/schema/graphs/graph-organization.php on line 114
       [02-Aug-2019 10:12:34 UTC] PHP Warning:  Illegal string offset 'height' in /home/myuser/public_html/wp-content/plugins/all-in-one-seo-pack/inc/schema/graphs/graph-organization.php on line 115
       ```
   
 * For some reason, it only happens on 1 site. I have another WP site running on
   the same server (so it uses exactly the same PHP environment), but it doesn’t
   show this error. According to the log, error started occurring just today.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] Meta Keywords Bug with Foreign Letters](https://wordpress.org/support/topic/meta-keywords-bug-with-foreign-letters/)
 *  Thread Starter [lipskas](https://wordpress.org/support/users/lipskas/)
 * (@lipskas)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/meta-keywords-bug-with-foreign-letters/#post-11759949)
 * > I wouldn’t worry about it though, since I doubt casing matters here. Also, 
   > keep in mind that Google, Bing, and Yahoo no longer use keywords.
 * As I earned living by doing greyhat/blackhat SEO for 10+ years and switched to“
   normal” stuff recently, there is no single person in the world who can convince
   me meta keywords have 0 effect 🙂
 * Anyways… What is the exact reason why you forcefully apply strtolower to keywords?
   Thanks.
    -  This reply was modified 6 years, 10 months ago by [lipskas](https://wordpress.org/support/users/lipskas/).

Viewing 15 replies - 1 through 15 (of 26 total)

1 [2](https://wordpress.org/support/users/lipskas/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/lipskas/replies/page/2/?output_format=md)