-
AuthorPosts
-
January 7, 2014 at 6:27 pm #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!
NunoJanuary 7, 2014 at 7:14 pm #206420Hi 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,
YigitJanuary 7, 2014 at 7:45 pm #206427Hi Yigit!
Seems it doesn’t work that way! Could you write here the code?
Thanks!
Regards,
NunoJanuary 7, 2014 at 8:55 pm #206450Hey!
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!
YigitJanuary 10, 2014 at 4:06 pm #208051This reply has been marked as private.January 10, 2014 at 4:45 pm #208068Hey!
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,
DevinFebruary 24, 2014 at 2:46 pm #228463Hello,
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!
February 24, 2014 at 3:16 pm #228480Hi!
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,
DevinFebruary 24, 2014 at 8:53 pm #228669Hi Devin!
Thank you for [nolink] hint! Problem is solved!
S. -
AuthorPosts
- The topic ‘How to edit credits – Copyright – Kriesi.at – in the footer’ is closed to new replies.