Title: [Theme: EvoLve] span class=&quot;tp4&#8230; in the menu :-(
Last modified: August 31, 2016

---

# [Theme: EvoLve] span class="tp4… in the menu :-(

 *  [Stephan](https://wordpress.org/support/users/slange5/)
 * (@slange5)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/)
 * Hello everybody,
 * on my WP-Blog [http://www.mitdenkend.de](http://www.mitdenkend.de/) is a strange
   HTML Code in the menu:
 * <span class=”tp4…
 * Can everyone tell me, how I can delete this element?
 * Thanks
    Stephan

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046344)
 * Hi there,
 * Thanks for writing in!
 * Please add the following code under your **Appearance > Theme Options > Custom
   CSS**:
 *     ```
       .primary-menu select {
           display: none;
       }
       ```
   
 * Hope this helps.
 * Thank you!
 *  Thread Starter [Stephan](https://wordpress.org/support/users/slange5/)
 * (@slange5)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046413)
 * Thanks, it works! 🙂
 * But now, there is a new problem: Now, there is no menu, when I visit my website
   via tablet oder smartphone.
 * Any idea?
 * Thanks again
    Stephan
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046427)
 * Hi There,
 * Glad that helped!
 * Please make sure that you’ve defined the menu from under **Appearance > Menus**.
   Meanwhile, I’d recommend testing for a plugin conflict by deactivating all the
   third party plugins in your site, and seeing if the problem remains. If it’s 
   fixed, you’ll know a plugin caused the problem, and you can specify which one
   by reactivating them one at a time.
 * Thank you!
 *  Thread Starter [Stephan](https://wordpress.org/support/users/slange5/)
 * (@slange5)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046428)
 * Hi,
 * sorry, doesnt work 🙁
 * Is there a possibilty to say: Show this HTML menu on tablet, but NOT on desktop
   mode?
 * Thanks
    Stephan
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046429)
 * Hi there,
 * > Is there a possibilty to say: Show this HTML menu on tablet, but NOT on desktop
   > mode?
 * Please replace the previous provided code with the following:
 *     ```
       @media only screen and (min-width: 991px) {
           .primary-menu select {
               display: none;
           }
       }
       ```
   
 * Thank you!
 *  Thread Starter [Stephan](https://wordpress.org/support/users/slange5/)
 * (@slange5)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046430)
 * Ah great!!! Thanks 🙂
 * Now just one question: As you can see on tablet-mode, the menu has the name
 * “<span class=t4p…span>
 * Is it possible, to change the name of these phrase just in “menu”?
 * Thanks a lot! 🙂
 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046447)
 * Hi,
 * You have a plugin or script that is causing javascript conflict with your theme
   on your website, resulting in multiple script errors.
    Please see screenshot.
   [http://i.imgur.com/6KsYoot.png](http://i.imgur.com/6KsYoot.png)
 * If there is no errors, you would not see these strange HTML codes in your menu.
   Those codes are actually part of your mobile menu, which should only be visible
   in mobile devices.
 * Use a mobile device to look at the pro version’s demo site.
    [http://demo.theme4press.com/evolve/](http://demo.theme4press.com/evolve/)
   Although it’s pro version but it has the same menu codes. There is no such strange
   HTML codes.
 * Purge your wp super cache and temporary disable it, then proceed to disable one
   plugin at a time to find the plugin that’s causing this conflict. If you have
   any custom script, remove it to see if your errors are fixed.
 * If you do not eliminate this script errors, you will definitely have more strange
   issues later on.
 * Covering this up using CSS codes is not going to really fix your issue.
 * Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘[Theme: EvoLve] span class="tp4… in the menu :-(’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/evolve/4.3.7/screenshot.png)
 * evolve
 * [Support Threads](https://wordpress.org/support/theme/evolve/)
 * [Active Topics](https://wordpress.org/support/theme/evolve/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/evolve/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/evolve/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 7 replies
 * 3 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/theme-evolve-4/#post-7046447)
 * Status: not resolved