• ResolvedPlugin Contributor Matthieu S

    (@sartmatt)


    Hi,

    I installed the latest version of the plug-in on my blog with the Twentyfourteen theme and I got an unwanted line break between the arrow icon and the text for the expand link :
    >>
    Click to expand

    Instead of :
    >> Click to expand

    It seems to be some sort of CSS conflict, maybe with this code from the style.css of the theme :
    [class*=”content”]:after,
    [class*=”site”]:after {
    clear: both;
    }

    For information, I managed to solve the issue by simply renaming the “expand-content-link” class to “expand-cnt-link”.

    https://www.ads-software.com/plugins/expandcollapse-funk/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hm,

    I am seeing this as well. I just tested using the default 2014 theme.

    What theme were you using? I will need to adjust the plugin style.css file to get it looking good with the newer version of the default themes and WordPress 3.9.

    Plugin Contributor Matthieu S

    (@sartmatt)

    It’s also with the 2014 theme.

    I sent you a message through your webpage contact form a few days ago with a proper fix for this (new CSS class name for the content link + onload JS to rename the class on the existing posts) and my patch for supporting nested elements. Did you receive it ?

    Plugin Author Evan Herman

    (@eherman24)

    Ah yes I did! I completely forgot about that, sorry about that. Been a hectic few weeks for me.

    Let me see if I can get that merged back into the plugin, and I’ll push out a 2.2 update.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Line break after arrow icon’ is closed to new replies.