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] Problem viewing my site in IE (http://forum.bytesforall.com/showthread.php?t=20059)

toaap Apr 4, 2013 04:22 AM

[SOLVED] Problem viewing my site in IE
 
Hi!

Im having trouble with blank space between my header and my content when viewing in IE.
The site works fine in Chrome and Firefox but not in IE. Have googled it but cant find any solution.
Im also having trouble with my translation file that it dosent change "read more ->" under each article.


Would be very pleased if anyone could help me!'
Thanks for the awesome theme!

juggledad Apr 4, 2013 05:23 AM

1) what do you have set at dashbord->settings->general->Site Title?
2) what do you have set at dashbord->settings->general->Tagline?
3) why do you have your rows in the header adding to 17 when 12 is the maximum ?

toaap Apr 4, 2013 12:06 PM

1) I have just left it blank
2) Same here, just blank
3) I dont understand? Where have I changed the rows? And how do I in such case change it back?

Thansk again for support!

juggledad Apr 4, 2013 12:12 PM

Put something in those fields and see what happens
Fix the row count in the virtual template

toaap Apr 4, 2013 12:15 PM

Ahh just deleted this, dont know is that was the best but I think I can live with that solution:
Quote:

<div id="logo-area" class="col5">
<<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
<a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
<<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
<p id="tagline"><?php bloginfo( 'description' ); ?></p>
</div>
Do you have any ideas why the "read me->" text wont change to what i wrote in my translation file?

toaap Apr 4, 2013 01:34 PM

But maby I cant live with that solution anyway because now I have no logo on my phone.. I have tried change the numbers in the rows so it equals 12 but it dosent solved the problem with my blank space on IE. Do you have any other idea?

juggledad Apr 4, 2013 02:14 PM

the blank space the the area that would hold the site title and tagline. Most browsers condense the space if there is nothing in it, but IE reserves the space so it shows.

So you will have to modify that bunch of code to remove the site title and tagline.

toaap Apr 4, 2013 02:44 PM

Okey I understand! The thing is that when i try to remove the site title and tagline my mobile wont show my logo for some reason wich i cannot understand. The closest I have come to a solution leaves me with "<" visible on my site. And if I take that away my logo disappears on my mobile phone. Seems like I have to sacrifice one of the browsers...:(

juggledad Apr 4, 2013 03:07 PM

try changing this
HTML Code:

                <div id="logo-area" class="col5">
                        <<?php bfa_if_front_else( 'h1', 'h3' ); ?> id="sitetitle">
                                <a href="<?php echo home_url(); ?>"><?php bloginfo( 'name' ); ?></a>
                        </<?php bfa_if_front_else( 'h1', 'h3' ); ?>>
                        <p id="tagline"><?php bloginfo( 'description' ); ?></p>
                </div>

to
HTML Code:

                <div id="logo-area" class="col5">
                        <a href="http://sailzone.se">
                                <img src="http://sailzone.se/wp-content/uploads/2013/02/header14.png" style="float:left; margin-right:5px; margin-top:15px;">
                        </a>
      </div>


toaap Apr 5, 2013 01:27 AM

That didnt work, not showing anything on my mobile then. But i found a solution which worked on all browsers. Entered h9 and it dosent create that giant space and it still shows up on my mobiledevice!
HTML Code:

<div id="logo-area" class="col5">
          <<?php bfa_if_front_else('h9'); ?> id="sitetitle">
              <a href="http://sailzone.se"></a>
                <p id="tagline"></p>   
                </div>

Thanks for helping me anyway!:)


All times are GMT -6. The time now is 07:35 AM.

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