|
Reply
Michael,
5/10/2008 9:48:17 PM
I just implemented the community edition of Sitefinity 3.2 SP1. On everyone of my pages I have this code added before the end <body> tag.
| <p class="poweredBySitefinityLogo" style="text-align: center !important; display: block !important; visibility: visible !important; overflow: visible !important; position: static !important;"><a href="http://www.sitefinity.com" target="_blank"><img src="/sitefinity/WebResource.axd?d=JAqXmQ3ffQyzcLh_F1dvEoTn7sv3hGiDnAJm6ziwejuEuawDAXI8e5-fARDiseegkDrS3vqajqPfZUb3A4713Q2&t=633460264588447058" alt="Sitefinity logo" height="51" width="139" style="display: inline !important; visibility: visible !important; position: static !important; width: 139px !important; height: 51px !important;" /></a></p> |
I know that I have to have the Sitefnity logo on my site, but I would like to place it where I like not where they are adding it. Is there a way to change the location of this logo?
|
|
Reply
,
5/12/2008 7:18:31 AM
Hi Michael,
To help you with the implementation we will need more information on how you want the logo to fit in within your design.
Can you please send us:
- a link to the live site
or, if not available,
- the master page and theme files.
Thanks in advance for your cooperation.
Kalina
the Telerik team
|
|
Reply
Daniel L,
5/12/2008 10:08:22 AM
How do we change the sitefinity logo that is added by default to the end of the page on community edition to one of the logos in the SItefinitylogos.zip file? Your logo would look much better in our site footer, it just looks out of place and ruins the look of the site when it's added outside of our master page layout.
Thanks, Daniel
|
|
Reply
,
5/12/2008 11:09:10 AM
Hello Daniel L,
Unfortunately, you cannot change the logo with any of the logos from SItefinitylogos.zip. Until the end of this month we will release SP2 and we will change the logo with one that is more neutral. We also have planned to provide the ability to choose among several logos in web.config but I am not sure whether this feature will be available in the SP.
We are very sorry for the inconvenience. If you need any CSS assistance, please get back to me (I will need design, masterpage and theme) and I will do my best to help you.
Greetings,
Katia
the Telerik team
|
|
Reply
Daniel L,
5/12/2008 11:11:31 AM
Thanks Katia, it's good to know you are working on this. The website isn't finalized yet but if we need to get it online before the end of the month I will send you the files. If would be nice if we could call the ashx to insert the logo anywhere in the master page, and if the ashx wasn't called then sitefinity would insert the default logo at the bottom. Being able to choose between various logos would be a big plus. I really like all the ones in the downloads section.
Thanks, Daniel
|
|
Reply
Briankb,
5/17/2008 5:59:33 PM
I like Daniel's suggestion. Keeps the logo on the page if it's not prepositioned. Which allows designers to work around the logos available.
Also if I could suggest a text only tag version that you could add another tag to.
For instance: Powered By Sitefinity.com and MyDesign.com
|
|
Reply
,
5/20/2008 9:33:55 AM
Hi Briankb,
Thank you for your suggestions, we will take them into consideration for feature releases. Anyway, for the upcoming release, we will change the logo with one that is more neutral and is supposed to suit most site designs.
All the best,
Katia
the Telerik team
|
|
Reply
Briankb,
5/20/2008 10:08:00 AM
How can you position the telerik logo on the page? I noticed most of the styles are inline. For instance adding our tag to the left or right of the telerik tag?
|
|
Reply
,
5/21/2008 2:53:25 AM
Hello Briankb,
Can you please be more specific about the effect you want to achieve? We have set some limitations for applying css styles to the logo with the inline styles. However, if you send me an image with the design of your site and the place your tag is supposed to appear, I will be able to give you deatiled instructions how to fulfil it.
Kind regards,
Katia
the Telerik team
|
|
Reply
James,
5/21/2008 10:06:57 PM
The logo is fine, but how can I remove the border around the link?
|
|
Reply
,
5/22/2008 5:56:51 AM
Hello James,
To remove the border around the link I suggest that you add the following CSS rule to the site theme that your site uses:
.poweredBySitefinityLogo
a img {
border: 0;
}
CSS file for your site theme is supposed to be in ~/App_Theme/YourSiteThemeName folder.
The border will be removed by default in SP2 that will be release till the end of this month.
Kind regards,
Katia
the Telerik team
|
|
Reply
yan,
6/23/2008 12:17:03 AM
today is the end of the month . Did u change the part and let us chang the design of the logo ?
|
|
Reply
,
6/23/2008 4:37:23 AM
Hello yan,
We have changed Sitefinity logo to another one that is more universal and is supposed to suit most designs. The ugly border around the logo is also removed. We have not provided the possibility to choose among several logos from web.config yet, though.
Best wishes,
Katia
the Telerik team
|
|
Reply
Adam,
6/23/2008 4:17:54 PM
I need to get the community logo moved to the footer. Here is the current version of the website: www.rmrg.org
With the latest update the powered by sitefinity logo sits under the main content and changes location with every page.
I would like it to sit where the current Powered by Sitefinity logo is located on the live site if possible.
|
|
Reply
,
6/24/2008 4:22:40 AM
Hello Adam,
First I suggest that you delete the logo that you have put at the moment and the two <br /> tags above it and then set padding bottom to the footer div to 80px by changing the CSS in style.css to the one from below:
#footer
{
background-color:#F9F7EA;
border-top:1px dotted #CCCCCC;
clear:both;
margin-left:340px;
margin-right:50px;
margin-top:40px;
padding: 20px 20px 80px;
text-align:center;
}
After that, move Powered by Sitefinity logo upwards by adding the following CSS to style.css:
.poweredBySitefinityLogo
{
margin: -70px 0 0;
}
Kind regards,
Katia
the Telerik team
|
|
Reply
steeeeeeeeeee,
6/29/2008 3:21:37 PM
I am having similiar style issues regarding your 'powered by sitefinity' logo.
The version I got of you website (PB_sitefinity81x30pix_DB.gif) intergrated nicely in my footer, which I did manually not realising that I was going to get a massive pill button version below my footer also.
Please can you help me intergrate you logo better with my site as it looks bad for both of us, as is.
I have noticed the site mentioned in this thread (www.rmrg.org) has managed to remove the background, How do I do that?
And can I get it to position bottom right of my site in the footer?
The site in development can be viewed at http://www.emmafozard.lucidform.co.uk
and currently has both versions of you logo on so you can see what im going for.
regards
Ste.
|
|
Reply
,
6/30/2008 8:22:35 AM
Hello steeeeeeeeeee,
The centered logo is automatically added to Community Edition sites and cannot be removed neither can be removed the grey background.
So I suggest that you remove the other logo from your website (PB_sitefinity81x30pix_DB.gif) and move the automatically added one to the bottom right. Here is some CSS that you can use to move it.
.poweredBySitefinityLogo
{
margin: -15px -650px 0 0;
}
.footer img
{
margin-right: 150px;
}
Sincerely yours,
Katia
the Telerik team
|
|
Reply
Mark,
7/24/2008 11:09:46 PM
Hi,
I've downloaded the sitefinityLogos.zip.
Can we change the logo via web.config now? (Community 3.2 1616)
Cheers, Mark
|
|
Reply
,
7/28/2008 9:13:20 AM
Hello Mark,
There's still no way to remove or change the built-in logo. We apologize for the confusion, and will try to provide such an option as soon as possible.
Kind regards,
Georgi
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
|
|
Reply
Briankb,
7/29/2008 9:32:18 PM
Is it possible to put our logo to the left or right of your Sitefinity logo either automatically or in the masterpage?
|
|
Reply
,
8/1/2008 11:03:19 AM
Hello Briankb,
You can put the logo in your masterpage and then position it next to Sitefinity logo with CSS. There is no way to place the logo where you want it automatically.
Sincerely yours,
Katia
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
|
|
Reply
Jonathan Marbutt,
8/24/2008 11:37:09 AM
How can I move the logo, it is getting placed behind part of our design?
http://www.waycoolsw.com.asp1-9.websitetestlink.com/Home.aspx
|
|
Reply
,
8/27/2008 8:30:35 AM
Hi Jonathan Marbutt,
Sitefinity logo appears behind part of the design because Content and SideBar divs are placed absolutely and therefore they have higher z-index then the logo. I suggest that you float the two div and clear the float for the paragraph that holds the logo. Below I have written the changes that you have to do in HomeTheme.css and HomeTheme.css
HomeTheme.css
| .Content |
| { |
| background-image: url('../../Images/Contentbackground.jpg'); |
| background-repeat:no-repeat; |
| width:574px; |
| background-color:White; |
| margin-left:25px; |
| margin-top: 13px; |
| float: left; |
| padding:10px; |
| } |
| .SideBar |
| { |
| float: left; |
| width:320px; |
| margin-left: 11px; |
| margin-top: 13px; |
| } |
HomeTheme.css
| .poweredBySitefinityLogo { |
| margin:30px 0 0; |
| width: 100%; |
| float:left; |
| clear:both; |
| } |
| |
I hope this helps.
Kind regards,
Katia
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
|