- This topic has 29 replies, 4 voices, and was last updated 4 years ago by
Leo.
-
AuthorPosts
-
May 18, 2019 at 11:27 pm #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
May 19, 2019 at 4:47 am #904240David
StaffCustomer SupportHi there,
i can’t see anything wrong with the code you have used. What is wrong about it? Has the copyright info not changed?
May 19, 2019 at 4:59 am #904247Nele
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
NeleMay 19, 2019 at 5:04 am #904251David
StaffCustomer SupportTry 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 tohttps://www.studiosoku.be
May 19, 2019 at 5:10 am #904255Nele
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
NeleMay 19, 2019 at 5:53 am #904285David
StaffCustomer SupportI 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.
May 19, 2019 at 6:07 am #904294Nele
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,
NeleMay 19, 2019 at 9:05 am #904565Tom
Lead DeveloperLead DeveloperHi 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 π
May 20, 2019 at 9:24 am #905634Nele
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
NeleMay 20, 2019 at 9:34 am #905651Leo
StaffCustomer SupportSo 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 π
May 20, 2019 at 10:02 am #905677Nele
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
NeleMay 20, 2019 at 10:06 am #905682Leo
StaffCustomer SupportYou 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_adminMay 20, 2019 at 10:10 am #905690Nele
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
NeleMay 20, 2019 at 10:12 am #905693Leo
StaffCustomer SupportTry re-installing the theme first.
Can you please make it so we can access the site again?
May 20, 2019 at 10:21 am #905711Nele
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 -
AuthorPosts
- You must be logged in to reply to this topic.