Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chickenz

    (@chickenz)

    Hi Calvin,

    I am good thanks. Hope you are well.

    That did it, thanks so much 🙂

    All my best

    Thread Starter chickenz

    (@chickenz)

    Hi Calvin,

    Thanks for the tips, I finally got all the objects in one line.

    One problem still persists, I cannot figure out why. The buttons for language selection, Facebook, and News are still hanging around where they shouldn’t be. They should be on the right side of the page and the language button should have RO and EN above each other, not next to each other like they are now.

    Thanks a million 🙂

    Thread Starter chickenz

    (@chickenz)

    Hi,

    thanks for the tip, I have replaced the code and it did solve the wrapper problem, but it still comes out weird, because the buttons in the header should all be in a single horizontal line with the logo. Unfortunately I cannot use a child theme, I don’t have access to FTP. Any other suggestions maybe?

    Best regards

    Thread Starter chickenz

    (@chickenz)

    Hi,

    Sorry for that. The following is for http://pavilioncenter.ro

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head profile="http://gmpg.org/xfn/11">
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Archive <?php } ?> <?php wp_title(); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <!-- Styles  -->
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/print.css" type="text/css" media="print" />
    <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head();
    	$options = get_option('f8_theme_options');
    ?>
    </head>
    
    <body <?php body_class(); ?>>
    <div class="container">
    <div class="container-inner">
    
    <!-- Begin rss -->
    
    <div class="clear"></div>
    
    <!-- Begin Masthead -->
    
    <div id="mainNav"><a href="http://pavilioncenter.ro/"><img src="http://pavilioncenter.ro/wp-content/uploads/2014/11/logo_centru_basic1.jpg" margin="auto" alt="home"></a>
    <div id="lang"><a href="http://pavilioncenter.ro/">RO</a><a href="http://pavilioncenter.ro/en/">EN</a></div>
    <div id="fb"><a href="https://www.facebook.com/bucharestbiennial"><img src="/img/fbicon.jpg" alt="Pavilion on Facebook"/></a></div>
    <div id="news"><a href="http://www.pavilioncenter.ro/news/"><img src="/img/newsicon.jpg" alt="Pavilion Newsletter" /></a></div></div>
    
    <span class="contact"><?php if ( $options['phone'] != '' ) { ?><?php echo $options['phone']; ?><?php } if ( $options['email'] != '' ) { ?><a>"><?php echo $options['email']; ?></a><?php } ?></span></h4>
    </div>
    
    <!-- Begin Navigation -->
    <?php f8_theme_nav(); ?>

    And the following is for http://pavilioncenter.ro/en, so for the english version of the page

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head profile="http://gmpg.org/xfn/11">
    
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Archive <?php } ?> <?php wp_title(); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    <!-- Styles  -->
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/print.css" type="text/css" media="print" />
    <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_head();
    	$options = get_option('f8_theme_options');
    ?>
    </head>
    
    <body <?php body_class(); ?>>
    <div class="container">
    <div class="container-inner">
    
    <!-- Begin rss -->
    
    <div class="clear"></div>
    
    <!-- Begin Masthead -->
    <div id="mainNav"><a href="http://pavilioncenter.ro/"><img src="http://pavilioncenter.ro/wp-content/uploads/2014/11/logo_centru_basic2.jpg" margin="auto"></a></div>
    <div id="lang"><a href="http://www.pavilioncenter.ro/">RO</a><a href="http://www.pavilioncenter.ro/en/">EN</a></div>
    <div id="fb"><a href="https://www.facebook.com/bucharestbiennial"><img src="/img/fbicon.jpg" alt="Pavilion on Facebook"/></a></div>
    <div id="news"><a href="http://pavilioncenter.ro/en/news/"><img src="/img/newsicon.jpg" alt="Pavilion News" /></a></div>
    
    <span class="contact"><?php if ( $options['phone'] != '' ) { ?><?php echo $options['phone']; ?><?php } if ( $options['email'] != '' ) { ?><a>"><?php echo $options['email']; ?></a><?php } ?></span></h4>
    </div>
    
    <!-- Begin Navigation -->
    <?php f8_theme_nav(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)