devsaredead
Forum Replies Created
-
hello, unfortunately it doesn’t work. The only way is using an image that is 30px in it’s original size.
how can I tweak that code? So far, the only way to reduce the image is by creating a huge column-padding of the container, like 15%
….perhaps I should point you to the page where the shortcode is. You can see here that the flag is in full size.
yes it’s set as 30×30, that’s why I was hoping it would be fetched by the shortcode with that size, but it isn’t and they are shown at their original size
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] excerpts are not translatedI did further testing and I found the solution: if I just write the English excerpt in the Falang post setting, then it would not recognize that there is an excerpt in the original language, because there isn’t. So, I must write the excerpt in the original post as well, and then write the English one in the Falang post setting.
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] excerpts are not translatedI could send you the last js_composer but I have no idea if it’s the default version or if would be slightly adapted to the theme. Just tell me how I can help you tackle the issue….
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] excerpts are not translatedsure, I use the latest Wpbakery. The blog page you see is generated with a query element. You can see Wpbakery and theme options on this image. Nothing special, just options without any reference to any excerpts
Forum: Plugins
In reply to: [Falang multilanguage for WordPress] excerpts are not translatedHello, the problem is in the list, please see the English page where excerpts are in Italian
thank you all, I guess neither the CSS or the popup option would fit into my case. I thought of something more similar to the “password protected” page view…
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.