eerlab
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disable header image link without messing with parent theme cssThank you for your response!
Is there other way other than editing the header.php? I’d rather not do that, somehow that isn’t the recommended way by WP, no?<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo(‘charset’); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
<title><?php wp_title(); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head><body <?php body_class() ?>>
<div id=”wrapper”>
<header id=”header”>
<<?php pinboard_title_tag( ‘site’ ); ?> id=”site-title”>
<?php if ( ( ” != get_header_image() ) && ( false != get_header_image() ) ) : ?>
” rel=”home”>
<img src=”<?php header_image(); ?>” alt=”<?php bloginfo( ‘name’ ); ?>” width=”<?php echo ( pinboard_get_option( ‘retina_header’ ) ? absint( get_custom_header()->width / 2 ) : get_custom_header()->width ); ?>” height=”<?php echo ( pinboard_get_option( ‘retina_header’ ) ? absint( get_custom_header()->height / 2 ) : get_custom_header()->height ); ?>” />
<?php endif; ?>
” rel=”home”><?php bloginfo( ‘name’ ); ?>
</<?php pinboard_title_tag( ‘site’ ); ?>>
<?php if( ! is_active_sidebar( 1 ) ) : ?>
<<?php pinboard_title_tag( ‘desc’ ); ?> id=”site-description”><?php bloginfo( ‘description’ ); ?></<?php pinboard_title_tag( ‘desc’ ); ?>>
<?php endif; ?>
<?php get_sidebar( ‘header’ ); ?>
<div class=”clear”></div>
<nav id=”access”>
Show Navigation
Hide Navigation
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’ ) ); ?>
<div class=”clear”></div>
</nav><!– #access –>
</header><!– #header –>Hi, I have the same problem. I have already checked jQuery 2.0 box, still menu button doesn’t work…
Forum: Fixing WordPress
In reply to: WordPress not showing text in chrome browserHi nottydawg, you’re webpage looks fine to me as well, whereas nicolet’s webpage is just like mine where the words are gone but pictures stay. Once you click on something, they all come right out.
Forum: Fixing WordPress
In reply to: WordPress not showing text in chrome browserGlad to see that others are having similar problem. I have the same problem too, if we take a look to see what we all have in common, we might be able to fix this.