Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Locate footer text (http://forum.bytesforall.com/showthread.php?t=24060)

ingridsblogg Jun 6, 2019 08:59 AM

Locate footer text
 
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!

juggledad Jun 6, 2019 12:34 PM

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?

ingridsblogg Jun 7, 2019 12: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?

ingridsblogg Jun 7, 2019 12: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

ingridsblogg Jun 7, 2019 12:51 AM

So I tried to delete the entire footer, that worked, but still cannot access my login wp-page.. surprise, not.

ingridsblogg Jun 7, 2019 12: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 ) );

juggledad Jun 7, 2019 03:06 AM

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.

ingridsblogg Jun 7, 2019 10: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!

juggledad Jun 7, 2019 12:30 PM

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.

ingridsblogg Jun 12, 2019 01:31 PM

Ok, thank you. Did this, the footer is gone, but no change. Still canīt access the login-page :/

juggledad Jun 12, 2019 05:51 PM

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.


All times are GMT -6. The time now is 06:05 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.