- Posts: 198
- Thank you received: 0
Removing leaves.png and the default logo2.png images
-
Danimeeka
Active member - Topic Author
- Member
Less
More
5 years 9 months ago #47464
by Danimeeka
Removing leaves.png and the default logo2.png images was created by Danimeeka
Hi,
I would like to be able to remove these two images from my website at historicwinton.org/hw-joomla. However when I do so (eg using my own logo to replace logo2.png) the code keeps searching for them and throwing 404 errors until the redirects finally timeout after about 30 seconds. I have now put the images back in place but ultimately must get rid of them somehow. I have a development site at blackhawkit.com/hw-joomla/ where you can see this looping taking place.
How do I remove these images safely? I would also like to remove the leaves image from the very bottom of the website.
Many thanks,
julia.
I would like to be able to remove these two images from my website at historicwinton.org/hw-joomla. However when I do so (eg using my own logo to replace logo2.png) the code keeps searching for them and throwing 404 errors until the redirects finally timeout after about 30 seconds. I have now put the images back in place but ultimately must get rid of them somehow. I have a development site at blackhawkit.com/hw-joomla/ where you can see this looping taking place.
How do I remove these images safely? I would also like to remove the leaves image from the very bottom of the website.
Many thanks,
julia.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
5 years 9 months ago #47465
by milos
Replied by milos on topic Removing leaves.png and the default logo2.png images
Hello,
Please edit file: historicwinton.org/hw-joomla/templates/s...ss/styles/style2.css and delete this:
and also go to Extensions > Templaes > Hot Leaves > Custom > Css and delete this:
To the delete the bottom image, go to Extensions > Templaes > Hot Leaves > Row Settings (last row) and disable the background image.
Best regards,
Milos
Please edit file: historicwinton.org/hw-joomla/templates/s...ss/styles/style2.css and delete this:
Code:
.sparky_logo_link {
background: url(../../images/logo2.png) no-repeat;
background-size: 30px 50px;
}
and also go to Extensions > Templaes > Hot Leaves > Custom > Css and delete this:
Code:
.sparky_logo_link {
background: url(../images/logo.png) no-repeat;
background-size: 30px 50px;
height: 50px;
padding-left: 0px;
}
To the delete the bottom image, go to Extensions > Templaes > Hot Leaves > Row Settings (last row) and disable the background image.
Best regards,
Milos
Please Log in to join the conversation.
-
Danimeeka
Active member - Topic Author
- Member
Less
More
- Posts: 198
- Thank you received: 0
5 years 9 months ago #47466
by Danimeeka
Replied by Danimeeka on topic Removing leaves.png and the default logo2.png images
Thank you Milos, that looks good. Would you also be able to advice me on removing /public_html/hw-joomla/images/leaves.jpg safely (assuming this is the image up near the header, not the one at the bottom)?
Kind regards,
Julia.
Kind regards,
Julia.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
5 years 9 months ago #47467
by milos
Replied by milos on topic Removing leaves.png and the default logo2.png images
Yes, you can remove the image.
Best regards,
Milos
Best regards,
Milos
Please Log in to join the conversation.
-
Danimeeka
Active member - Topic Author
- Member
Less
More
- Posts: 198
- Thank you received: 0
5 years 9 months ago #47468
by Danimeeka
Replied by Danimeeka on topic Removing leaves.png and the default logo2.png images
So I can. Sorry - I saw redirects to 404 being caused by logo2.png and leaves.jpg being absent, but now that logo2.png is safely removed it seems there is no issue with leaves.jpg being removed as well.
Thanks Milos.
Julia.
Thanks Milos.
Julia.
Please Log in to join the conversation.
-
Danimeeka
Active member - Topic Author
- Member
Less
More
- Posts: 198
- Thank you received: 0
5 years 9 months ago #47469
by Danimeeka
Replied by Danimeeka on topic Removing leaves.png and the default logo2.png images
Hi Milos,
I've just done a quick check in a couple of other browsers, Safari and Firefix, and found removing leaves.jpg has caused a 302 redirect to many attempts at finding a 404 page. If there is a way you know of to prevent this happening I'd be glad to hear of it.
See images attached.
Thanks,
Julia.
I've just done a quick check in a couple of other browsers, Safari and Firefix, and found removing leaves.jpg has caused a 302 redirect to many attempts at finding a 404 page. If there is a way you know of to prevent this happening I'd be glad to hear of it.
See images attached.
Thanks,
Julia.
Please Log in to join the conversation.
Time to create page: 0.166 seconds