Forum Replies Created

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

    (@fixxxer1971)

    Issue has been resloved. Thank you very much! Fantastic support!!

    Thread Starter fixxxer1971

    (@fixxxer1971)

    chandanonline4u

    Thanks you for all your help so far. I’ve inserted the codes exactly how you suggested and the background unfortunetly is still transparent. Same as I originally showed you when I placed an inage as the background.

    Any further suggestions would be greatly appreciated.

    Fixxer

    Thread Starter fixxxer1971

    (@fixxxer1971)

    Here is the Footer.php code… where do I place the code you provided? I wasnt able to get it to work.

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin ]

    <?php
    /**
     * @package WordPress
     * @subpackage Tribeca_Theme
     */
    ?>
      </div>
      <div id="footer">
         <?php if (class_exists('ajaxNewsletter')): ?>
    			<?php ajaxNewsletter::newsletterForm() ?>
    	  <?php endif ?>
          <?php wp_nav_menu(array('menu' => 'Footer Links', 'theme_location' => 'footer_links', 'depth' => 1));            ?>
      </div>
      <div id="legality">
        <div class="left">
        	<strong>
        	<?php if ( get_option('themeteam_tribeca_contact_name') ) {
            	echo get_option('themeteam_tribeca_contact_name');
            }?>
        	</strong>
        	<?php if ( get_option('themeteam_tribeca_contact_info') ){
        		echo get_option('themeteam_tribeca_contact_info');
        	}?>
        	<?php if ( get_option('themeteam_tribeca_contact_url') ){ ?>
    
        		<a>"><?php echo get_option('themeteam_tribeca_contact_url');?></a>
        	<?php } ?>
        </div>
        <div class="right"><strong>
        	<?php if ( get_option('themeteam_tribeca_copyright') ) {?>
          		© <?php echo get_option('themeteam_tribeca_copyright'); ?>
            <?php }?>
        </strong></div>
      </div>
    </div>
    <?php echo get_option('themeteam_tribeca_google_analytics'); ?>
    <?php wp_footer(); ?>
    </body>
    </html>
    Thread Starter fixxxer1971

    (@fixxxer1971)

    Take a look at the site now… Its the the image I want to use but it will show you what I mean. I just added a quick photo as the background and it shows thru the sections I wish to have white.

    Thanks

    Thread Starter fixxxer1971

    (@fixxxer1971)

    Unfortunetly I havent solved the problem. For now I’ve kept the background white. I want to fill in the sides of the browser page with some related graphics, but when I view the page on a smaller monitor the graphics go behind the transparent section of the page and show thru.

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