Page 29 of 31

Re: [3.2][RC] Site Logo

Posted: Sun Aug 23, 2020 11:57 am
by bennybernaer
nl1sms wrote: Sun Aug 23, 2020 11:44 am Hmmm why rc6 is on the start of this topic whilst rc7 is out?

I think as long as nothing has been announced, nothing is official.

Re: [3.2][RC] Site Logo

Posted: Sun Aug 23, 2020 12:00 pm
by david63
nl1sms wrote: Sun Aug 23, 2020 11:44 am Hmmm why rc6 is on the start of this topic whilst rc7 is out?
I have just told you - I have more important things going on in my life at the moment.

Re: [3.2][RC] Site Logo

Posted: Sat Sep 05, 2020 11:53 am
by null2
This extension stopped to work in 2 forums I have.

Is there any issue with 3.3.1 forum release?

Re: [3.2][RC] Site Logo

Posted: Sat Sep 05, 2020 12:10 pm
by david63
null2 wrote: Sat Sep 05, 2020 11:53 am Is there any issue with 3.3.1 forum release?
No

Re: [3.2][RC] Site Logo

Posted: Sat Sep 05, 2020 2:39 pm
by SeewolfPK
rc6 still working on my 3.3.1

Re: [3.2][RC] Site Logo

Posted: Sun Sep 06, 2020 4:13 pm
by null2
I have found the problem. Some days ago I installed a new version of Win10 style and I forgot to make that: viewtopic.php?p=15416136#p15416136

Its solved now.

Re: [3.2][RC] Site Logo

Posted: Sun Oct 11, 2020 12:50 pm
by WainPetopia
Thanks for this extension :)

I was wondering, is it important that you set .headerbar to 'background-color: transparent;'?

Perhaps it is, but I only ask because if it's removed then your extension is compatible with the Pycode theme. Currenly that line of css removes the colour of the header bar in Pycode.

Re: [3.2][RC] Site Logo

Posted: Mon Feb 22, 2021 4:38 am
by ArthurPendragon
Thanks for this - I need to get a board running.

I downloaded 3.3. I'm using Chesterblue over prosilver.

The image for the banner from the site you referenced is 1500x464. I made mine the same. What happened was not - lol. Only the left side of my image shows? I made a screenshot. Now I can't put it in this message. M I S E R A B L E

A black box containing some misc. options remains, in the upper left corner of the banner space, as well. To date, I have not been successful in seeing it off.

Any help appreciated, please?

Re: [3.2][RC] Site Logo

Posted: Mon Feb 22, 2021 8:19 am
by david63
Sorry but Chesterblue is not a style I have any experience with.

Re: [3.2][RC] Site Logo

Posted: Tue Feb 23, 2021 12:48 am
by ArthurPendragon
OK, well, I guess I am not getting this, at all...

On your example site the board banner was displayed correctly - filling the top box on my screen, perfectly. Your image was 1500x464. It was obviously resized, to fit my screen.

I disabled Chesterblue. Now straight, U G L Y prosilver. I resized my banner to fit but it shows off to the left. It doesn't even center the image! What am I doing wrong? I disabled the board logo...

Re: [3.2][RC] Site Logo

Posted: Sun May 23, 2021 11:31 am
by nl1sms
I have a question. I've noticed that when i use chrome or brave browser on an android mobile device and i refresh my forum page i can see very briefly a phpBB logo. It then immediately disappears. I think it has something to do with the sitelogo extension i use. Does anyone know a solution?

Re: [3.2][RC] Site Logo

Posted: Tue May 25, 2021 11:17 am
by nl1sms
No one? :(

Re: [3.2][RC] Site Logo

Posted: Tue May 25, 2021 6:53 pm
by janus_zonstraal

Re: [3.2][RC] Site Logo

Posted: Thu May 27, 2021 10:54 am
by nl1sms
Ok, well if this can't be fixed I'll have to use Hifikabin's header banner extension. Thx.

Re: [3.2][RC] Site Logo

Posted: Thu May 27, 2021 8:30 pm
by Prosk8er
nl1sms wrote: Thu May 27, 2021 10:54 am Ok, well if this can't be fixed I'll have to use Hifikabin's header banner extension. Thx.
depending on what style your using most of them by default block out the logo on smartphones
/styles/prosilver/theme/responsive.css

Code: Select all

	.logo {
		/* change display value to inline-block to show logo */
		display: none;
		float: none;
		padding: 10px;
	}
changing it to

Code: Select all

	.logo {
		/* change display value to inline-block to show logo */
		display: inline-block;
		float: none;
		padding: 10px;
	}
should show the logo