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

    (@jeroenpeters1986)

    Hi TechSavvy,

    This is probably a setting on your Name Directory. If you go to your admin panel, hover over the Directory you want to edit and choose settings.

    There is an option ‘Show all names on index’. Is this disabled?

    Thread Starter TechSavvy

    (@techsavvy)

    That options is not showing disabled. That’s why I was confused why none of my entries are showing…perhaps something else?

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    I’m not sure. Do you see the entries in the admin? Can you also give me a link to your website? Maybe I can see something even in de frontend.

    Thread Starter TechSavvy

    (@techsavvy)

    I do see the entries in the admin. That’s why it doesn’t make sense.

    Here is the direct link:

    https://www.integrityvalidations.com/353-2/

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi TechSavvy,

    the problem is in your css. You have a style rule defined on body that every text is set to white, except when overruled. My plugin tries to integrate, so it’s text inherited the white-color. If you do a CTRL+A you’ll see the text.

    Name directory has it’s own classes so you could style it if you’d like.

    In your case it might be best to add

    .name_directory_column {<br />
        color: black !important;<br />
    }

    to your theme’s CSS. This leaves every styling you did intact, except it sets every name_directory content column to black text.

    I hope this works for you. If it did, a little donation for my help, or a review of the plugin will be much appreciated!

    Have a good one!
    Kind regards,

    Jeroen

    Thread Starter TechSavvy

    (@techsavvy)

    Okay that code worked perfect to show the text, however, all the footer is messed up on that page. It’s gray and there is no writing. It was originally black background with white text. Can the code be altered to fix this?

    I really appreciate your help! ??

    Plugin Author Jeroen Peters

    (@jeroenpeters1986)

    Hi TechSavvy,

    at my computer it seems to work OK. I see that on here, the code didn’t show very well, it put <br> tags in it..

    At the end of your custom CSS, I see a backtick character `, I think if you remove that, everything will be alright.

    After that, it’s just CSS. I’m glad you appreciate the help. I’d appreciate it too if you’d write a review about my plugin and/or help or maybe donate me a buck or two for my next cups of coffee ??
    If there is anything else, let me know.

    Kind regards, Jeroen

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Terms and Definitions now showing’ is closed to new replies.