Title: danmetallic's Replies | WordPress.org

---

# danmetallic

  [  ](https://wordpress.org/support/users/danmetallic/)

 *   [Profile](https://wordpress.org/support/users/danmetallic/)
 *   [Topics Started](https://wordpress.org/support/users/danmetallic/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danmetallic/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danmetallic/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danmetallic/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danmetallic/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danmetallic/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/danmetallic/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/danmetallic/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Gateway Timeout](https://wordpress.org/support/topic/gateway-timeout-4/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/gateway-timeout-4/#post-9311485)
 * Thank you very much. Worked perfectly.
 * One more quick question. How do I prevent our stage site from being accessible
   to the public/google bots etc. Or will it not be visible anyway?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Gateway Timeout](https://wordpress.org/support/topic/gateway-timeout-4/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/gateway-timeout-4/#post-9308806)
 * Many thanks. Could you point me in it’s direction please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] Menu drop downs over slider](https://wordpress.org/support/topic/menu-drop-downs-over-slider/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/menu-drop-downs-over-slider/#post-8341196)
 * No worries. Thanks for the reply. I couldn’t see which bit to replace. I’ve posted
   my current code above. Sorry to be a pain.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meteor Slides] Menu drop downs over slider](https://wordpress.org/support/topic/menu-drop-downs-over-slider/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/menu-drop-downs-over-slider/#post-8263285)
 * Thank you for posting this. So which bit would I adapt if this is my current 
   header.php?
 *     ```
       <?php
       /**
        * The Header template for our theme
        *
        * Displays all of the <head> section and everything up till <div id="main">
        *
        * @package WordPress
        * @subpackage Twenty_Twelve
        * @since Twenty Twelve 1.0
        */
       ?><!DOCTYPE html>
       <!--[if IE 7]>
       <html class="ie ie7" <?php language_attributes(); ?>>
       <![endif]-->
       <!--[if IE 8]>
       <html class="ie ie8" <?php language_attributes(); ?>>
       <![endif]-->
       <!--[if !(IE 7) & !(IE 8)]><!-->
       <html <?php language_attributes(); ?>>
       <!--<![endif]-->
       <head>
       <meta charset="<?php bloginfo( 'charset' ); ?>" />
       <meta name="viewport" content="width=device-width" />
       <title><?php wp_title( '|', true, 'right' ); ?></title>
       <link rel="profile" href="http://gmpg.org/xfn/11" />
       <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
       <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
       <!--[if lt IE 9]>
       <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
       <![endif]-->
       <?php wp_head(); ?>
       </head>
   
       <body <?php body_class(); ?>>
       <div id="page" class="hfeed site">
       	<header id="masthead" class="site-header" role="banner">
       		<hgroup><a href="http://www.campervanculture.com"><img class="alignnone size-full wp-image-12946" src="http://campervanculture.com/wp-content/uploads/2016/09/Header_logo-1.jpg" alt="CVC logo FINAL Solid Fill (Short)" width="960" height="43" />
       			<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
       			<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
       		</hgroup>
   
   
   
       		<br><?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
       	<nav id="site-navigation" class="main-navigation" role="navigation">
       			<button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
       			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
       			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
       		</nav><!-- #site-navigation --></header><!-- #masthead -->
   
       	<div id="main" class="wrapper">
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Category Images and order gone](https://wordpress.org/support/topic/category-images-and-order-gone/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/category-images-and-order-gone/#post-7698361)
 * Thank Riaan, I have backups via a backups plugin. I seem to access to the site
   again after resetting plugins. Could you help me with getting the category images
   and order back to how they were? Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site down](https://wordpress.org/support/topic/site-down-73/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/site-down-73/#post-7698779)
 * Ok, after putting the plugins on hold (using.hold) then activating again it looks
   like I have them back.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site down](https://wordpress.org/support/topic/site-down-73/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/site-down-73/#post-7698774)
 * Ok, I can get in now but still have that text from above. All plugins cannot 
   be activated.
 * Thank you by the way
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site down](https://wordpress.org/support/topic/site-down-73/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/site-down-73/#post-7698772)
 * Resetting (by renaming theme folder) theme I get the following:
 * Warning: call_user_func_array() expects parameter 1 to be a valid callback, class‘
   Worldpay_Payments’ not found in /homepages/3/d517637699/htdocs/wp-includes/plugin.
   php on line 505
 * Warning: Cannot modify header information – headers already sent by (output started
   at /homepages/3/d517637699/htdocs/wp-includes/plugin.php:505) in /homepages/3/
   d517637699/htdocs/wp-content/plugins/wp-popup-scheduler/wp-popup-scheduler.php
   on line 499
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Category Images and order gone](https://wordpress.org/support/topic/category-images-and-order-gone/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/category-images-and-order-gone/#post-7698344)
 * I’ve very worried at the moment. My whole site is now down after deactivating
   the plugin. Don’t know what has happened.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updating from 4.0.12 to 4.6](https://wordpress.org/support/topic/updating-from-4012-to-46/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/updating-from-4012-to-46/#post-7688678)
 * That did the trick, thank you again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updating from 4.0.12 to 4.6](https://wordpress.org/support/topic/updating-from-4012-to-46/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/updating-from-4012-to-46/#post-7688663)
 * Same deal there as well I’m afraid. Nothing showing apart from theme upgrades(
   which I’ve done)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updating from 4.0.12 to 4.6](https://wordpress.org/support/topic/updating-from-4012-to-46/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/updating-from-4012-to-46/#post-7688655)
 * Hi James, so I completed the update with no immediate issues apart from the fact
   I know (and can see the counter) some of my plugins need updating but they there
   are no props to install updates on the actually plugins page. Any idea? Thanks,
   Dan
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Updating from 4.0.12 to 4.6](https://wordpress.org/support/topic/updating-from-4012-to-46/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/updating-from-4012-to-46/#post-7688543)
 * Thank you James. That’s just what I wanted to hear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fuse Social Floating Sidebar] Email](https://wordpress.org/support/topic/email-65/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/email-65/#post-7677347)
 * All solved. I was having a moment. Thanks for the reply though 👍
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Self hosted site running very slowly](https://wordpress.org/support/topic/self-hosted-site-running-very-slowly/)
 *  Thread Starter [danmetallic](https://wordpress.org/support/users/danmetallic/)
 * (@danmetallic)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/self-hosted-site-running-very-slowly/#post-2523543)
 * Thanks for the help everyone. I think it must have been my host company as everything
   cleared up by the end of the day.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/danmetallic/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/danmetallic/replies/page/2/?output_format=md)