Quite a few of the social icons are blank, and do not display. The globe being one of them. Please can you fix?
]]>I hade description with custom html attributes inside and this is no longer working with the new version.
I also have a problem with missing webfonts in the plugin with 404 on assets/webfonts
Kind regards,
Matej
]]>How do I go about customizing the social icons to where I can add anything there? Say I just want a custom icon/image that doesn’t link anywhere? Or maybe a bit of text or something there.
How difficult would it be to edit the source file (if I knew where to locate it) to implement these features?
Rather than choosing from a list, how about allowing custom items?
]]>
My site is showing the error when loading images from social media: wp-content/plugins/card-elements-for-elementor/assets/webfonts/fa-brands-400.ttf net::ERR_ABORTED 404 (Not Found) Can you help me ?
Hello.
When I try to input categories query(screenshot), on translated page,
then on front-end doesn’t display any result.
Only if I leave the query field empty, displaying posts from all categories.
I use WPML for translation
Versions:
WordPress:6.1.1
Card Elements for Elementor: 1.1.7
WPML Multilingual CMS: 4.5.14
WPML String Translation:3.2.3
Elementor:3.9.0
MariaDB:10.3.36
PHP:7.4.33
Hello.
Do you have a solution for pagination on post card style?
Regards,
George
in wp-content/plugins/card-elements-for-elementor/assets/css/font-awesome.css?ver=6.0.1
are several @font-face directives like
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../webfonts/fa-brands-400.eot");
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
looking for a webfonts directory that does not exit in your plugin
I’ve temporarily solved the problem on my end with a simple
~/www/wp-content/plugins/card-elements-for-elementor/assets>$ ln -is ../../elementor/assets/lib/font-awesome/webfonts ./webfonts
but you will probably want to address this in your next update
]]>When you edit your home page with Elementor, I am unable to see the Update button, and there is this warning message received:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘cee_elements_widget_script_backend’ not found or invalid function name in /home/customer/www/productdive.com/public_html/wp-includes/class-wp-hook.php on line 307
But when I disable this Card Elements for Elementor plugin, the warning is gone, and I can see the update button.
However, the card features used on profiles are gone.
Hello.
With the Elementor version (3.6.1) the page loses its formatting. When I roll back to 3.5.6 everything works fine.
Do you plan any update?
Kind Regards,
George
Hello,
This plugin creates 1 php error for every card used on a page.
The error is : Invalid argument supplied for foreach()
The problem is caused by this line of code :
foreach ($settings['social_icon_list'] as $index => $item) {
Solution: You should check if $settings[‘social_icon_list’] really is an array. Because when it’s empty, it returns FALSE instead of an empty array.
Kind regards.
Marc Geurts
Belgium
Hi,
I have a public contributors page where I want to display authors cards, but also order them by number of posts. Posts are actually custom posts. Do you support that?
Thanks!
]]>