• Resolved a223123131

    (@a223123131)


    This is a default WP installation with your plugin:
    https://uag.dlgo.de/beispiel-seite/

    As you see there, AFTER the last icon, there is a short line. I want that the line ends with the last icon.

    The class uagb-timeline__line contains a calculated top and bottom style. I can override the bottom style with css, but this doesn’t help. If I deactivate / delete the bottom element in the developer console of the browser (see https://dlgo.de/line.jpg) it is working. But how can I disable the bottom style in the plugin or in the code?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @a223123131 ,

    It seems that it is a theme issue. I have checked with other themes like Twenty-twenty one and others, it is working fine.

    Please check this video.

    Could you please check it once?

    Let me know how it goes. Looking forward to hearing from you.

    Thread Starter a223123131

    (@a223123131)

    You are right… I tested several other themes and there it is working. Don’t know if there are other themes out where this happens, too.

    However, I don’t know how I can get rid of it with the Alante theme. Do you have any idea?

    Thread Starter a223123131

    (@a223123131)

    Don’t know how a theme can have an impact on this. This isn’t looking that it can be a css issue. In the browser developer console I deactivated all css classes which does not start with uagb with no change.
    When I deactivate the bottom style of the class uagb-timeline__line it is gone.

    This is strange. The class points me to an UAG issue while our video and my test shows clear that it is a theme issue.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @a223123131 ,

    I’d suggest you to please contact the author of the theme. I think they would be able to help you with this.

    I hope you understand.

    Thread Starter a223123131

    (@a223123131)

    They tell me to contact you ??

    Thread Starter a223123131

    (@a223123131)

    You are my last chance to get it solved…

    Thread Starter a223123131

    (@a223123131)

    Looks like setting the following code in the theme style.css solved it

    .uagb-timeline__line article:after {
    display: none;
    }

    The general article:after is set to display:table which isn’t working with your plugin.
    Think to solve it for others you can add this to your source code.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @a223123131,

    Glad you figured it out. ?Thanks for letting us know.
    ?
    If you need anything else we can help you with, please don’t hesitate to open a new ticket.
    ?
    Have a nice day and week ahead! ??

    Thread Starter a223123131

    (@a223123131)

    Need to correct me… it was the wrong class. This is correct:

    .uagb-timeline__days article:after {
    display: none;
    }

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Glad it works out for you.

    If you need any further help, please do let us know.

    Have a fantastic day ahead. ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Connector line ending with last icon’ is closed to new replies.