• Resolved ahmetsali

    (@ahmetsali)


    Hi, when using accordion widget, clicking on the titles works as expected, however clicking on the plus icon acts strangely, it always toggle the last items content.

    Can you please fix this?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    Testing the Accordion and Toggles widget on our side it works correctly clicking on both Title or the plus icon, so could you please give us some more information about the theme, WordPress version, additional plugins you are using, as well as perhaps your website URL so we can check this.

    Thank you.

    Best,
    Qode

    Thread Starter ahmetsali

    (@ahmetsali)

    I switched to the default theme and it still occurs, I inspected the css code and saw that svg icons are overflowing out of the title container, adding this custom css code fixed the issue.

    .qodef-qi-accordion .qodef-e-icon>svg {
        max-height: 100%;
    	}
    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    Glad you managed to resolve this, and as we could not reproduce this on our side you are more than welcome to share your URL so we can check this to see how we can reproduce the same issue you are encountering.

    Thank you.

    Best,

    Qode

    Thread Starter ahmetsali

    (@ahmetsali)

    I no longer see this issue, you can mark this topic as resolved.

    Cheers.

    Plugin Author Qode

    (@qodeinteractive)

    Hi there,

    We are glad that this is resolved!

    Best,

    Qode

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