Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mohamed Saad

    (@arabianmido)

    navigate to .second-row and make disable display: none; cause i hide it

    I had this problem too,
    and just solved that

    open the primary file custom-search-plugin.php
    find the function cstmsrch_init on line 61
    then on the line 68 you should see
    if ( ! $is_admin ) {

    just replace that line with this code
    if ( ! $is_admin && is_search() ) {

    Hope that’s will help you to solve your problem too!

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Thank you for contacting us! We apologize for taking so long in responding to your email and any inconveniences that this may have caused you.

    Could you please specify, do you still need help with this issue?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘the plugin conflicts with menu’ is closed to new replies.