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

    (@rebels-house)

    ok now i know where there is a code list

    so before i save it it looks like
    <a href='https://www.justkai.com/home/disclaimer'>Disclaimer</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a><br />Copyright ? 2010 Just Kai. All Rights Reserved.

    and when i saved it it looks like
    <a href=\'https://www.justkai.com/home/disclaimer\'>Disclaimer</a> | <a href=\'#\'>Terms of Use</a> | <a href=\'#\'>Trademarks</a> | <a href=\'#\'>Privacy Statement</a><br />Copyright ? 2010 Just Kai. All Rights Reserved.

    Thread Starter Rebels House

    (@rebels-house)

    Nevermind found the solution myself, as i havent gotten an answer on my last 6 topics ??

    The problem i had occurs with some versions of aristeer.

    You can solve the problem like this;

    Open you theme function.php and find:
    echo get_settings($value['id']);
    and change in
    echo stripslashes(get_settings($value['id']));

    open footer.php and find:
    $footer_content = get_option('art_footer_content')
    and change in

    $footer_content = stripslashes(get_option('art_footer_content'));

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Very annoying footer problem!!!’ is closed to new replies.