fpwordpress
Forum Replies Created
-
Hello @shanedelierrr, thank you for your answer.
Just another basic question: as I have pointed out in my first post, when the last line of code is rendered in the backup file, all you see is just some blank lines.
I have found out that other DB backup plugins end the code with some comment lines, to indicate that the backup was successfully completed.
I have no intention to compare your solutions with other plugins, but wonder if these 5 blank lines actually mark the end of a successful and error-free mysql file.
Thank you.
Hi @shanedelierrr, thank you for your answer.
I will then rely on an additional DB backup plugin.
Nevertheless, I would like to underline that extra tables beyond “wp_ ” are not an extraordinary event and many sites rely on them for additional functions, and therefore they become an integral part of the DB. They are not a fancy function arisen from the “creativity” of developers, and for this reason one could expect them to be included in your backups, given the high level of the plugin.
Maybe one workaround is changing the table name from “_my_extra_table” to “wp_my_extra_table”. Would the plugin backup the table in that case? Thank you.
Hello @nlpro, that might be a reason. Anyway, other database backup plugins I have tested, do recognize and backup custom DB tables. The thing is, I would rather avoid adding an extra plugin for DB backup, as the feature is included in the Solid Security package.
Hello, thank you for your answer.
Before arranging a test site as you suggest, I have found out another detail which might be relevant as well: my database contains some extra tables, such as “_my_extra_table”, which I can see in PhpMyAdmin, after the “wp_yoast_seo_meta” table.
These tables are not included in the backup.
If I check the setting of your plugin, in the area where I see all tables to include (and exclude) in the backup, my extra tables are not displayed, and therefore not included in the backup.
Any hint about that, please? Thank you.
I have just noticed in the browser console the following javascript error when clicking on the thumbnail:
“TypeError: event.target.parentElement is null”
Thank you for your reply. As a test, I have hard-coded two links in the <head> section (file header.php) to the following files:
/plugins/gallery-block-lightbox/dist/baguetteBox.min.js
/plugins/gallery-block-lightbox/dist/baguetteBox.min.cssWas this correct? If so, nothing has changed, and no lightbox appears.
Thank you.
Hello, I have just found out that the translation can be achieved through .pot / .po / .mo files. All seems to be working fine.
Is it possible to translate “from” only through Loco Translate, as shown in the video? No WPML? Thank you.
Hello nlpro,
Thank you for your reply.
Yes, the SQL line above has been copied and pasted from the original .sql backup file. It was the last line, and after that only 4/5 empty lines.
As per your sidenote: do you think that the wp_yoast_seo_meta table should be deleted, or can it remain where it is? Could it be the cause of the truncated code?
Forum: Plugins
In reply to: [Yoast SEO] How to disable some Yoast crons?Hello Carl B, thank you for your answer.
Honestly speaking I believe I am not asking for a custom work, but simply for a way to relieve the site from a burden for services that I (and I believe many other Yoast users) do not use.
Regards.
Yes I have the same problem too, when do you think you can solve, thanks???
Salve, pensate sia possibile risolvere il problema a breve? Il plugin rende impossibile utilizzare il codice HTML creato su misura per il banner, dove dopotutto cerco soltanto di eliminare la parte in cui si dice “scorrendo la pagina…”
Grazie.Forum: Plugins
In reply to: [GDPR] Google TagManager supportHello, would there be another way of blocking or enabling cookie groups by using Google Tag Manager? Thank you.
Forum: Plugins
In reply to: [GDPR] Why is Privacy Policy required by default?IPs can be anonymized in Google Analytics.
Nevertheless, although anonymized, in all my sites Google Analytics cookies are blocked until user accepts.
Despite this, IMHO the policy acceptance should be optional.
Forum: Plugins
In reply to: [GDPR] Why is Privacy Policy required by default?Hello @tt74, thank you for your contribution.
I think things are a bit mixed up. The present EU Cookie Law (which came into force on June 3rd 2015) was made to regulate the use of cookies produced by websites and block them, waiting for the user’s assent on their use. Nothing was said about personal data handling.
That’s why sites were equipped with the cookie banner and the OK button to accept the use of cookies (and not the use of personal data).
The 2018 GDPR is made to protect personal data and privacy at all levels, and both cookies and data handling must be accepted before proceeding, but…
1) Cookies must be accepted before visiting the website;
2) Data handling must be accepted before sending an e-mail or doing other stuff that implies the transfer of the user’s personal data.
We need to comply with both obligations, but in different stages. I do not need the user’s assent to get his data if he only visits my site. All I have to do is protect him from cookies arising from my website if he does not want to be tracked.
Later on, if he/she wants to write me, I’ll ask for his/her assent on data handling just before clicking on the “Send mail” button.
Obviously this is just my view of the thing, and I have based my request and my post on it.