EDV11
Forum Replies Created
-
No, there’s nothing like that in the functions.php of the theme or the child theme
Great, thanks!
Ok, found it. I guess that the button “Follow” can’t be translated.
Thanks
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP and ASA2 linksHi
Let me know what you need and how to provide it to you. I don’t know if I can give you ASA as it is a paid plugin that requires registration…
Forum: Plugins
In reply to: [AMP] Sudden Jump in AMP Errors in GSCSame thing. I have received e-mail from Google reporting many HTML errors, as well as listed on Webmaster tools. These are some of the reported errors
The attribute ‘style’ may not appear in tag ‘span’.
Forum: Fixing WordPress
In reply to: Several issues after restoring databaseOk, problem solved. The issue was in the theme. I just uploaded it again.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Old admin comments shown as guestOk, here is how I did it
UPDATE wp_comments SET comment_author = 'EDV11', user_id = 3 WHERE comment_author_email = '[email protected]'
After that query all my comments are marked as Admin.
Thanks again
Forum: Plugins
In reply to: [Comments - wpDiscuz] Old admin comments shown as guestI just checked the table manually, and all the comments are marked as user_id = 0, no matter if the comments are made by the admin, a user or a guest.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Old admin comments shown as guestAre those changes made correct?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Old admin comments shown as guestThanks for your fast answer
1. The database table prefix is ‘wp_’
2. Admin username is ‘EDV11’
3. Admin user id is 3I run this command
UPDATE
wp_comments
SETcomment_author
= ‘EDV11’, user_id = 3 WHERE user_id = 0But it gives me an SQL syntax error
Forum: Plugins
In reply to: [Table of Contents Plus] Float on scrollTrebly, I’m waiting for that enhanced version!
Forum: Plugins
In reply to: [Amazon Link] Force price shown from a different localeOk, I found out that it just doesn’t work with DE. If I format it as UK or FR it will show perfectly. So I guess it is a bug with 3.2.5-rc1. Any other version I can try, or where in the code could this bug be?
Forum: Plugins
In reply to: [Amazon Link] Force price shown from a different localeThis is what it shows: https://i.imgur.com/TylZb3N.png
sent!
Solved, it was in functions.php.
You should remove the http: thing and leave it as// and it will choose how to load it. Or set it to https anyway…
Thanks!