Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • helenh Friend
    #127386

    I would like to know where the users guide for 1.x is?

    Also I have not been able to access the downloads for you site for 2 days !!!

    My question is how to set a text header

    $_params->set(‘logoText’, ”); // used if logoType is text

    Sherlock Friend
    #244890

    you can see those lines:

    $_params->set('logoType', 'image'); // image, text
    $_params->set('logoText', ''); // used if logoType is text

    If you want to set a text header, change them to

    $_params->set('logoType', 'text'); // image, text
    $_params->set('logoText', 'your logo text'); // used if logoType is text

    helenh Friend
    #244906

    Thanks for a fast response…. however I had tried this and it does not work.

    What has happened to the users guide for 1.x ?

    Thanks

    helenh Friend
    #244908

    My apologies… it has worked this time.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  helenh 16 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum