|
#1
May 3, 2009, 03:33 AM
|
|
I want to create a logo at the left side of header image (not upper as the default) or overlay over header image.
Please help me.
Thanks in advance
Last edited by phuongnv; May 3, 2009 at 03:44 AM.
|
#2
May 4, 2009, 12:41 PM
|
|
Flynn, could you help me?
|
#3
May 5, 2009, 07:52 PM
|
|
|
|
3,768 posts · Oct 2008
Munich, Germany
|
|
Look into bfa_header_config.php how the blog title is overlayed and do the same with a container that contains your image
|
#4
Jul 28, 2009, 11:19 AM
|
|
Hi Flynn thanks for this but when you say container could you elaborate a bit more as I am faily new to this!!
Thanks
|
#5
Jul 28, 2009, 02:05 PM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
Last edited by Wimbledon; Aug 5, 2009 at 08:40 AM.
|
#6
Aug 5, 2009, 06:12 AM
|
|
anyone?????
|
#7
Aug 5, 2009, 06:48 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
There is a post in the GOLD forum explaining how to overlay the logo on the header image
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Aug 5, 2009, 11:15 AM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
The post in the Gold forum works perfectly too.
|
#9
Sep 15, 2009, 10:13 PM
|
|
I would like to reply and ofer a possible answer to the question posed. My solution does not involve code modifications. It is actually a little trick that virtually anybody can do. I saw there are other threads where blog owners have similar issues. I hope my solution will be acceptable to others as it worked well for me and my blog. I wrote an off topic article on my blog that addresses this issue. Please take a look:
http://www.pyramidinvesting.com/2009...-logo-overlay/
Cheers!
|
#10
Sep 16, 2009, 04:58 PM
|
|
sasajokov:
Thanks. Not an elegant solution, but the only one that works with the new version of Atahualpa. Flynn's solution written on another thread, and referred to above, no longer works.
If anyone has a better solution, please detail it.
Thanks,
Sue
|
#11
Sep 16, 2009, 05:34 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
While sasajakov solution in post 11 will work (create a bunch of images with with your logo on them) it suffers from the problem of variable width pages. If you make the page smaller the logo may be cut off depending on how you lock the center image unless you stick to a fixed width page.
There is a post in the gold forum 'How to overlay the LOGO on the Header Image in versions 3.4->3.4.2'
http://forum.bytesforall.com/showthread.php?t=2729
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Sep 16, 2009 at 05:40 PM.
|
#12
Sep 19, 2009, 04:12 PM
|
|
Quote:
Originally Posted by juggledad
|
Kind of rude to refer to a post in a locked forum, IMO.
I'm sure you didn't intend to imply that those of us who haven't paid for whatever reason should get out of the sandbox.
(eta) actually it seems you point to the gold forum on many threads here.
Last edited by probablepossible; Sep 19, 2009 at 04:16 PM.
|
#13
Sep 19, 2009, 04:31 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
to probablepossible
Yes I do point to the gold forums on several threads to let people know there is an answer.
Flynn has setup some forums for people who have donated to: him for the theme development and support, and/or me for support. While I've given away many, many hours of free support, there are occasions when I choose to reserve a solution or 'how to' - that I spent several hours developing - for those who have donated - call it an extra perk for them.
This is not to stop you from figuring out a solution and posting it for everyone else (the fact that there is a solution should help you develop one yourself)
But let me ask you this - Do you give everything away for free? Or are you making a web site to make money?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#14
Sep 19, 2009, 05:56 PM
|
|
this is a pro bono website for a small community.
They have no money and neither do I, and it is intended to keep an emotional connection alive whilst we all fight our way through these times.
What I liked was the rotating header, I wasn't expecting this huge backend!
|
#15
Sep 24, 2010, 04:52 PM
|
|
Just sent 20 bucks paypal to get access to this solution, but I guess the money won't clear for 3-4 days, according to an automated message in my User CP. Any way I can get an answer today, since this is the time I have slated to work on the company site?
Thanks!
|
#16
Sep 24, 2010, 06:31 PM
|
|
Well, I figured out something that works for me. Try putting this into Configure Header Area:
HTML Code:
%logo
<div style="position:absolute;top:0px;width:900px;height:150px;">
%image
Adjust width number for horizontal placement on your page, etc.
Last edited by juggledad; Mar 17, 2011 at 08:10 PM.
|
#17
Mar 17, 2011, 07:09 PM
|
|
Well done, Flapperjak - much simpler!
I ended up reversing the order, and there's a space in the word "height" that can be removed.
Cheers
Graham
|
|