-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
genesis footer creds text deprecated #18
Comments
Notice: genesis_footer_creds_text is deprecated since version 3.1.0! Use genesis_pre_get_option_footer_text instead. This filter is no longer supported. You can now modify your footer text using the Theme Settings. in /home/rcorguk/public_html/wp-includes/functions.php on line 4711 |
The fix, as suggested, is to change:
to
This change should be applied to other themes that use the One side effect is this logic:
The purpose of the logic is to enable oik shortcodes if they haven't already been enabled. The other themes that need changing are:
|
For oik-plugins.com, the filter function was being hooked into twice. Once by the |
Herb,
Thank you for your response to my question. I am a novice at theme changes.
Yes, I made the change under theme editor in the function.php. Where else would I go? I need some specific direction to find the correct location to make the change. I don’t understand what you mean by: changing the file out of WordPress.
Thanks so much for your time,
Ginger
… On May 28, 2020, at 2:26 AM, Herb Miller ***@***.***> wrote:
<https://user-images.githubusercontent.com/65608948/82339091-a8507280-99bb-11ea-8855-cb83367065b7.png>
I have the same issue. i made the changes you recommended under function.php (photo with changes). They are not accepted and this is the message that comes up. Can you help me resolve this? Thank you.
I believe your problem is that you are attempting to edit the code in the Theme editor and are getting Scrape nonce check failed. Please try again.
Have you tried changing the file outside of WordPress
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APURZ5GRDG5CQEWM5HMEIB3RTX7YRANCNFSM4ITVDFZA>.
|
WordPress source code is developed on a variety of devices: PC’s running Windows, Apple Macs, and tablets. I’m responding using my iPad. When you’re only changing one file then you can use FTP ( File Transfer Protocol ). Or you could use the Editor provided by your hosting company. @GingerK674 BUT, if all you’re doing is changing the footer credits then why not use the Customizer? |
Herb,
The footer is in the Customizer, reading as it should. What I am trying to delete is the depreciation notice that also shows in the footer, but is not in the Customizer location.
I guess I need some professional help.
thank you.
… On May 29, 2020, at 3:07 AM, Herb Miller ***@***.***> wrote:
WordPress source code is developed on a variety of devices: PC’s running Windows, Apple Macs, and tablets. I’m responding using my iPad.
When I write code I make the changes using a text editor such as Notepad++, or in an Integrated Development Environment such as PhpStorm. When everything works I then have to get the changes to the source file from my local machine to the systems on which it’s going to run. Obviously I use Git and GitHub for version control but that’s not how I deploy the code. Normally I create a full .zip file for a plugin or theme.
When you’re only changing one file then you can use FTP ( File Transfer Protocol ). Or you could use the Editor provided by your hosting company.
BUT, if all you’re doing is changing the footer credits then why not use the Customizer?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APURZ5FI55NCWR6KXQY4YEDRT5NJVANCNFSM4ITVDFZA>.
|
OK, to fix that problem you do need to change the functons.php file |
Herb,
I took out the line, but still got the error message. See Screenshot.
I don't know what you mean by “comment out”
Showcase Pro by Design by Bloom. I contacted them but they aren’t servicing the theme, its discontinued by them. I purchased it from StudioPress one year ago.
Thank so much for helping.
Ginger
earthhorsehealing.com
|
Hi Ginger, do you mean you still got the 'Scrape nonce check failed' message? If so, there are a number of reports by other people saying that it could be an issue due to a plugin. This seems to be a huge sledgehammer for such a small nut. But it may work.
This information won't help you if you are still trying to use the built in Theme Editor.
I am a professional. Would you like me to fix the problem? Do you still have the original theme .zip file. If so, send it to me, then I can change it, send it back to you and you can update it by re-installing it. |
Yes, and the message remains in the footer.
… On May 30, 2020, at 10:57 AM, Krantz Ginger ***@***.***> wrote:
Herb,
I took out the line, but still got the error message. See Screenshot.
I don't know what you mean by “comment out”
Showcase Pro by Design by Bloom. I contacted them but they aren’t servicing the theme, its discontinued by them. I purchased it from StudioPress one year ago.
Thank so much for helping.
<Screen Shot 2020-05-30 at 10.47.21 AM.png>
Ginger
earthhorsehealing.com <http://earthhorsehealing.com/>
> On May 30, 2020, at 4:25 AM, Herb Miller ***@***.*** ***@***.***>> wrote:
>
>
> OK, to fix that problem you do need to change the functons.php file
> Comment out or remove the line of code that you were going to change.
> Line 526 in your screen capture.
> What's your child theme name?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APURZ5GF2P366UDOTY65PXLRUC7HPANCNFSM4ITVDFZA>.
>
|
@GingerK674 Genesis added a Footer box under Genesis > Theme Settings > Footer. You no longer need to use the function file to modify the footer credits. |
Yes, the info is under genesis-themes-footer. See screenshot:
But the message still appears in my footer that it has been deprecated. It is the Deprecated message that I need to delete…. somehow?
… On May 30, 2020, at 3:56 PM, cre8tivediva ***@***.***> wrote:
@GingerK674 <https://github.com/GingerK674> Genesis added a Footer box under Genesis > Theme Settings > Footer. You no longer need to use the function file to modify the footer credits.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APURZ5HNTRJNW3N47DUNN33RUFQFXANCNFSM4ITVDFZA>.
|
@GingerK674 did you remove your code from the functions.php file? Sometimes it may appear that it wasn't saved but it is. |
@GingerK674 can you give a screenshot of what's Footer box under the customizer settings? |
@cre8tivediva @GingerK674 's problem is she can't edit the theme's functions.php file. I'm assuming she can't edit wp-config.php either. The easiest solution would be to deliver and updated version of her theme that no longer contains the hook for the filter function. |
I don't have either the Siteground Optimizer, Shortpixel Image Optimization plug-ins listed that could cause the problem. I have the original file, from StudioPress. There were some code changes made, will I loose them? HM: Deleted attached file |
@GingerK674 Thanks for telling me that the theme's files have been changed. The original I suggest you try installing the theme-editor plugin I mentioned earlier and see if you are able to modify the functions.php file, as originally planned, using that tool. |
Thank you. I'll try the WP theme editor plug-in and let you now how it goes. |
Hi @GingerK674 Check if the deprecated message appear in this box. I think when Genesis was updating to the newer version, it just copy the message from Your problem should be fixed by just removing all the things inside this box and then |
Thank you. the issue is resolved. Is there somewhere I can to indicate that it is complete? |
Closing issue as requested. |
Noticed at the bottom of the page. deprecated messages. i took a screen capture
The text was updated successfully, but these errors were encountered: