[Resolved] personal link in footer

Home Forums Support [Resolved] personal link in footer

Home Forums Support personal link in footer

Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • #904084
    Nele

    Dear,

    I’m so sorry but i’m trying to cange the footer on this website with the copyright sign, the year and my own website (is still under construction)…

    I want people to be able to click on my company name and my sebsite will be opened in a new tab 😊

    I found this code in your support forum: (I have Generate press pro)

    <a href="URL TO OPEN HERE" target="_blank" rel="noopener noreferrer">Infuse Digital Media</a>

    I changed it to:

    %current_year% - %copy%
    <a href="www.studiosoku.be" target="_blank" rel="noopener noreferrer">Studio Soku</a>

    Could you please let me know what I’ doing wrong 😊?

    Kind regards Nele

    #904240
    David
    Staff
    Customer Support

    Hi there,

    i can’t see anything wrong with the code you have used. What is wrong about it? Has the copyright info not changed?

    #904247
    Nele

    Dear David,

    thank you for your reply.

    When I click on http://www.mywebsite.be (or if I replace it with for example http://www.destandaard.be – that’s a website from a Belgian newspaper, so it is def. there) I get a page in the style of the website I am building (DSHomeconsult) en there is the message ‘Oops, we couldn’t find this page’

    I thought this link should work with every link you put in there? no?

    Or is this my msitake?

    kind regards
    Nele

    #904251
    David
    Staff
    Customer Support

    Try updating your url to include the HTTP e.eg
    http://www.studiosoku.be or if you have a SSL certificate on the site your linking to https://www.studiosoku.be

    #904255
    Nele

    Dear David,

    thank you for your message…But still a no go. If i try it with HTTP:// for my own website or for example the one of the newspaper it is no longer clickable?

    kind regards
    Nele

    #904285
    David
    Staff
    Customer Support

    I need to the see the site, anychance you can either take down the Under Construction or provide login details via the Account Issue form here:

    https://generatepress.com/contact/

    If so please add the URL for this topic to the form so we can track.

    #904294
    Nele

    Dear David,

    thank you, I filled in the form and placed the URL and your name in the top πŸ™‚
    So hopefully it will reach you soon!

    kind regards,
    Nele

    #904565
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You’ve added this function to the theme functions.php file in “Appearance > Theme Editor”:

    /*add code to change footer notes*/
    add_filter( 'generate_copyright','tu_custom_copyright' ); 
    function tu_custom_copyright() 
    { ?> Created by Β© Studio Soku - 2019 <?php }
    /*end of add code to change footer notes*/

    If you remove that, the Customizer option will work again πŸ™‚

    #905634
    Nele

    Dear Tom,

    thank you for your message…I’m so sorry but I don’t seem to be able to remove this?
    Could you explain to me how to do so? I’ve tried and looked for a video or somesort online but couldn’t find one.

    kind regards
    Nele

    #905651
    Leo
    Staff
    Customer Support

    So go to Dashboard > Appearance > Theme Editor, look for file function.php on the right side, find the code Tom specified above and delete it.

    Let me know πŸ™‚

    #905677
    Nele

    Dear Leo,

    I couldn’t find the code Tom specified in the function.php, I could find it in the footer.php.

    I removed it there…The problem remains. I’m so sorry…

    kind regards
    Nele

    #905682
    Leo
    Staff
    Customer Support

    You don’t want to remove that one for sure.

    Can you add it back in?

    I also tried to go to this page to login but it just shows maintenance page:
    http://www.dshomeconsult.be/wp_admin

    #905690
    Nele

    Dear Leo,

    I’ ve been a complete noob and accidently closed my wordpad with the whole code in it…I’ve tried to restore an earlier version but I don’t think it did the trick..

    Sooooo now i have a big problem or…?
    I send a specific message to yourfellow worker earlier with the login and pasword because the site needs to be offline for a couple of days.

    kind regards
    Nele

    #905693
    Leo
    Staff
    Customer Support

    Try re-installing the theme first.

    Can you please make it so we can access the site again?

    #905711
    Nele

    Hi there Leo,

    thanks, I re-installed the theme πŸ™‚
    …do I need to turn the ‘construction mode’ off for you to get in?

    Thanks by the way for your and your co-workers patience!
    Feeling stupid, but less stupid because of you guys great communication ;)!

    kind regards
    Nele

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