Logo Blank 3.3.5 / ProSilver Style

For support and discussion related to templates and themes in phpBB 3.3.
Post Reply
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

Style - ProSilver as default theme
PhpBB Version - 3.3.5

I was able to find the default logo in the following location: /styles/prosilver/theme/images/site_logo.svg
I downloaded the logo and just replace it with my own logo. Kept dimensions the same and kept the same extension and name. Uploaded the new image and replace the current one with the one I made. Now, I get a blank section where the phpbb logo use to be.

The question: Why is it displaying a blank section when I replace the image with mine?
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Logo Blank 3.3.5 / ProSilver Style

Post by Lumpy Burgertushie »

is your image an actual .svg image or did you just rename a normal jpg or gif etc. to svg?

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Re: Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

Its an actual SVG image I created in adobe.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72329
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: Logo Blank 3.3.5 / ProSilver Style

Post by KevC »

Can you post a link to your site?
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Re: Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

I reverted back last night when I couldnt get it to work so right now its back to default. Im at work at the moment. Ill post the link after I upload my logo back up again when I get home.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2344
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦
Contact:

Re: Logo Blank 3.3.5 / ProSilver Style

Post by P_I »

I would suggest you might want to read and follow the instructions in How to change your board logo
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Re: Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

As requested. Here is the site https://www.driversgarage.com/
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Re: Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

P_I wrote: Fri Jan 21, 2022 10:01 pm I would suggest you might want to read and follow the instructions in How to change your board logo

I did read the instructions before posting this thread
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Re: Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

I have attached the logo here as well so you can see the image

Image
dv_damian57
Registered User
Posts: 8
Joined: Fri Feb 14, 2020 12:56 pm

Re: Logo Blank 3.3.5 / ProSilver Style

Post by dv_damian57 »

disregard. I switched my styles to the ProSilver dark style and uploaded the logo that that style and was able to get it to work.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2344
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦
Contact:

Re: Logo Blank 3.3.5 / ProSilver Style

Post by P_I »

dv_damian57 wrote: Mon Jan 24, 2022 4:26 pm As requested. Here is the site https://www.driversgarage.com/
Whn I looked I could see that your SVG logo is 1213 x 400.

I can see two solutions. BTW, I used my browsers 'Inspect' function to view and test these.
  1. You need to resize the SVG to match the phpBB logo (149px x 52px).
  2. Or change styles/prosilver/theme/common.css lines 178-183 to match the size of your SVG logo:

    Code: Select all

    .site_logo {
    	background-repeat: no-repeat;
    	display: inline-block;
    	width: 1213px;
    	height: 400px;
    }
    If you want the existing SVG logo (1213 x 400) to fit into size of the phpBB logo, you could also try adding the following below the height line:

    Code: Select all

    background-size: 149px 52px;
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
Post Reply

Return to “[3.3.x] Styles Support & Discussion”