function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
onetwokathreeonetwokathree 

Customizing the Look and Feel of Site

we are Customizing logo for our website also enabled CustomerPortal  in developer edition.

we have set all settings according to [force_platform_cookbook_final.pdf] page no 184.

 

Due to above settings our company logo has showing  on siteLogin page,siteRegister, forgotPassword page.

but our company logo not showing in Visulaforce force pages which we have created.

 

any hint we be greatly appriciated.

David VPDavid VP

Are you using the Visualforce templating mechanism in your own pages :

 

<apex:composition template="{!$Site.Template}">
    <apex:define name="body">

....

 

 

Check out 'Templating with VisualForce' in the Visualforce Developer's Guide.

 

 

The pages you mention are all based on a template.

You could of course choose not to use templates, but then you'll have to include the logo in your VF pages yourself.

 

Hope this helps,

 

David

onetwokathreeonetwokathree
Thanks David, we are not using templating mechanism. we have included logo in look and feel option in customer portal.