Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter supperthin02

    (@supperthin02)

    sorry, I now online

    My website is running on localhost so I can not post the link for you

    you can install the plugin T (-) Countdown and WooCommerce plugin to check

    Thread Starter supperthin02

    (@supperthin02)

    I get errors when using unicode font. I have solved the error. Open “infopopup.php” go to line 52 and edit:
    “$sql =
    “CREATE TABLE $infopopup (
    popup_id INTEGER NOT NULL AUTO_INCREMENT,
    tag VARCHAR(32) CHARACTER SET utf8 NOT NULL,
    title VARCHAR(2048) CHARACTER SET utf8 NULL DEFAULT ”,
    markup TEXT CHARACTER SET utf8 NULL,
    action VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    css_class VARCHAR(128) CHARACTER SET utf8 NULL DEFAULT ”,
    my_horiz VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    my_vert VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    at_horiz VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    at_vert VARCHAR(12) CHARACTER SET utf8 NULL DEFAULT ”,
    offset_horiz INT NULL DEFAULT NULL,
    offset_vert INT NULL DEFAULT NULL,
    extras VARCHAR(255) CHARACTER SET utf8 NULL DEFAULT NULL,
    PRIMARY KEY (popup_id),
    UNIQUE KEY unq_tag (tag)
    )CHARSET=utf8;”;”

    Close topic for me. Thanks you

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