Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #997977

    Hello there,

    My client’s site is now live (they love it, well done ENFOLD THEME, a star yet again). However, I would like to be able to add to the copyright section in the footer socket links to my website. Is this possible?

    Thanking you in advance.
    Jamesy

    #998124

    Hey James,

    Yes, the section in which the copyright info is held is able to read html so you can add line-breaks, links, etc.

    Best regards,
    Jordan Shannon

    #998719

    Hello again,

    How do I add the the URL links to this section? Is there options in the them to do this or is it a “HTML code” that I need to edit?

    Thanking you in advance.
    Jamesy

    #998727

    Hey!
    You can add a menu to the socket/footer. Go to Appearance > Menus and create a new menu. Add some links to it and save the new menu. Then click on the “Manage Locations” tab and select the new menu for the “Enfold Footer Menu” (dropdown on the right side).

    Regards,
    Peter

    #998735

    if you don’t like to make it manually – you can change the backlink by this code-snippet in your function.php of your child theme

    you have to adjust your data

    function new_nolink(){
    $kriesi_at_backlink = "<a href='https://webers-webdesign.de'>Webers WordPress Webdesign</a>";
    return $kriesi_at_backlink;
    }
    add_filter("kriesi_backlink","new_nolink");
    #998798

    Hi,

    Thank you for the code snippet @Guenni007

    Best regards,
    Basilis

    #1001010

    by the way – these entry fields of Enfold Options like copyright or telephone number field – They accept the input via shortcode

    so you can even create a enfold button – activate the debug mode and copy/paste the shortcode to that entry fields

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.