Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

Having a problem with my logos


  #1  
Old Nov 9, 2010, 02:48 PM
Elias
 
1 posts · Nov 2010
I just installed a new theme, everything went well except my logo isn't working, i tried to check in the editor, but i could not find any problem as i am not an expert with php. (If you want to take a look of what i am talking, here is the site : jessiejonline.com )


here are the codes of where i think i have to change something :

Thank you for helping me.
Elias


<?php /*
Template Name: 404
*/ ?>
<?php get_header(); ?>
<?php
//allows the theme to get info from the theme options page
global $options;
foreach ($options as $value) {
if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; }
else { $$value['id'] =get_option( $value['id'] ); }
$$value['id'] = stripslashes($$value['id']);
}
?>
<div id="border_top"></div><!-- END "border_top" //-->
<div id="header" class="clearfix">
<div id="logo">
<a href="<?php echo get_bloginfo('wpurl');?>">
<img src="<?php echo $lcp_hp_toplogo;?>" alt="<?php echo get_bloginfo('name');?>" id="lclogo"/>
</a>
</div><!-- END "logo" //-->
<div id="header_contacts"><?php echo $lcp_contact_info; ?></div>
</div><!-- END "header" //-->
<div id="container" class="clearfix">
<div id="toppanel" class="clearfix">
<div id="navigation">
<ul>
<li class="<?php if(is_home()){echo "current_page_item";}?>"><a href="<?php echo get_bloginfo('wpurl');?>"><?php echo $lcp_home_name; ?></a></li>
<?php wp_list_pages('exclude='.$lcp_nav_exclude.'&sort_c olumn=menu_order&title_li='); ?>
<li class="<?php if( post_is_in_descendant_category($lcp_portfolio_id) && !is_home() ){echo "current_page_item";} ?>"><a href="<?php echo get_category_link($lcp_portfolio_id); ?>"><?php echo get_cat_name($lcp_portfolio_id); ?></a>
<ul>
<?php wp_list_categories('title_li=&child_of='.$lcp_port folio_id); ?>
</ul>
</li>
<li class="<?php if( post_is_in_descendant_category($lcp_blog_id) && !is_home() ){echo "current_page_item";} ?>"><a href="<?php echo get_category_link($lcp_blog_id); ?>"><?php echo get_cat_name($lcp_blog_id); ?></a>
<ul>
<?php wp_list_categories('title_li=&child_of='.$lcp_blog _id); ?>
</ul>
</li>
<li><a href="<?php echo get_permalink($lcp_contact_id); ?>"><?php echo $lcp_contact_name; ?></a>
</li>
</ul><!-- END for whole navigation UL //-->
</div><!-- END "navigation" //-->
<div id="search">
<form id="searchform" action="<?php echo get_bloginfo('wpurl');?>" method="get">
<input id="s" class="field" type="text" onblur="if (this.value == '') {this.value = '<?php echo $lcp_nav_input;?>';}" onfocus="if (this.value == '<?php echo $lcp_nav_input;?>') {this.value = '';}" value="<?php echo $lcp_nav_input;?>" name="s"/>
<input class="submit" type="submit" name="submit" value="<?php echo $lcp_nav_searchbut; ?> "/>
</form>
</div><!-- END "search" //-->
</div><!-- END "toppanel" //-->


<div id="content_wrap">
<div id="inner_content">
<div class="entry">

<div class="entry_content">
<h1><?php echo $lcp_s_404t; ?></h1>
<p><?php echo $lcp_s_404m; ?></p>
</div><!-- END "entry_content" //-->
</div><!-- END "entry" //-->
</div><!-- END "inner_content" //-->
<div id="sidebar_home">
<?php
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Page Sidebar") ): endif;
?>
</div><!-- END "sidebar_home" //-->

</div><!-- END "content_wrap" //-->
</div><!-- END "container" //-->




<?php get_footer(); ?>
  #2  
Old Nov 9, 2010, 11:38 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
What version of Atahualpa did you install? Are you using Atahualpa? The reason I ask is that this forum supports Atahualpa. Also your link goes to a site in maintenance mode.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem with ie 8 but no problem with other browsers op2545 New Versions, & Updating 5 Aug 14, 2010 05:37 PM
Different logos for each category along speedywap Header configuration & styling 4 Sep 28, 2009 12:18 AM
"About" row, footer links, sidebar background, logos in a line ctenos Header configuration & styling 1 Jul 28, 2009 01:21 PM
Page Specific Logos drewpasmith Header configuration & styling 15 May 12, 2009 06:45 AM
Logos in Footer Steve_T Atahualpa 3 Wordpress theme 2 Feb 22, 2009 05:18 AM


All times are GMT -6. The time now is 06:12 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.