Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.1.x Extensions Database 3.1 / 3.2Custom Header Logo

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

dmzx wrote: 06 Jun 2016, 18:25 So at Page Query you set the * :question:
And cleared the cache?
Yes I did it as you told me. Look this video

https://www.youtube.com/watch?v=YWRNrFBzUv0

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

Any update?
Thanks!

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

Ok for main flag page use app/flags with image, see picture below.
Use for all others like line 2.

This means all counties get a line, I did it different here and us cssmagic extension to add the logo 1 time.

Image

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

dmzx wrote: 07 Jun 2016, 18:23 Ok for main flag page use app/flags with image, see picture below.
Use for all others like line 2.

This means all counties get a line, I did it different here and us cssmagic extension to add the logo 1 time.

Image
Thanks for your reply
I did not understand one thing, when you say "I did it different here and us cssmagic extension to add the logo 1 time." Yes I know that cssmagic is a extnsion but I did not understand what you mean

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

rogerio24 wrote: 07 Jun 2016, 18:55 [ Yes I know that cssmagic is a extnsion but I did not understand what you mean
I added in cssmagic css file:

Code: Select all

.site_logo {
        background-image: url("./images/dmzx-web_light.png");
	background-repeat: no-repeat;
	display: inline-block;
	width: 600px;
	height: 52px;
}
try that with your logo.

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

I have configured all your tips but it did not work. :( Don't worry. Do you know about another extension related with flags? I have installed this in my forum National Flags 2.0.0

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

On here its a mix between Custom Header Logo & cssmagic
To keep it simple add for example every flag in Custom Header Logo like: app/flags/16 and next flag app/flags/17 ect..
So every flag new line...

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

dmzx wrote: 07 Jun 2016, 22:41 On here its a mix between Custom Header Logo & cssmagic
To keep it simple add for example every flag in Custom Header Logo like: app/flags/16 and next flag app/flags/17 ect..
So every flag new line...
I will record a video and I will show you that any tips provided by you work. Don't worry.
The problem is that extension does not recognize this kind of situation or path app.php/flags/


edited
video recorded

https://www.youtube.com/watch?v=PTHpUFQcMmk

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Custom Header Logo

Post by Fast_Eddie »

Hello Dmzx,
I tried using this ext. on a new board I'm setting up , using the style '' ne-blackgreen '' https://www.phpbb.com/community/viewtop ... &t=2348621 And it works ok. But it's stacking the logo on top of the header and moves all navbar links into the quicklink menu.
Would there be a fix for this?
Here is a screen cap so you can see.....
Image
:beers: Retirement 2024!

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

Fast_Eddie wrote: 08 Jun 2016, 19:30 Hello Dmzx,
I tried using this ext. on a new board I'm setting up , using the style '' ne-blackgreen '' https://www.phpbb.com/community/viewtop ... &t=2348621 And it works ok. But it's stacking the logo on top of the header and moves all navbar links into the quicklink menu.
Would there be a fix for this?
Here is a screen cap so you can see.....
Image
Can you comment out this part in ne-blackgreen/theme/stylesheet.css

Code: Select all

.headerbar {
  height: 100px;
}
Clear cache and check again.

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: Custom Header Logo

Post by Fast_Eddie »

:tumbsyes: that fixed it. I didnt think to look at the stylesheet.css

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6467
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Custom Header Logo

Post by dmzx »

rogerio24 wrote: 08 Jun 2016, 08:04
dmzx wrote: 07 Jun 2016, 22:41 On here its a mix between Custom Header Logo & cssmagic
To keep it simple add for example every flag in Custom Header Logo like: app/flags/16 and next flag app/flags/17 ect..
So every flag new line...
I will record a video and I will show you that any tips provided by you work. Don't worry.
The problem is that extension does not recognize this kind of situation or path app.php/flags/
Is your Enable URL Rewriting on?

Image

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

dmzx wrote: 08 Jun 2016, 22:39
rogerio24 wrote: 08 Jun 2016, 08:04
dmzx wrote: 07 Jun 2016, 22:41 On here its a mix between Custom Header Logo & cssmagic
To keep it simple add for example every flag in Custom Header Logo like: app/flags/16 and next flag app/flags/17 ect..
So every flag new line...
I will record a video and I will show you that any tips provided by you work. Don't worry.
The problem is that extension does not recognize this kind of situation or path app.php/flags/
Is your Enable URL Rewriting on?

Image
Hi Good Day. Thanks for your answer. Let me configure and I will let you know I think we are about to fix it :) :tumbsyes: let me check first

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

rogerio24 wrote: 08 Jun 2016, 23:41
dmzx wrote: 08 Jun 2016, 22:39
rogerio24 wrote: 08 Jun 2016, 08:04
dmzx wrote: 07 Jun 2016, 22:41 On here its a mix between Custom Header Logo & cssmagic
To keep it simple add for example every flag in Custom Header Logo like: app/flags/16 and next flag app/flags/17 ect..
So every flag new line...
I will record a video and I will show you that any tips provided by you work. Don't worry.
The problem is that extension does not recognize this kind of situation or path app.php/flags/
Is your Enable URL Rewriting on?

Image
Hi Good Day. Thanks for your answer. Let me configure and I will let you know I think we are about to fix it :) :tumbsyes: let me check first
we are about to fix it. We are close :D
I just enable URL Rewriting as you told me. The app.php does not appears anymore :D

Look the video. When I go to some one flags section it is not working. But in general flags section it works

https://www.youtube.com/watch?v=K46_MC3O5B4

User avatar

rogerio24
Users
Users
Posts: 77
Joined: 05 Jun 2016, 20:18
    Linux Firefox

Re: Custom Header Logo

Post by rogerio24 »

Have you seen it?

Post Reply Previous topicNext topic