fixxxer1971
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tribeca Theme how do I change the change transparent to whiteIssue has been resloved. Thank you very much! Fantastic support!!
Forum: Fixing WordPress
In reply to: Tribeca Theme how do I change the change transparent to whitechandanonline4u
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
Forum: Fixing WordPress
In reply to: Tribeca Theme how do I change the change transparent to whiteHere 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>Forum: Fixing WordPress
In reply to: Tribeca Theme how do I change the change transparent to whiteForum: Fixing WordPress
In reply to: Tribeca Theme how do I change the change transparent to whiteUnfortunetly 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.