IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#24986 - 02/19/09 02:38 AM skins not working
Nico Offline
Junior Member

Registered: 01/27/09
Posts: 5
Hello forum,

I try in english.
I use the demoversion PSW 2.2.1

The skins i wont to use for the different companies are not working. If i use blogstyle by companie-1 then companie-2 have the same.
If i wont change the logo by companie or by settings they don't change and the new name you can see.
Can some tell me what the problem is.

regards

Nico van Diepen
Netherlands

Top
#24987 - 02/19/09 03:47 AM Re: skins not working
Anonymous
Unregistered


Hello Nico,

Originally the blogstyle skin wasn't designed to work with the web design settings of companies. In order to make the header reflect the header image of company (as seen in the 'Default' skin) you should make a small change to the blogstyle skin files.

To make the header image dynamic:
  • Open the style.php file of the blogstyle skin in a plain text editor (e.g. Notepad or Note Pad++). Typically this file is found in the following location:
    C:/Program Files/PrintShop Web/websites/templates/blogstyle/style.php
  • Locate the #header section (somewhere around line: 55)
  • Select the following lines
    Code:
    background-image: url("images/psw_blog_logo.jpg");
    background-position: top left;
  • Replace them with:
    Code:
    background-image: url(<? generateSkinLogo(); ?>);
    background-position: center left;
  • Save the style.php file

This should do the trick. Refresh the cache of your browser to make sure that the changes are shown.

Regards,

Erik van den Heuvel

Top
#24988 - 02/19/09 06:19 AM Re: skins not working
Nico Offline
Junior Member

Registered: 01/27/09
Posts: 5
Beste Erik,
Ik doe het even in het nederlands.

Bij bedrijven en settings in webontwerp bij bv. skin-default wordt niets veranderd in logo of kleur wat ik ook doe. Tevens kan ik niet per bedrijf een ander skin toepassen, heeft direct gevolg voor alles. In het begin leek het wel te werken.

Wat raad je me aan.

ps. dit is voor ons een testfase en heeft zeker gevolgen voor het welslagen van deze testen

mvg.,
Nico

Top
#24989 - 02/19/09 06:17 PM Re: skins not working
Anonymous
Unregistered


Hi nico,

Please exchange information in english on the forums so that everyone can benefit from the solution provided.
An alternative could be to use private messaging feature of the forum to discuss with Erik, then one of you can explain in english what has been said/done.

Thanks for your understanding and cooperation. This will make the forums easier to use for everyone around the world.

Top
#24990 - 02/20/09 01:25 AM Re: skins not working
Nico Offline
Junior Member

Registered: 01/27/09
Posts: 5
Thanks Erik,

oke, now in english,

The problem was the cache, Ctrl+F5.

Nico

Top