|
#1
Jun 6, 2019, 09:59 AM
|
|
Hi! In which file do I find the footer tekst? Not the "Powered by...", but the text you add in the theme function. I have some bad links that prevent me from logging in, and I have searched every file!
|
#2
Jun 6, 2019, 01:34 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
You must be talking about the 'Footer Content' which is in the theme options at ATO->Style & edit Footer->Footer Content.
That information is stored in the database.
When you say you can't login do you mean you can't log into WordPress?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Jun 7, 2019, 01:18 AM
|
|
Yes, the content!
I can open my home page, but I cannot open ingridsblogg dot no/wp-admin to log in. I was warned by my domain host that I had bad links linking to malware, so they closed my site with a password. I am pretty sure its the links in the footer creating the problem, but it seems weird that bad links prevent me from logging in? Can I remove the footer-part completely to see if it works? Where would I do that?
Last edited by juggledad; Jun 7, 2019 at 04:07 AM.
|
#4
Jun 7, 2019, 01:40 AM
|
|
Yes the content! These are the links that are bad, and they are in the footer. I cannot open my wp-admin page, thus not login, but I dont know if the bad links are at fault. My domain host have blocked my page with a password due to links to malware, and I am very shure these are those links.
You can view my page using this username and password:
ingridsblogg
gfvE6phliybh
|
#5
Jun 7, 2019, 01:51 AM
|
|
So I tried to delete the entire footer, that worked, but still cannot access my login wp-page.. surprise, not.
|
#6
Jun 7, 2019, 01:57 AM
|
|
I also tried the debug shingy, and it said there was a fault in my functions.php file on line 3733, this line:
trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
|
#7
Jun 7, 2019, 04:06 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Please slow down, doing just anything could cause more problems. I believe I know
Quote:
So I tried to delete the entire footer, that worked, but still cannot access my login wp-page.. surprise, not.
|
1) What is the actual name of the file you deleted? if it was the wp-fiooter.php put it back!
2) do you have FTP or File Manager access to your files? If you do, go to the wordpress root folder->wp-contents->themes and see what themes are in that folder. If both Atahualpa and one of the Twentyxxx from WP are there, move the Atahualpa folder to the 'wp-contents' folder. This will disable Atahualpa and set you back to one of the default themes. Then we can attack the problem.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Jun 7, 2019, 11:57 AM
|
|
No it was the ata_footer file, and I saved it. I had som many adjustments to the atahualpa theme, will I have to do them all over again? Im not sure how many hours I am ready to spend on this site... Yes, I have ftm-access, I use cyberduck. Thank you for your help!
|
#9
Jun 7, 2019, 01:30 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Here is what I want you to try.
1) If you moved the 'footer.php' from the atahualpa folder, put it back in the Atahualpa folder
2) edit the file and change line 93 from
Code:
<?php if ($bfa_ata['full_width_footer'] == "No") { ?>
to
Code:
<?php if ($bfa_ata['full_width_footer'] == "Nox") { ?>
(see the added 'x' on the word 'No')
edit line 121 and change
Code:
<?php if ($bfa_ata['full_width_footer'] == "Yes") { ?>
to
Code:
<?php if ($bfa_ata['full_width_footer'] == "Yesx") { ?>
(see the 'x' at the end of the word 'Yes')
3) save the file
4) see if you can get into the backend.
If this works, clean out ATO->Style & edit Footer->Footer Content, Save the settings and then reverse the changes above.
Let me know how it goes.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Jun 12, 2019, 02:31 PM
|
|
Ok, thank you. Did this, the footer is gone, but no change. Still canīt access the login-page :/
|
#11
Jun 12, 2019, 06:51 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
In that case, move the atahualpa folder out of the themes folder and try to get in. This should cause the theme to change to one of the twentyxxxx themes. If you still can't log in then something else is going on.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|