Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter secretblogger

    (@secretblogger)

    And ahem … The most important question: Can I display the post-titles over or next to the tiles? I really miss that 🙂

    Thread Starter secretblogger

    (@secretblogger)

    Ok, sure thing. Thank you for looking though. But… Mmm… what about my GoogleBot-issue. Are all problems specific to one’s own theme?

    Thread Starter secretblogger

    (@secretblogger)

    The theme is called Responsive Visual.

    My header goes like this…

    <!DOCTYPE html>
    
    <!DOCTYPE html>
    <!--[if IE 7 ]> <html class="ie7"> <![endif]-->
    <!--[if IE 8 ]> <html class="ie8"> <![endif]-->
    <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]-->
    <head>
    
    <?php tha_head_top(); ?>
    
    <?php if(of_get_option('seo') == 'yes') { ?>
    	<?php do_action('organizedthemes_header_seo'); ?>
    <?php } else { ?>
    	<title><?php wp_title(''); ?></title>
    <?php } ?>
    
    <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>
    
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    
    <?php if(of_get_option('favicon', $single = true) != ""){ ?>
    <link rel="shortcut icon" href="<?php echo of_get_option('favicon'); ?>" type="image/x-icon" />
    <?php } ?>
    
    <?php if(of_get_option('apple', $single = true) != ""){ ?>
    <link rel="apple-touch-icon-precomposed" href="<?php echo of_get_option('apple'); ?>" />
    <?php } ?>
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!--Load WP Head-->
    <?php wp_head(); ?>
    
    </head>
    
    <body <?php body_class(); ?>>
    
    <?php tha_header_before(); ?>
    
    	<header id="primary" class="cf">
    
    		<?php tha_header_top(); ?>
    
    		<?php if(of_get_option('header_blog_title') == 'image') { ?>
    			<div id="logo"><?php
    				if (is_home()) {
    					echo '<h1><a href="'.home_url().'/"><img class="fix" src="'.of_get_option('logo','').'" alt="'.get_bloginfo('name').'" /></a></h1>';
    				} else {
    					echo '<p><a href="'.home_url().'/"><img class="fix" src="'.of_get_option('logo','').'" alt="'.get_bloginfo('name').'" /></a></p>';
    				}
    			?>
    			</div>
    		    <?php } elseif(of_get_option('header_blog_title') == 'text') { ?>
    			<div id="text-logo"><?php
    				if (is_home()) {
    					echo '<h1><a href="'.home_url().'/">'.get_bloginfo('name').'</a></h1>';
    				} else {
    					echo '<p><a href="'.home_url().'/">'.get_bloginfo('name').'</a></p>';
    				}
    			?></div>
    		<?php } ?>
    
    		<?php if(of_get_option('tagline') == 'yes') { ?>
    			<div id="tagline">
    				<?php
    					if (is_home()) {
    						echo '<h2>'.get_bloginfo('description').'</h2>';
    					} else {
    						echo '<p>'.get_bloginfo('description').'</p>';
    					}
    				?>
    			</div>
    		<?php } ?>
    
    		<?php tha_header_bottom(); ?>
    
    	</header>
    
    	<?php tha_header_after(); ?>

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Thread Starter secretblogger

    (@secretblogger)

    Sure thing… Here’s the site … and thanks 🙂

    Same for me – with one difference – How do I change the size of the forms as such? 🙂

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