This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Search Icon has disappeared in 2.3.3 update

Resolved 7 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

I am using the Vantage Premium theme as a parent theme. After updating to 2.3.3, I immediately noticed that all of my fonts were smaller, on all devices. I was able to fix that problem by simply reentering the font size information under: Appearance > Customize > Fonts.

I also noticed that the search icon had disappeared from the header. It appears in version 2.2.3. I know because that’s what I used to develop the site and it’s still installed on my sandbox version.

In searching this forum, I read that the search icon now uses a font. If that’s the case, how do I access it and update my search function?

URL: http://blakedesignsolutions.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Greg Priday Staff 11 years, 1 day ago

    Hi Tim

    As far as I can tell, the issue is coming in with changes made in your child theme. It appears as if you’re using custom header code with the old search icon HTML class.

    This should be a very easy fix though. In the header file of your child theme, change the line that looks something like this.

    <div id="search-icon-icon"><div class="icon-search"></div></div>

    To this:

    <div id="search-icon-icon"><div class="vantage-icon-search"></div></div>

    The difference being that the search icon class has changed from icon-search to vantage-icon-search. We added the prefix to prevent possible conflicts with other plugins.

    Please let me know if you need any help doing this.

  2. Tim Blake 11 years, 1 day ago

    Okay Greg,

    I’m a bit confused. I did not find that line of code in my header.php, nor in the header file of the parent theme. Instead, it was located in the index.php, of the parent theme, as the very first line. It even appears above the comments in that file… before the actual “get_header” code appears. This is really weird.

    I’m not sure what the reasoning is behind this. I don’t want to change the index file, or even create one for my child theme, if this is not where this line of code should reside.

  3. Greg Priday Staff 11 years, 1 day ago

    Hi Tim

    Can you send a copy of your child theme to [email protected] so I can take a look at what’s going on? Be sure to include a reference to this thread to make sure that support email gets assigned to me.

  4. Tim Blake 11 years, 1 day ago

    Done.

    Please let me know if you need anything else from me and Thanks!

  5. Andrew Misplon Staff 11 years, 1 day ago

    Hi Tim

    Thanks for sending that through. The line Greg is referring to can be found in your child theme in the /parts/masthead-logo-in-menu.php file.

    Hope that helps. Let us know how it goes.

  6. Tim Blake 11 years, 1 day ago

    Thanks so much Andrew and Greg. That resolved the issue.

    Thanks again for the help and the quick response.

  7. Andrew Misplon Staff 11 years, 1 day ago

    Awesome, glad to hear you made progress there.

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread