Remove "x-searchform-overlay in" in code

Hello!

I followed the steps on this: https://theme.co/apex/forums/topic/search-bar-in-navbar/

and was wondering how to remove the overlay search form in the code since it won’t be used anymore. Would like to have less resources/code in the website that won’t be used.

Hi @prodsans,

Thanks for reaching out.

You mean to completely remove the search codes since it’s not being used? If yes, then please add this code to your child theme’s functions.php

  function x_navbar_searchform_overlay() {


  }

This should override that code with an empty function.

Thanks!

It looks like maybe updating the theme has removed all fontawesome icons. Since I looked in the theme folder and seeing the files, but they are all blank (white).

How would I go about fixing this? Where can I find the appropriate files to put back after updating the theme?

Hi There,

Update shouldn’t delete or remove any file. some times files get corrupted due to network issue during update.
You can re upload the theme files via FTP to getting all the files back.

You can download theme files from https://theme.co/apex/dashboard

Hope this helps!

Hello,

Wondering why the icons on my site are missing? I just updated my site to the newest theme and cornerstone plugin.

Website URL

https://www.productplayoffs.com/

Hi there,

Thank you for your patience with this. I just wanted to let you know that we were able to confirm that specific icon being missing was a bug. X 6.2.2 is now available and includes a fix for this problem.

Hope you fixes your issue by updating the theme!

Thanks

Hello,

It seems the icons missing are the hamburger menu, facebook icon, and search icon. And they still appear to be missing. Will these be fixed in another update?

And the dropdown menu icon…

Hello There,

Thanks for updating in! I’ve taken a closer look at your site and it seems that these files were missing:

fontawesome-webfont.woff2:1 Failed to load resource: the server responded with a status of 404 ()
fontawesome-webfont.woff:1 Failed to load resource: the server responded with a status of 404 ()
fontawesome-webfont.ttf:1 Failed to load resource: the server responded with a status of 404 ()

How did you manage to update the theme and Cornerstone? Did you updated it manually or through the automatic updates? Could you please re install X and Cornerstone again to make sure that all files exist in your server?

Please let us know how it goes.

I updated it through the automatic update. and I can’t reinstall it since i don’t want it to mess with all the styling put in. I for sure updated it properly…

Where would these files be? I searched the theme file from the site file I downloaded and I’m not seeing the files above

Hi @prodsans,

Could you try it again? It looks like due to cache as I don’t see any 404 error anymore as @RueNel provided. And the hamburger and facebook icons are now there too.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.