• Resolved marigp

    (@marigp)


    Hi,
    My results always show this symbol: ?.
    The screenshot: error-symbol
    What am I doing wrong?

    • This topic was modified 7 years, 11 months ago by marigp.
    • This topic was modified 7 years, 11 months ago by marigp.
    • This topic was modified 7 years, 11 months ago by marigp.
    • This topic was modified 7 years, 11 months ago by marigp.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author websupporter

    (@websupporter)

    The items are displayed as list points (<ul><li>). The basic styling of the plugin tries to tell not to display the typical list points but your theme does overwrite this. Find the definition of your theme and try to find a rule, which overwrites this again.

    body.single ul.sf-result {
    list-style: none;
    }

    might solve this, but you will have to try a bit I guess.

    All the best,
    David.

    • This reply was modified 7 years, 11 months ago by websupporter.
    Thread Starter marigp

    (@marigp)

    OMG! Thanks a lot! It totally solved my problem!

    Plugin Author websupporter

    (@websupporter)

    Glad to hear ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Symbol ? on title’ is closed to new replies.