Hello,
when i acces download page of a file my site logo won't show (only on download page)
i have noticed that it won't show on file setting (xxxxxxxxx.file.zip.html)
it works fine on xxxxxxxxx.html but I really want to have the name of the file in the download link.
Could someone please give me a solution for it ?
Thanks.
XFileSharing Pro - Problem on download page
we need to see the link but maybe this could help
put the full url for the logo in the templates
search for the logo in main.html and put the full url
like change "/images/logo.gif" to "http://www.domainname.com/images/logo.gif"
if you added the full url to image and the problem still please provide a link
put the full url for the logo in the templates
search for the logo in main.html and put the full url
like change "/images/logo.gif" to "http://www.domainname.com/images/logo.gif"
if you added the full url to image and the problem still please provide a link
There's no need to put full URL. would do just fine. Just make sure the first / isn't missing, as otherwise it's a relative URL which means the path to the image has to be in current folder. This is most likely your problem.
Code: Select all
/images/logofile.png