Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)
  • Thread Starter danmetallic

    (@danmetallic)

    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?

    Thread Starter danmetallic

    (@danmetallic)

    Many thanks. Could you point me in it’s direction please?

    Thread Starter danmetallic

    (@danmetallic)

    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.

    Thread Starter danmetallic

    (@danmetallic)

    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="https://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="https://www.campervanculture.com"><img class="alignnone size-full wp-image-12946" src="https://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">
    Thread Starter danmetallic

    (@danmetallic)

    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
    In reply to: Site down
    Thread Starter danmetallic

    (@danmetallic)

    Ok, after putting the plugins on hold (using.hold) then activating again it looks like I have them back.

    Forum: Fixing WordPress
    In reply to: Site down
    Thread Starter danmetallic

    (@danmetallic)

    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
    In reply to: Site down
    Thread Starter danmetallic

    (@danmetallic)

    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

    Thread Starter danmetallic

    (@danmetallic)

    I’ve very worried at the moment. My whole site is now down after deactivating the plugin. Don’t know what has happened.

    Thread Starter danmetallic

    (@danmetallic)

    That did the trick, thank you again!

    Thread Starter danmetallic

    (@danmetallic)

    Same deal there as well I’m afraid. Nothing showing apart from theme upgrades (which I’ve done)

    Thread Starter danmetallic

    (@danmetallic)

    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

    Thread Starter danmetallic

    (@danmetallic)

    Thank you James. That’s just what I wanted to hear.

    Thread Starter danmetallic

    (@danmetallic)

    All solved. I was having a moment. Thanks for the reply though ??

    Thread Starter danmetallic

    (@danmetallic)

    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)