Title: Big problem with the menu plugin
Last modified: July 22, 2018

---

# Big problem with the menu plugin

 *  [frankw66](https://wordpress.org/support/users/frankw66/)
 * (@frankw66)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/big-problem-with-the-menu-plugin/)
 * Hello,
 * I have a strange problem. I hope you can understand this because my English is
   bad and therefore I translate it via Google.
 * My problem is this:
 * I was on holiday for 2 weeks, when I came back my page [https://makromal.de](https://makromal.de)
   was no longer available, or I had a white window.
 * As usual, I tried to figure out which plugin changed in which form. Only after
   I deactivated all plugins I could go back to the admin menu.
 * So reinstalled the first plugin and lo and behold. But when I want to access 
   the plugins for the second time, the plugin that has just been installed is immediately
   deleted again because the header is supposedly incorrect.
 * For 2 days I tried to understand the problem but in the end I only found a solution
   that does not satisfy me:
 * All required plugins are installed but not yet activated.
    For me the “image 
   watermark” “foogallery” and “caldera forms”
 * Then once go to plugins and mark all, then go to activate.
 * Immediately back to the desktop and now it works.
 * What would happen if I click on plugins again in the admin menu?
 * All 3 plugins would be deleted immediately by WP because of a bad header (not
   validated) and I would have to repeat the whole game.
 * I have a webhost account at Gigawebhost, and can change both the php.ini file
   as well as DNS etc. itself if necessary. My storage space is 30 GB – and with
   a 2tem host at the same company I do not have these problems.
 * Now my question :
 * What can I do against it ? Where is the mistake ? Am I just blinded? I really
   do not know what to do right now and Google etc spits zero in the matter.
 * Thank you for your help and or advice
 * greeting
 * Frank
 * ______________________________________________________________________________________
 * Hallo,
 * ich habe ein merkwürdiges Problem. Ich hoffe Ihr könnt dies verstehen, denn mein
   Englisch ist schlecht und daher laße ich es über Google übersetzen.
 * Mein Problem ist folgendes:
 * Ich war 2 Wochen in Urlaub, als ich zurück kam war meine Seite [https://makromal.de](https://makromal.de)
   nicht mehr erreichbar, bzw. hatte ich ein weißes Fenster.
 * Daraufhin habe ich wie üblich versucht heraus zu bekommen welches Plugin in welcher
   Form etwas geändert hat. Erst nachdem ich alle Plugins deaktiviert habe konnte
   ich wieder ins Adminmenü.
 * Also erstes Plugin neu installiert und siehe da es geht. Doch als ich dann das
   zweite mal auf plugins zugreifen will wird das gerade erst installierte Plugin
   gleich wieder gelöscht weil angeblich der Header nicht korrekt ist.
 * 2 Tage lang habe ich versucht das Problem zu verstehen aber im Endeffekt habe
   ich nur eine Lösung gefunden die mich aber nicht zufrieden stellt:
 * Alle benötigten Plugins werden installiert, aber noch nicht aktiviert.
    Bei mir
   sind das ” image watermark ” ” foogallery ” und ” caldera forms ”
 * Anschließend einmal zu plugins gehen und alle markieren , dann auf aktivieren
   gehen.
 * Sofort wieder zum Desktop zurück und nun läuft es.
 * Was würde passieren wenn ich erneut im Adminmenü auf plugins klicke ?
 * Alle 3 Plugins würden wegen einem fehlerhaftem Header ( nicht validiert ) sofort
   von WP gelöscht werden und ich müßte das ganze Spiel wiederholen.
 * Ich habe bei Gigawebhost einen Webhost Account, und kann dort sowohl die php.
   ini Datei wie auch DNS usw. selber ändern wenn nötig. Mein Speicherplatz beträgt
   30 GB – und bei einem 2tem Host bei der gleichen Firma habe ich diese Probleme
   nicht.
 * Nun meine Frage :
 * Was kann ich dagegen tun ? Wo liegt der Fehler ? Bin ich vielleicht einfach nur
   Betriebsblind ? Ich weiß mit wirklich im Moment nicht mehr zu helfen und Google
   etc spuckt in der Sache null aus.
 * Vielen Dank für eure Hilfe und oder Rat
 * Gruß
 * Frank
    -  This topic was modified 7 years, 9 months ago by [frankw66](https://wordpress.org/support/users/frankw66/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbig-problem-with-the-menu-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [frankw66](https://wordpress.org/support/users/frankw66/)
 * (@frankw66)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/big-problem-with-the-menu-plugin/#post-10516249)
 * **That would be the header of my themes (Vegas)**
 *     ```
       <?php
       /**
        * The Header for the template.
        *
        * @package WordPress
        */
   
       if ( ! isset( $content_width ) ) $content_width = 960;
   
       if(session_id() == '') {
       	session_start();
       }
       global $pp_homepage_style;
   
       ?><!DOCTYPE html>
       <html <?php language_attributes(); ?>>
       <head>
       <meta charset="<?php bloginfo( 'charset' ); ?>" />
   
       <?php
       	$pp_enable_responsive = get_option('pp_enable_responsive');
       	if(!empty($pp_enable_responsive))
       	{
       ?>
       <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
       <?php
       	}
       ?>
   
       <title><?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description') : wp_title(''); ?></title>
       <link rel="profile" href="http://gmpg.org/xfn/11" />
       <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
   
       <?php
       if(is_single())
       {
       	if(has_post_thumbnail(get_the_ID(), 'blog_f'))
       	{
       	    $image_id = get_post_thumbnail_id(get_the_ID());
       	    $fb_thumb = wp_get_attachment_image_src($image_id, 'thumbnail', true);
       	}
   
       	if(isset($fb_thumb[0]) && !empty($fb_thumb[0]))
       	{
       		$post_content = get_post_field('post_excerpt', $post->ID);
       	?>
   
       	<?php
       	}
       }
       ?>
   
       <?php
       	/**
       	*	Get favicon URL
       	**/
       	$pp_favicon = get_option('pp_favicon');
   
       	if(!empty($pp_favicon))
       	{
       ?>
       		<link rel="shortcut icon" href="<?php echo $pp_favicon; ?>" />
       <?php
       	}
       ?> 
   
       <?php
       	/**
           *	Setup code before </head>
           **/
       	$pp_before_head_code = get_option('pp_before_head_code');
   
       	if(!empty($pp_before_head_code))
       	{
       		echo stripslashes($pp_before_head_code);
       	}
       ?>
   
       <?php
       	/* Always have wp_head() just before the closing </head>
       	 * tag of your theme, or you will break many plugins, which
       	 * generally use this hook to add elements to <head> such
       	 * as styles, scripts, and meta tags.
       	 */
       	wp_head();
       ?>
   
       </head>
       ```
   
    -  This reply was modified 7 years, 9 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  [HudsonValleyWebDesign](https://wordpress.org/support/users/jaycbrf/)
 * (@jaycbrf)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/big-problem-with-the-menu-plugin/#post-10519928)
 * Issue is theme related. Seek support from theme developers here [https://themeforest.net/item/photography-portfolio-gallery-vega-theme/9678282/support](https://themeforest.net/item/photography-portfolio-gallery-vega-theme/9678282/support)
 *  Thread Starter [frankw66](https://wordpress.org/support/users/frankw66/)
 * (@frankw66)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/big-problem-with-the-menu-plugin/#post-10520437)
 * Why should the problem be with the Vega theme? the same theme on an identical
   webspace works yes. I will still contact the support of Envato in the hope that
   someone can understand the problem

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

The topic ‘Big problem with the menu plugin’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [frankw66](https://wordpress.org/support/users/frankw66/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/big-problem-with-the-menu-plugin/#post-10520437)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
