Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Custom Logo Area Has Strange Effect When Loading Pages (http://forum.bytesforall.com/showthread.php?t=15317)

c12281 Sep 7, 2011 08:25 AM

Custom Logo Area Has Strange Effect When Loading Pages
 
I recently replaced ~LOGO in the Header Area with custom divs so I could include a third graphical element in that area.

http://sweetboutiquellc.com

It all looks fine, but when you move from page to page or refresh a page, the header gets distorted and then bounces back to normal. Looks odd and not very professional. The header should remain stationary. Did I do something wrong in the code?

Thanks!

juggledad Sep 7, 2011 02:00 PM

What version?
Patches applied?
What code did you use?

c12281 Sep 7, 2011 02:33 PM

Here's the info requested:

VERSION:
WP 3.2.1
ATA 3.6.7

PATECHES APPLIED:
None

CODE USED:

HTML:

<div id = "new_logo_area">
<div class = "logo">
<a href = "http://sweetboutiquellc.com"><img src = "http://sweetboutiquellc.com/wp-content/uploads/SBLogo.png"></a>
</div>
<div class = "tagline">
Fashionable Treats to Dress Up Any Occasion
</div>
<div class = "heart-image">
<img src = "http://sweetboutiquellc.com/wp-content/uploads/heart_art_final.png" width = "50%" height = "50%">
</div>

CSS:

#new_logo_area {
height: 130px;
width:690px;
background:#ffc9d4;
padding:0px;
}
.logo {
margin: 0px 10px 10px 10px;
float:left;
}
.tagline {
color:#57381D;
font-family:flirt;
font-size:28px;
margin-top:60px;
margin-left:10px;
padding:0px;
float:left;
}
.heart-image {
margin-top:10px;
padding:0px;
float:left;
margin-left:10px;
}

lmilesw Sep 7, 2011 04:53 PM

The patches affect many different things and it's not possible to troubleshoot until they are applied as they COULD be the crux of the problem.

c12281 Sep 7, 2011 08:54 PM

Actually I wasn't aware of any patches. I only come to the forum when I need help and update the ATA version when a new one is available. Where should I go to get the patches and which ones should I apply? Thanks.

juggledad Sep 8, 2011 05:09 AM

Go to the 'New Versions & Updates' forum and apply the patch's for 3.6.7 there are five, but one is incorporated into another, so apply ALL four.


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

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