Shape 5

Wordpress Club Themes => Soul Search - Club => : phbyerly August 07, 2014, 08:59:34 PM



: Need to change s5_logo.png
: phbyerly August 07, 2014, 08:59:34 PM
I have some cache issue outside my control, so changes to s5_logo.png take days to show (even for those who have never seen the page before). I need to change the file being called. I am unable to find the code. I am using Soul Search.

Thanks,
Paul


: Re: Need to change s5_logo.png
: mikenicoll August 07, 2014, 09:03:17 PM
Hello,

That sounds really odd that updating a logo file would take days to change. What web host are you using? The default source will be in the index.php at line 241

:
<img alt="logo" src="<?php echo $s5_directory_path ?>/images/s5_logo.png" id="s5_logo" onclick="window.document.location.href='<?php echo $LiveSiteUrl ?>'" />

Regards,


: Re: Need to change s5_logo.png
: phbyerly August 08, 2014, 11:40:48 AM
Hello,

That sounds really odd that updating a logo file would take days to change. What web host are you using?
I am with Bluehost. They have installed varnish cache, but do not give end users access, so clearing it requires contacting support. Or wait for it to clear, which happens every 30 days! They are "working on" a way to give end users the ability to clear the cache, but until then...

Thanks for the location - I was looking in css files. Got it going now.