Can not see template header changes !

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Sid Cowans
Registered User
Posts: 23
Joined: Sun Sep 10, 2023 10:14 am

Can not see template header changes !

Post by Sid Cowans »

Driving me nuts !

Using AcidTech theme. Changed the sitelogo.gif file, showed up fine but didn't like it so deleted the file and put the original sitelogo file back but ..... it will not update !

I've purged the cache in ACP a dozen times and refreshed the browser screen many times too. The image file being displayed doesn't even exist anymore so must be a cache issue.

Is there some form of template refresh somewhere ?
Last edited by Mick on Thu Sep 14, 2023 9:57 am, edited 1 time in total.
Reason: Solved.
Sid Cowans
Registered User
Posts: 23
Joined: Sun Sep 10, 2023 10:14 am

Re: Can not see template header changes !

Post by Sid Cowans »

Sorted ..... found the "Recompile Stale Style Components" setting and that sorted it !
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Can not see template header changes !

Post by Mannix_ »

there is also browser cache your probably didn't clear that one ;)
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
Sid Cowans
Registered User
Posts: 23
Joined: Sun Sep 10, 2023 10:14 am

Re: Can not see template header changes !

Post by Sid Cowans »

Mannix_ wrote: Wed Sep 13, 2023 5:52 am there is also browser cache your probably didn't clear that one ;)
Oh believe me I did that many times over and without success !
User avatar
Mike-on-Tour
Registered User
Posts: 523
Joined: Wed Jan 15, 2020 3:51 pm
Location: Germany
Name: Michael

Re: Can not see template header changes !

Post by Mike-on-Tour »

Did you change and save the correct file?
Watz fo lunch?
If you like my extensions or my support please consider a donation: Image
User avatar
ssl
Registered User
Posts: 1979
Joined: Sat Feb 08, 2020 2:15 pm
Location: Le Lude, Pays de la Loire - France
Name: Fred Rimbert

Re: Can not see template header changes !

Post by ssl »

In the colours.css file of the AcidTech style replace the .site_logo part with this to find the original logo of the style

Code: Select all

.site_logo {
	background-image: url("./images/site_logo.gif");
}
Sorry for my English ... I do my best! :anger_right:

:point_right_tone3: phpBB: 3.3.13 | PHP: 8.3.9
:point_right_tone4: [Kill spam on phpBB] - [Some French translation of extensions]
"Mistress, Mistress someone is bothering me in pm"
Sid Cowans
Registered User
Posts: 23
Joined: Sun Sep 10, 2023 10:14 am

Re: Can not see template header changes !

Post by Sid Cowans »

Yes I did ..... I even deleted all versions of site_logo.gif from the server and it still showed in the browser !

Sorted now anyway. The "recompile" option was the key !

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