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

    Hi,

    Is it possible to link the header image to a page other than root? If so, how?

    Thanks!

    #477548

    Hi wackyadventurer!

    In order to change the link for the header image (logo?) navigate to the wp-content>themes>enfold>framework>php folder and open function-set-avia-frontend.php file and find:

    $logo = "<$headline_type class='logo bg-logo'>
    

    In the same line, you are going to see:

    ".$link."

    Change “.$link.” to your url.

    Regards,
    Dake

    #478055

    Thanks! Found it.

    Sorry, I’m not a developer so what program can I use to open the file?

    Thanks.

    #478059

    Hi!

    You would need a file editor, even notepad could make it work out.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #478079

    Thanks, I’m in but I don’t know the syntax for the code to use.

    I used /home/ but it goes to the landing page (which is what the frontpage is set to).

    #478269

    Hi!

    You can use a FTP client such as this one – https://filezilla-project.org/ to access to your theme files via FTP and navigate to folder Dake mentioned and edit the file using a text editor. If you are using cPanel, it would be even easier, you would not need to install FTP client and text editor.

    Cheers!
    Yigit

    #478300

    Hi!

    You actually need to remove the “.$link.” itself (including the double quotes).

    Here’s an example using a shortlink:

    $logo = "<$headline_type class='logo bg-logo'><a href='/wordpress/?p=108'>".$logo."$sub</a></$headline_type>";
    

    Regards,
    Dake

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