devsaredead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to kill sudden fake users registrationThe issue seems gone, I don’t receive fake users registrations anymore. I guess the hacker did his thing and left. I just hope he has not left any harmful stuff….
Forum: Fixing WordPress
In reply to: how to kill sudden fake users registration@threadi I have noticed that the email comes from a .it domain (which is just a redirect to the official website .com (I have also a staging site .com). Yet, the email html layout is created by a plugin installed in the .com site. HOw do you explain this?
Forum: Fixing WordPress
In reply to: how to kill sudden fake users registrationI have monitored the site after inlcuding a function to disable the email (see below), but they are still coming in. So I don’t think they are manual emails because they have the theme’s mail layout, so they come from the site.
add_filter(‘pre_wp_mail’, ‘templ_disable_emails’);
function templ_disable_emails() {
return false;
}Forum: Fixing WordPress
In reply to: how to kill sudden fake users registration@dvaer I mentioned that users are NOT registered, I checked the database too. I have also blocked registration and even put the site under maintenance for one day, but the email alerts (i.e. my theme’s alerts) are coming in at specific times, in hundreds. I also normally use malware scanners at server level and Wordfence, but all is clean.
Forum: Plugins
In reply to: [Tidio β Live Chat & AI Chatbots] why chat is always offline?no, my widget is enabled to “show the widget when agents are offline”
Forum: Plugins
In reply to: [Tidio β Live Chat & AI Chatbots] why chat is always offline?No, I mean that the chat is enabled only if I have the Tidio web panel opened and enabled. When I log off from Tidio my chat goes offline. Obviously, if the chat is offline I would not get a notification in real time on my mobile, I just get an email alert that someone has left a message (in the offline status).
Moreover, having put opening hours as a paid service has made things useless.
…no, it’s a paid theme. You can see the element here (I’m using the third example, with the sorting menu)
…yes, my theme has a Wpbakery dedicated plugin, but this element looks like any average post query. I believe it has nothing to do with fetching the translations…. I don’t know
…it does look like standard parameters (i.e. nothing added by the theme): post loop builder fetching post type and categories, with sortable menu enabled. I have my posts and categories translated so I don’t see why it shouldn’t work.
thanks for the prompt reply Stephane… no screen capture, but you can test my language at this page, if you scroll down at this section, then you can find the same section on the translated page and you will see that the script does not work (it only fetches the original posts in “all”, and does not list them in other menus “arts, books, etc.”).
QUOTE: Tidio notifying me whenever thereβs a visitor on my website
I believe notifications are a thing of the past. Now you must have a premium plan and have both the mobile app and the website backend opened in order to receive any notification. Prove me wrong if you can.
ok, I did try before and it didn’t work but it’s working now in the frontend (maybe it was the cache). The backend still shows the copy of the original string, though. However, I hope you will include the possibility to add the basic HTML symbols in future updates…
I will look into the .xml option for the strings that cannot be found.
always good to know you are spot on π However I have changed the code but the display is still in original language. The html content is
<a href="https://airportpadova.com/privacy-terms-ita">termini & condizioni β’ informativa sulla privacy</a>you can just change any text/url to try
- This reply was modified 1 year, 3 months ago by devsaredead.
no Stephane, it’s not even saved. The string stays as a copy of the original. I have even tried to remove the ahref but nothing happens
…that doesn’t seem to be the problem. I have tried both with HTML code
•and not using the circle at all. String is not translated.