Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Add in Photo Albums -> Settings admin page Table IV-A10: Custom style:

    .widget-search input {
    background-color:white;
    border:1px solid black;
    color:black;
    }
    Thread Starter ADAMISUSA

    (@adamisusa)

    Thank you! I placed the text in custom style.
    Now the text shows up, at least,
    but
    the background is still black/invisible as is the ‘search’ button…

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I had a better look now.
    Please undo your editing in the widget.

    Change the text in Table IV-A10 to:

    .widget_search input[type="text"], .widget_search input[type="submit"] {
    background-color: white !important;
    background-image: none !important;
    border: 1px solid black !important;
    color: black !important;
    }

    Due to a bug – that will be fixed in the next version – you MUST have Table IV-A9: Inline styles checked,
    OR edit wppa-styles.php, line 199:

    // Minify
    		$content = str_replace( ' ', '', $content );

    change to:

    // Minify
    		$content = str_replace( '  ', ' ', $content );

    ( i.e.: change [quote 1 space quote], [quote quote] to [quote 2 spaces quote], [quote 1 space quote] )

    Thread Starter ADAMISUSA

    (@adamisusa)

    Yes, it worked! is there a reason the search results come back in two columns though?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Yout theme is respnsive, you should set Table I-A1 to auto

    Thread Starter ADAMISUSA

    (@adamisusa)

    Hmm, I checked but Table I-AI is already on auto. WHat might be causing this…?

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    What is the content of the page photo-search-results ?

    Thread Starter ADAMISUSA

    (@adamisusa)

    [wppa type=”landing”][/wppa]

    Thread Starter ADAMISUSA

    (@adamisusa)

    all thumbnail galleries are showing up in just two columns too… http://www.tastealuxury.com/categories/tv-film/

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    This is most likely a conflict with another plugin, maybe wpjaipho.
    Test it by de-activating wpjaipho temporary.

    Try unchecking the box in Table IV-A8: Defer javascript.

    Try update to 5.4.0, available tomorrow.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Where can i find your theme?

    Did you edit anything in your themes php files or in this plugins php files?

    Thread Starter ADAMISUSA

    (@adamisusa)

    Jacob, you’re the best! Everything’s working now. I reset to original search PHP and unchecked the correct boxes… thank you again!!!!!!!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Search Bar’ is closed to new replies.