Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Contributor Andrew Norcross

    (@norcross)

    Got a link to your site?

    Thread Starter bowoolley

    (@bowoolley)

    Sure: https://www.lightworkersplayground.com. That was fast… ??

    Plugin Contributor Andrew Norcross

    (@norcross)

    OK, assuming the page is here: https://www.lightworkersplayground.com/help/faq/

    the issue is that they aren’t really “list” items in this construct, so any CSS relating to list items wouldn’t apply here. If you wanted to have a bullet image to the left of a part of it (the larger title? smaller one? text?) you’d want to use some CSS as follows:

    .single_faq h4.faq_question {
    padding-left:15px;
    background:url(images/THE_BULLET_IMAGE) no-repeat left center;
    }
    Thread Starter bowoolley

    (@bowoolley)

    It worked, thanks. ?? Now I’m just wondering why there’s a text cursor instead of a hand for the jquery dropdowns… I saw another post about it in the forums, but didn’t quite understand the problem. I’m using Suffusion with tons o’ plugins, including wp-jquery-lightbox. Do you think there might be a conflict?

    Plugin Contributor Andrew Norcross

    (@norcross)

    Very possible. With a lot of things running, it’s hard to say.

    John

    (@jbculpepper)

    I too am using Suffusion but can’t get this to work. I’ve entered the code given above as a test and to no results. I thought it might be because I’m using h6 for my questions so I also tried it with h6 in the code but no difference. I’ve turned off jquery so i can have a visual differentiation until I get a handle on this question styling.

    bowoolley – did you get it working?

    My site (not live yet per-se) is https://www.ehobbiesblog.com

    Thread Starter bowoolley

    (@bowoolley)

    Not “working” as such; I still get the text cursor instead of the hand. Nothing has changed.

    John

    (@jbculpepper)

    Got-it – Disregard. I had default css checked.

    Thread Starter bowoolley

    (@bowoolley)

    I don’t have default CSS checked, and still get a text cursor instead of a hand. But ? well, I still have a good FAQ page, so will patiently await clarification.

    Plugin Contributor Andrew Norcross

    (@norcross)

    I’ll take a look this evening at your site to see what the issue is.

    Thread Starter bowoolley

    (@bowoolley)

    Great, thanks. ??

    Plugin Contributor Andrew Norcross

    (@norcross)

    @bowoolley add the following CSS to what I gave you earlier:

    .single_faq h4.faq_question {
    cursor:pointer;
    }
    Thread Starter bowoolley

    (@bowoolley)

    Perfect, it worked! I should have realized that was missing, have been messing around in the code of other plugins and knew that it was necessary. Thanks! ??

    John

    (@jbculpepper)

    Worked for me too… nice touch. Thanks

    Plugin Contributor Andrew Norcross

    (@norcross)

    Glad it worked out for both of you!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: FAQ Manager] Bullet individual questions?’ is closed to new replies.