• Resolved yidaki

    (@yidaki)


    Thanks for this cool plugin. I need to include images in my glossary, but there is a big gap between the description and the “show more” text. Is there a solution?
    You can find an example at https://seilsport.ch/testdirectory/. I have an image in the Beta entry, so there is a gap in the preview. The entry itself is displayed perfectly. It is only in the listing. Thanks for your help.

    The page I need help with: [log in to see the link]

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

    (@jeroenpeters1986)

    Hey @yidaki,

    I see? Did you do some ‘protecting’ at the site too? That made debugging a bit hard. But I see now that there actually ís an image in the listing but when there is only text we let a bit of the text ‘fade away’ when you use the Read more function.

    I can make a solution for this, but that requires me to make a new release.

    In the mean time you can fix it yourself by putting this in the customizer’s Custom CSS panel:

    
    .name_directory_readmore_target img {
      display: none; 
    }
    
    .name_directory_readmore_state:checked ~ .name_directory_readmore_wrap .name_directory_readmore_target img {
     display: block;
    }
    

    Please let me know if this works for you!

    Kind regards,

    Jeroen Peters

    Thread Starter yidaki

    (@yidaki)

    Sorry about the protecting. But you could actually solve it. Thank you very much. You can’t buy anything with a thank you, but you could tell me where I can send you a cup of coffee.
    Cheers, and big thanks again. yidaki

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi @yidaki,

    that is very thoughtful! I actually have a page for buying coffee haha. It’s located on https://ko-fi.com/jeroenpeters

    I am glad that it has helped you, the page looks great!

    Kind regards,

    Jeroen Peters

    Thread Starter yidaki

    (@yidaki)

    Thanks. Still work hard on it ?? Have fun with the Coffees ??

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    I wish you all the best, and thank you so much for the coffees!

    Kind regards Jeroen

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image problem’ is closed to new replies.