Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #206410

    Hello!
    Needo to know how to edit the credits in the footer. I’d like to put only my name there. How can I do that?
    Thanks and regards!
    Nuno

    #206420

    Hi nunomiguelm!

    You can go to Enfold theme options and add your name in Copyright section and you can remove Kriesi link by adding [nolink]

    Best regards,
    Yigit

    #206427

    Hi Yigit!
    Seems it doesn’t work that way! Could you write here the code?
    Thanks!
    Regards,
    Nuno

    #206450

    Hey!

    You can add [nolink] as in this sccreenshot http://i.imgur.com/NyowrQI.jpg
    If you would like to remove it from theme file, please go to Appearance > Editor and open Footer.php file and find
    <?php echo $copyright . $kriesi_at_backlink; ?>
    and change it to
    <?php echo $copyright; ?>

    Cheers!
    Yigit

    #208051
    This reply has been marked as private.
    #208068

    Hey!

    In your theme options you can go to the Footer tab and in the copyright field put whatever text you want to show along with [nolink]. For example:
    @ Nuno Miguel Mota – 2014 [nolink]

    Best regards,
    Devin

    #228463

    Hello,

    I’d like to remove kriesi.at backlink. I have the latest Enfold theme (just updated today!). I replaced in the Footer.php
    <?php echo $copyright . $kriesi_at_backlink; ?>
    by
    <?php echo $copyright; ?> It didnt help :( Could you please provide me the info which code snipped should I replace by which one in the file Footer.php. Or which part of this code snippet should I insert into copyright section Enfold Theme Options>Footer>Copyright:

    //you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
    if($copyright && strpos($copyright, ‘[nolink]’) !== false)
    {
    $kriesi_at_backlink = “”;
    $copyright = str_replace(“[nolink]”,””,$copyright);
    }

    if( $footer_widget_setting != ‘nosocket’ )
    {

    ?>

    <footer class=’container_wrap socket_color’ id=’socket’ <?php avia_markup_helper(array(‘context’ => ‘footer’)); ?>>
    <div class=’container’>

    <span class=’copyright’><?php echo $copyright; ?></span>

    Thank you!

    #228480

    Hi!

    Its exactly as mentioned above and in the documentation here: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    You don’t need to edit the footer.php at all.

    Regards,
    Devin

    #228669

    Hi Devin!
    Thank you for [nolink] hint! Problem is solved!
    S.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to edit credits – Copyright – Kriesi.at – in the footer’ is closed to new replies.