It seems the item-list-for-wordpress plugin has fatal PHP Fatal error:? Uncaught Error: Undefined constant “ELEMENTOR_ASSETS_URL” /plugins/item-lists-for-elementor/item-lists-for-elementor.php:75 in case when elementor is not active/installed.
Perhaps it would be wise to check ‘if exist’ or similar, to avoid breaking sites installing the plugin where elementor is not installed.? (if possible)?
Why no text link or URL options. Most lists use linking ?
]]>Hello!
If you use the icons from the ready-made awesome set, everything is perfect. But if i try to use my own custom SVGs, they are simply not displayed, despite the fact that they work in other widgets for the elementor. Is it possible to do something about this? Thank you!
]]>There is a small syntax error on line 19 of the alternate-timeline-bullet-style.php file of the 1.3 version of the List Items for Elementor PlugIn (Free, non-pro version). There is an extra inline PHP close tag ?> towards the end of the code line noted.
Line with Error: <i class=”ile-icon <?php echo $icon ?>” style=”color:<?php echo $icon_color; ?>; ?>”></i>
Corrected Version: <i class=”ile-icon <?php echo $icon ?>” style=”color:<?php echo $icon_color; ?>”></i>
It’s not really evident unless viewed in a Text Browser like Links, which I use to check ‘Search Engine Perspectives’ on websites.
]]>Hi,
We were using your plugin apparently it did all things our designer wanted she was really pleased.
The only thing was it showed a deprecation warning
Deprecated: _register_controls is deprecated since version 3.1.0! Use Elementor\Controls_Stack::register_controls() instead. in /wwwroot/wp-includes/functions.php on line 5323
I worked around that by changing the name of the method and adding a new one that seems to match the new naming
public function register_controls(){
return $this->x_register_controls();
}
// Adding the controls fields for the Item Lists Element
protected function x_register_controls() {
in the file widgets/item-lists-widget.php
This is probably unnecessary I could probably just remove the _at the start of the _register_controls function name but I wanted it to be clear it was temp fix when looking at the code, for when the plugin is next updated.
This is on version 1.2 of the plugin
Version 3.6.1 of Elementor
Version 3.6.4 of Elementor Pro
Thank you for the plugin its really useful.
]]>When will this be tested for 3.6.2 elementor? It’s currently complaining that it’s untested
]]>I just need that if is it possible to start the numbered list with specific number.
Use case :
I have 2 columns in elementor and want to display 1 -5 in one column and 6-10 in other column
]]>WordPress shows the following fatal error:
Warning: require_once(/home/henma-web/public_html/wp-content/plugins/item-lists-for-elementor/widgets/elementor-dependency.php): failed to open stream: No such file or directory in /home/henma-web/public_html/wp-content/plugins/item-lists-for-elementor/item-lists-for-elementor.php
]]>