AleCss
Forum Replies Created
-
Thank you very much. Use always this post to inform me and the community.
Hi there, I have tried to use the Style Two, but I can’t see the post term. Maybe depends it because of the custom post type? If it is the case, how can I use post term with custom post type? Do I have to set some particular parameter of cpt configurations on function.php?
Thanks
Hi there, sorry for the delay, I’m on vacation.
I’ll try your solution and then I’ll let you know.
The style two layout is available in free version of the plugin?
Thanks
The same for me. I’m using Hello Elementor child theme.
I have tried Loco Translate and I have solved this problem. But if I do not want to use Loco Translate, how can I do?
Thanks
The problem is that “Press to select” is the value of an html attribute, to be precise the “data-select-text” attribute. And I have no idea how to target that attribute to translate it.
I have already tried to use pll_register_string function (Polylang), but without success.
Hi, thank you for your response. I don’t need to translate my forms in another language. They are already well translated in Italian. I have need only to translate that short sentence that I have show in my screenshot: “Press to select” in select’s options field.
I’m already using Polylang and I don’t want to install another plugin for languages.
Maybe, I can traslate it with custom string translation offered by polylang functions. Do you have some idea?
Thanks
Hi, thank you for your quick answer. I have checked and Yoast says: “Great, your site has been optimized” with a green checkmark. I can’t run again the process.
Despite of Yoast doesn’t affect the site speed, I’m pretty sure the site has become slow after running the indexing content process.
After optimizing the site speed, I’ll try to change server. I don’t know what to do.
Thanks
Forum: Plugins
In reply to: [WebP Express] Webp images not loadedHi there, thanks for replying. I have disabled the plugin that generates the webp images, because it produces a duplicate and finally it’s not a really good improvement in performance.
I don’t know how to use correctly webp in WordPress.
Forum: Plugins
In reply to: [WebP Express] Identical contents, but served from different URLsHi there, same issue. And this thing is slowing down the performance. I have to show the GT metrix result to my client and this problem of same images served from different URLs slow down so much the final result.
Forum: Plugins
In reply to: [Redirection] Waiting page before redirectAh ok, you intend in somewhere else forum. Thank you anyway.
Forum: Plugins
In reply to: [Redirection] Waiting page before redirectOk, what forum are you talking? Is there another plugin that let set a redirect and also a waiting page?
Thaks for your collaboration
Forum: Plugins
In reply to: [Redirection] Waiting page before redirectOk, thanks. We supposed I use this plugin, how can I implement a waiting page before every redirect?
Can I do with a function in function.php?
Thank you very much
Forum: Plugins
In reply to: [Polylang] pll_language cookieOk, thank you very much. I’ll check this with GDPR Cookie Compliance author.
Forum: Plugins
In reply to: [Polylang] pll_language cookieHi, the GDPR Cookie Compliance author have answer. They said this:
I’ve checked the Polylang plugin and they’re not using filters to prevent the cookie setup. In the changelog version 1.0.2 release say: “Add the possibility not to set a cookie by defining PLL_COOKIE to false (Polylang may not work as
expected on some pages)”.You’ll find the GDPR hooks and functions in the Help section, they can implement a hook in their plugin and after that you can use the GDPR hooks to create the ppl_language cookie only if the users accepted the cookies.
The ppl_language cookie doesn’t store any sensitive information, you can to your cookie policy table and keep as it is.
I hope this helps.
These are the hooks they refer: https://ww.wp.xz.cn/support/topic/conditional-php-script/
Can you help me to find a solution to block pll_language? Thank you very much