Katie
Forum Replies Created
-
I can report that on dozens of websites the recent update solved the problem.Thank you for your reply!
Do you have a timeline for the public release?The problem is widely known. The culprit is Rank Math or rather their last update (published about 2 weeks ago).
Please go into the Rank Math settings and roll back the previous version.
Just to be 100% sure, I’d clear the cache and regenerate Elementor CSS after that. But then you should be good to go again. ??As LogoLogics mentioned, it’s the latest Rank Math update (from 2 weeks ago).
In the Rank Math settings you can roll back the version to the previous one. That solves the problem for now. ??This problem was caused by the last update. You can go into the Rank Math settings and roll back to the previous version.
I was told by someone who has the pro version and contacted their support (directly after the update came out around 2 weeks ago) that they were aware of the problem and working on it.
But nothing has happened so far. It’s so frustrating…Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Icon Box ErrorHi! This probably will be fixed in the next update but until then you can do it manually. So you go to into FTP, then to Elementor -> includes -> widgets ->icon-box.php In line 695 you replace the current code with: $has_icon = ! empty( $settings['icon'] ) || ! empty( $settings['selected_icon']['value'] ); In or rather around line 708, please replace the whole current if statement with: if ( $has_icon ) { if ( isset($settings['icon']) && !empty($settings['icon']) ) { $this->add_render_attribute( 'i', 'class', $settings['icon'] ); } $this->add_render_attribute( 'i', 'aria-hidden', 'true' ); }
- This reply was modified 10 months, 3 weeks ago by Katie.
Thank you so much! ??
Thank you very much! ??
Thank you very much!
I was very much hoping you’d say that. ??
The rule was 157.
Please let me use the opportunity to thank you for the work you do and your amazing plugin. I recommend it whenever I have the chance!@ypeng Version 3.12.3 will be out within the next couple of days. To be honest, I hope it will work then. If not, at least you can ask the AI (integrated in this update) for the best code to make it work. ??
The API used for the AI feature is from OpenAI (so basically ChatGPT) but as it’s probably trained with the elementor code, I expect more precise results.@ypeng As far as I know there is currently no way to do that. Many people have asked for this, especially now that we have nested tabs.
While you can assign individual CSS id’s to the tabs (or even the container and widgets inside the tabs), for some reason the linking to them doesn’t work.
Theoretically, there is a javascript option but many people shy away from that option for security concerns/ lack of knowledge.
Let’s hope Elementor will make it work soon.@danoh88 Could you let us know what caused the problem and if the problem was solved? If so, how?
Thank you in advance.@nrowan1 Thank you very much for your quick reply.
I wish you a great day!While totally respecting and supporting the www.ads-software.com statues regarding pro support in the support section of a free plugin, generally speaking, I would very much appreciate and encourage everybody to post whenever a solution for a problem was found.
Even though the problem here might have been Elementor pro related, maybe it wasn’t. In that case posting the solution to all free users might be a benefit for everybody.
@nrowan1 Could the cause of the problem be found and what was the solution, if I may ask?Will do.
For now, everything seems to work just fine again. At least I can rule out a problem from your side. Thank you for that!