Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • wrongjon Friend
    #140029

    Hi
    Ive enabled the font resize tool on Edenite and it works fine making the text larger and smaller when you click the menu…

    BUT as soon as you click to a new page it reverts back to the default size.

    Ive checked cookies in firebug and there are two entries. Ive set font size to 3 in the template admin.

    The two cookie params i see are:

    ja_edenite_ja_font = 3
    ja_edenite_ja_font = 6

    When I click the buttons the top one changes to say 5 or 2 and you click to a new page and the top one still reads 5 or 2 as it was but the font size on page has reverted to default = 3…. Then if top cookie is say 5 and I click increase it changes to 4… so that tells me that the page is using the default 3 and not reading in the users cookie font size.

    So any ideas why the page doesn’t read in the cookie font size….

    and why is there a second = 6 that doesn’t seem to do anything

    thanks guys
    love these templates
    jonathan 🙂

    wrongjon Friend
    #300423

    Downloaded a newer template and found a typo in edenite

    Code in ja_templatetools_1.5.php

    WAS

    if (($this->getParam(JA_TOOL_USER) & 2) && !in_array(JA_TOOL_FONT, $_params_cookie)) {

    CHANGED TO..

    if ($this->getParam(JA_TOOL_FONT) && !in_array(JA_TOOL_FONT, $_params_cookie)) {

    hat fixed it! Woohoo 😀

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

This topic contains 2 replies, has 1 voice, and was last updated by  wrongjon 15 years, 1 month ago.

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