#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 21, 2014 15:06:33 GMT -8
I removed the code before I made my post, so you'll need to add it again.
The duplicate that the code adds is aligned to the right at all times, but you'll need to edit the logo alignment manually in your theme if you want the original to be on the left.
|
|
inherit
169146
0
Apr 7, 2024 5:23:13 GMT -8
Forever Sunshine
Fingerprints don't fade from the lives we touch. Great love & great achievement involve great risk.
1,743
July 2011
foreversunshine
|
Post by Forever Sunshine on May 21, 2014 15:13:54 GMT -8
That's weird because I looked before my last post and the code was still in the forum wrapper, Brian, and the alignment of the one and only image is centered above the forum name. And I just looked now and it's still the same. So, I'm doubly confused and maybe need it spelled out a bit better. I know, I can be a PITA, but a do appreciate all you do for me.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 21, 2014 15:16:03 GMT -8
|
|
inherit
169146
0
Apr 7, 2024 5:23:13 GMT -8
Forever Sunshine
Fingerprints don't fade from the lives we touch. Great love & great achievement involve great risk.
1,743
July 2011
foreversunshine
|
Post by Forever Sunshine on May 21, 2014 15:21:09 GMT -8
LOL, do I not have it in the right spot. When I open the forum wrapper for that theme, I placed the code like so . . . <!DOCTYPE HTML>
$[tag.html.open]
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$[title] | $[forum.name]</title>
<script type="text/javascript">
// Duplicate logo
$('#logo').clone().removeAttr('id').css('float','right').insertAfter('#logo');
</script>
$[head]
<link rel="shortcut icon" href="http://i1105./h350/1ForeverSunshine/Smileys/pigtail1_zpscb97e150.gif~original" />
</head>
<body> Is that not right, Brian? Do I also need to add the image through the Visual Editor as well? Thanks
|
|
inherit
169146
0
Apr 7, 2024 5:23:13 GMT -8
Forever Sunshine
Fingerprints don't fade from the lives we touch. Great love & great achievement involve great risk.
1,743
July 2011
foreversunshine
|
Post by Forever Sunshine on May 21, 2014 15:33:44 GMT -8
OK so this isn't doing what I want or expected. The forum name is totally gone and the extra line of text I added moved right when I adjusted the image through your instructions above.
This is just too damn frustrating.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 21, 2014 15:33:49 GMT -8
LOL, do I not have it in the right spot. When I open the forum wrapper for that theme, I placed the code like so . . . <!DOCTYPE HTML>
$[tag.html.open]
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>$[title] | $[forum.name]</title>
<script type="text/javascript">
// Duplicate logo
$('#logo').clone().removeAttr('id').css('float','right').insertAfter('#logo');
</script>
$[head]
<link rel="shortcut icon" href="http://i1105./h350/1ForeverSunshine/Smileys/pigtail1_zpscb97e150.gif~original" />
</head>
<body> Is that not right, Brian? Do I also need to add the image through the Visual Editor as well? Thanks $[header], not $[head]. Exactly as I typed it. And no, you don't need to add any new images. It duplicates your old one.
|
|
inherit
169146
0
Apr 7, 2024 5:23:13 GMT -8
Forever Sunshine
Fingerprints don't fade from the lives we touch. Great love & great achievement involve great risk.
1,743
July 2011
foreversunshine
|
Post by Forever Sunshine on May 21, 2014 15:45:32 GMT -8
Ok so I did a ctrlF to find $[header] and placed the code copied directly from your post into the spot above $[header] and the image is not doubled and still centered above the extra line of text added to the banner and the forum name is completely gone! I quit! I give up! I just don't care! I'll do without! But thanks for trying, Brian! Have a good rest of the night Attachments:
|
|