Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Montezuma header problem when using wp permalinks (http://forum.bytesforall.com/showthread.php?t=20713)

CayWhy Aug 1, 2013 01:59 AM

[SOLVED] Montezuma header problem when using wp permalinks
 
1 Attachment(s)
hi.

Iīm using the Wordpress version 3.5.2
with Montezuma theme version 1.1.9

At first: the montezuma theme is a very great theme :)

Second: i have a big problem with my header, if i aktivate the permalinks of wp for SEO optimizing.
Benutzerdefinierte Struktur: %postname%/ (...or other)

If i invike my blog all will be show. But if i click the menu on every link, then my header isnīt there. The Site-Logo is completly not visible and there is only a snipped of my menu on the top of my site. If I cklick the Blog all will be visible (please see the attached screenshot). I spend so much time for it but i cantīt get the problem. :confused:
Can you help me please?


PS: did anywhere know? where could i get a german language file for the montezuma? :o

juggledad Aug 1, 2013 04:48 AM

what is the URL?

CayWhy Aug 1, 2013 12:01 PM

http://kaihawaii.de/
I turned the permalinks now.

juggledad Aug 1, 2013 01:28 PM

try giving the full url path to your header image

CayWhy Aug 1, 2013 11:29 PM

thanks for your answer.

http://kaihawaii.de/wp-content/theme...mages/logo.png

did you mean this?


Today i installed WordPress 3.6, but itīs the same problem.

jerryc Aug 2, 2013 12:14 AM

I think he was suggesting you put the full path to the image in your header, rather than just use the relative path. Try that, see if it works, and post your results.

CayWhy Aug 2, 2013 12:41 AM

sorry, it was relative. Please see:

PHP Code:

<div id="header_logo">
    </div>

<div id="banner-bg" class="cf">
    <div id="banner" class="row">  
    <div id="logo-area" class="col5">
      
<a href="<?php echo home_url(); ?>"> 
<img src="wp-content/themes/montezuma/images/logo.png" width="380" height="67" alt="" />
</a>

            <p id="tagline"></p>
        </div>
        <?php wp_nav_menu( array( 
            
'container' => 'nav'
            
'container_class' => 'menu-wrapper col7'
            
'container_id' => 'menu1-wrapper'
            
'menu_id' => 'menu1'
            
'menu_class' => 'cf menu'
            
'theme_location' => 'menu1'
            
'fallback_cb' => 'bfa_page_menu' 
        
) ); ?>
  
</div>

<div id="breadcrumbs1-bg">
    <nav id="breadcrumbs1" class="breadcrumbs lw">
        <?php bfa_breadcrumbs'breadcrumbs1' ); ?>
    </nav>
</div>


CayWhy Aug 2, 2013 01:04 AM

Quote:

Originally Posted by CayWhy (Post 102670)
sorry, it was relative. Please see:

PHP Code:

<div id="header_logo">
    </div>

<div id="banner-bg" class="cf">
    <div id="banner" class="row">  
    <div id="logo-area" class="col5">
      
<a href="<?php echo home_url(); ?>"> 
<img src="wp-content/themes/montezuma/images/logo.png" width="380" height="67" alt="" />
</a>

            <p id="tagline"></p>
        </div>
        <?php wp_nav_menu( array( 
            
'container' => 'nav'
            
'container_class' => 'menu-wrapper col7'
            
'container_id' => 'menu1-wrapper'
            
'menu_id' => 'menu1'
            
'menu_class' => 'cf menu'
            
'theme_location' => 'menu1'
            
'fallback_cb' => 'bfa_page_menu' 
        
) ); ?>
  
</div>

<div id="breadcrumbs1-bg">
    <nav id="breadcrumbs1" class="breadcrumbs lw">
        <?php bfa_breadcrumbs'breadcrumbs1' ); ?>
    </nav>
</div>


if i reset the header to default, without a logo (only text logo), than i have the same problem.

I turned off all plugins to check the compatibility. this is not the problem.

juggledad Aug 2, 2013 03:45 AM

Quote:

<img src="wp-content/themes/montezuma/images/logo.png" width="380" height="67" alt="" />
Yes, make that the fully qualified path

CayWhy Aug 2, 2013 08:05 AM

Yes itīs solved :) Sometimes it is so easy. But I would almost desperate.
thanks very much to juggledad for help!


All times are GMT -6. The time now is 02:32 PM.

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