Forum Replies Created

Viewing 15 replies - 61 through 75 (of 132 total)
  • Thread Starter Alison

    (@anonymical7)

    Thank you frasermarlow, I will try this tomorrow!

    So from what I understand looking at the error is that it is probably in the functions.php:27? Not the pluggable.php? Trying to understand how errors work and where I should look. Its not in the wp-includes folder?

    Warning: Cannot modify header information – headers already sent by (output started at /home/SERVERREDACTED/public_html/SITEredetacted/wp-content/themes/twentytwelve-child/functions.php:27) in /home/SERVERREDACTED/public_html/SITEredetacted/wp-includes/pluggable.php on line 1167

    Thank you! A*

    Thread Starter Alison

    (@anonymical7)

    Last update: I uploaded a temp index file for the moment to redirect things to the right urls. But the errors still occur. I know this can be caused by white spaces, but I have not found any.

    If anyone has a helpful different perspective it would be very helpful.

    Best, A

    Thread Starter Alison

    (@anonymical7)

    Update, Replacing the fresh wp-admin and wp-includes files. But the errors stayed.
    Could it really be just the child theme causing all this?
    I tried also disabling the plugins but the errors remained.

    A

    Alison

    (@anonymical7)

    I just had the same error.

    Notice: Undefined index: coreUnknown in ….
    wordfenceHash.php on line 141 0

    I wanted to also say thanks so much for developing this plugin!

    Thread Starter Alison

    (@anonymical7)

    Thanks Caleb, I had person remove any infected plugins but some we cleaned. It was so awful.

    So if I delete the woodcommerce folder and upload a fresh folder I will not lose the products and settings?

    Thanks, A

    Forum: Plugins
    In reply to: Woocommerce Menu messed up
    Thread Starter Alison

    (@anonymical7)

    It now seems to be site wide so I think this is not a woocommerce issue, but possibly a new css issue with twenty twelve?

    Thread Starter Alison

    (@anonymical7)

    That was very helpful, thank you Michael!

    Thread Starter Alison

    (@anonymical7)

    Thanks! I’ll try that today and report back!

    Thread Starter Alison

    (@anonymical7)

    Thank you again!

    Thread Starter Alison

    (@anonymical7)

    Ah, I see, okay, so the background could have its own css line.

    And .home just means that no matter what is chosen as home, the rule will apply?

    Thread Starter Alison

    (@anonymical7)

    Holy smokes! Thanks! It worked!!! I jumped in and tried it!
    A very grateful person on this end to Jessi! Thanks also to Digico in confirming!

    A
    x.

    Thread Starter Alison

    (@anonymical7)

    Hi Jessi!

    Thanks for being so helpful! Correct,yes it is just for this front page (id 6217). So if I make it dependent on just the one page using the page id, how should it look? Like this?

    .page-id-6217 .site {
        background-color: transparent;
        box-shadow: none!important; body.custom-background {
        background-size: cover!important;{
    }

    A

    Thread Starter Alison

    (@anonymical7)

    Not sure if this helps or is related, but the background photo is done by a plugin, that allows me to choose a background per page.

    Thread Starter Alison

    (@anonymical7)

    So there is no white in background behind the header or menu. So you just see the photo behind it. No white.

    A

    Thread Starter Alison

    (@anonymical7)

    Sure, here you go!

    <?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>
    			<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>
    
    		<?php if ( get_header_image() ) : ?>
    		<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>
    		<?php endif; ?>
    <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">
Viewing 15 replies - 61 through 75 (of 132 total)