• Resolved Tema

    (@madeinua)


    Hi there,

    found bug in Excerpts and highlights > Highlight type. Changed select box always displaying the first option (No highlighting) after saving.

    Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Sorry, but I can’t reproduce this on my site. The setting can be saved correctly. Are you using the latest version of Relevanssi? Can you save other settings?

    Thread Starter Tema

    (@madeinua)

    Hello,

    Relevanssi 4.1.1.2.

    Wrong:
    $highlight_style = relevanssi_select( $highlight, 'style' );

    Should be:

    $highlight_style = relevanssi_select( $highlight, 'css' );

    Thread Starter Tema

    (@madeinua)

    Same here:

    if ( 'style' === $highlight ) {

    should be

    if ( 'css' === $highlight ) {

    Plugin Author Mikko Saari

    (@msaari)

    Indeed. Will fix this in the next version, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Highlight type setting bug’ is closed to new replies.