As the title says. User-defined CSS classes work, but not id.
Probably the bug is located either in blog.php or postslider.php
Hey Jürgen,
Thanks for reporting this, I’m seeing the same problem on a test installation. I’ll report this to our developers, and let you know here when we have a solution ready.
Best regards,
Rikard
Hi Jürgen,
Our developers have solved this problem now. If you include FTP and WordPress login details to your site in private, then we can add it for you. If you want to add it yourself, then please open /enfold/config-templatebuilder/avia-shortcodes/blog/blog.php, then add this code on line 592:
$atts['el_id'] = $meta['custom_el_id'];
Just above this line:
$atts['class'] = $meta['el_class'];
Best regards,
Rikard
Dear Rikard,
perfect, works like a charm!
The line will be included in the next version, I assume!?
Thanks for taking care and thanks to the dev team for the solution!
Best,
Jürgen