• Resolved relaxxcbd

    (@relaxxcbd)


    Hi there my site currently displays an “X” above my website header. When I deactivate the Advanced search Plug in it goes aways so I know the issue lies within the plug in. Could you please help to fix the issue. And just to let ya know I am not familiar with code and a newb to WordPress, so bare with me. Thank you so much

    • This topic was modified 1 year, 1 month ago by relaxxcbd.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please tell me the name of the WordPress theme that you are currently using. Also – are you using any page builder plugins to customize your site header?

    Regards

    Thread Starter relaxxcbd

    (@relaxxcbd)

    Yes we are using the Astra theme and no we are not using any page builder plug ins for our header. I installed the Plug in via the Seamless Integration option if that is helpful.

    Plugin Author ILLID

    (@mihail-barinov)

    Looks like I found how to solve this problem. I will add a fix for this to the next plugin release.

    If you don’t want to wait you can fix this right now. You just need to make some little changes in the plugins source code. Please open wp-content/plugins/advanced-woo-search/includes/modules/class-aws-astra.php file, find line

    $close_btn = '<span id="close" class="close">' . Astra_Icons::get_icons( 'close', true ) . '</span>';
    

    and replace it with

    $close_btn = '<span id="close" class="close">' . str_replace(array("\r", "\n"), '', Astra_Icons::get_icons( 'close', false )) . '</span>';
    
    Thread Starter relaxxcbd

    (@relaxxcbd)

    Thanks so much for your help in finding the issue. I would love to get the issue resolved now but am not confident in messing with code so I will just wait for the update. If you wouldn’t mind sending a reply once the update is ready just so I know its the update for my issue and I can make sure the X is gone once and for all. Thanks again and look forward to hearing from ya

    Plugin Author ILLID

    (@mihail-barinov)

    Ok. Next plugin update will be available on October 30. I will let you know when it will be available.

    Regards

    Plugin Author ILLID

    (@mihail-barinov)

    New plugin version with a fix for this problem is released. Please update.

    Thread Starter relaxxcbd

    (@relaxxcbd)

    Thank you so much you have fixed the issue ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Random X above search’ is closed to new replies.