Jump to content

Recommended Posts

Posted

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.

Posted

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.

  • Like 1
Posted

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

Posted

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.

Posted

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.

Posted

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.

Posted

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?

Posted

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..

  • Like 1
Posted

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

  • 2 years later...
Posted

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

Posted

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; }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...