Damien Townley Posted April 14, 2010 Report Share Posted April 14, 2010 Hello everyone, browsing through VA sites that are powered by PHPVMS, I have noticed that they do not have the PHPVMS logo in the top left corner. I am happy to keep the little "Powered by PHPVMS" footer, but would like to replace your logo with mine if that is possible? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 You're allowed to remove the logo, it's only there as part of the default skin. However the license states that for legal use the link back must remain. 1 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 14, 2010 Administrators Report Share Posted April 14, 2010 Yup the link or some attribution has to be there, the logo, etc, you can change no problem Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 You're allowed to remove the logo, it's only there as part of the default skin. However the license states that for legal use the link back must remain. How can I get rid of it? I have started creating a skin with default templates. Can't find the logo in it, and have activated that skin in the admin panel Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 It's in the styles .css file. Most likely the background for the #header (or something like that - I haven't studied the css) div. I would recommend creating your own css however, and taking only the parts you need. Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 I still don't seem to be able to get rid of it Any other help? Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Open your styles.css (which you have copied out of crystal and into your own skin folder). Find: #topBanner { background: url(images/topbanner.jpg); width: 970px; height: 109px; } And edit however you wish. Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Open your styles.css (which you have copied out of crystal and into your own skin folder). Find: #topBanner { background: url(images/topbanner.jpg); width: 970px; height: 109px; } And edit however you wish. But that's the strange thing. I found that, edited it to my file, saved and uploaded to my ftp, but still nothing changed. Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Check again, and a second time. Right file? Right place? Got the right skin set in the admin panel? Else, do you have a link I could have a look? Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Check again, and a second time. Right file? Right place? Got the right skin set in the admin panel? Else, do you have a link I could have a look? Sorry link to what the website/styles.css or what? Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Website Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Sure it is here. Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Looks fine to me. Your probably seeing a cached version. Use Ctrl+F5 to refresh when you make changes. Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Looks fine to me. Your probably seeing a cached version. Use Ctrl+F5 to refresh when you make changes. Sorry wrong link it is here. Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Broken link. Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Broken link. lol really really sorry bout this. This is the one definately Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Site's under review. Oh I do love 000webhost... (not). Ok fancy attaching the styles.css from your skin? Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Just to let you know, the only thing that has changed is the sizing, as I have it called the same thing (But have removed the original image file from image folder and replaced it. Therefore have attatched the image as well.styles.css Quote Link to comment Share on other sites More sharing options...
Tom Posted April 14, 2010 Report Share Posted April 14, 2010 Right, put the div's height and width back, and just prevent the image repeating like so: #topBanner { background: url(images/topbanner.jpg) no-repeat; width: 970px; height: 109px; } Then make sure the image is uploaded in lib/skins/your skin/images/ Then make sure in your header that the stylesheet you are linking to is lib/skins/your skin/styles.css rather than lib/skins/crystal/styles.css (I suspect this is the problem). Finally, try Ctrl+F5 to refresh.. 1 Quote Link to comment Share on other sites More sharing options...
Damien Townley Posted April 14, 2010 Author Report Share Posted April 14, 2010 Right, put the div's height and width back, and just prevent the image repeating like so: #topBanner { background: url(images/topbanner.jpg) no-repeat; width: 970px; height: 109px; } Then make sure the image is uploaded in lib/skins/your skin/images/ Then make sure in your header that the stylesheet you are linking to is lib/skins/your skin/styles.css rather than lib/skins/crystal/styles.css (I suspect this is the problem). Finally, try Ctrl+F5 to refresh.. Ah thanks so much for your help Tom! That did the treat. Works fine now. It was that the header file was directing to the Crystal directory (As you suspected lol), Thanks again Quote Link to comment Share on other sites More sharing options...
filipmkd Posted May 5, 2012 Report Share Posted May 5, 2012 I'll post into this topic. My VA website is http://www.macvacc.co.cc/marbova I have edited the css file put the image into right place, but as you can see on the link the banner which includes the logo it doesn't reads transpa background (The image is saved as .png and it has transpa background). It reads like having white background. Quote Link to comment Share on other sites More sharing options...
Tom Posted May 5, 2012 Report Share Posted May 5, 2012 I'll post into this topic. My VA website is http://www.macvacc.co.cc/marbova I have edited the css file put the image into right place, but as you can see on the link the banner which includes the logo it doesn't reads transpa background (The image is saved as .png and it has transpa background). It reads like having white background. Remove background:white; from #body and #innerwrapper Quote Link to comment Share on other sites More sharing options...
filipmkd Posted May 6, 2012 Report Share Posted May 6, 2012 Ahhhh... Can you send me the correct code if it's not hard for you.... Anyway thank you. Quote Link to comment Share on other sites More sharing options...
Tom Posted May 6, 2012 Report Share Posted May 6, 2012 Ahhhh... Can you send me the correct code if it's not hard for you.... Anyway thank you. Find: #body { width: 970px; margin: 0 auto; padding: 0 0 0 0; background: #ffffff; font-size: 12px; border-top: none; border-bottom: none; padding-bottom: 10px; } h1 { color: #FF6633; } h3 { background: url(images/h3.jpg) no-repeat left; height: 25px; font-size: 18px; padding-left: 28px; padding-bottom: 0px; margin-top: 10px; color: #FF6633; } hr{ margin-top: 15px; height: 1px; border: none; border-bottom: solid 1px #999; } #innerwrapper { width: 970px; background: #fff; float: right; } Replace: #body { width: 970px; margin: 0 auto; padding: 0 0 0 0; font-size: 12px; border-top: none; border-bottom: none; padding-bottom: 10px; } h1 { color: #FF6633; } h3 { background: url(images/h3.jpg) no-repeat left; height: 25px; font-size: 18px; padding-left: 28px; padding-bottom: 0px; margin-top: 10px; color: #FF6633; } hr{ margin-top: 15px; height: 1px; border: none; border-bottom: solid 1px #999; } #innerwrapper { width: 970px; float: right; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.