Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1330713

    As the title says. User-defined CSS classes work, but not id.
    Probably the bug is located either in blog.php or postslider.php

    #1330778

    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

    #1330916

    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

    #1330977

    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

    #1331081

    Hi Jürgen,

    Yes, this fix will be included in the next version of the theme.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.