-
AuthorPosts
-
January 15, 2024 at 10:08 pm #1430189
Hello! My website socket is set to have the copyright and social profiles pull in. However, the date is stuck on 2022 – even though I’ve manually updated the copyright text to 2024. And actually, no matter what text I put in that area, it doesn’t pull in. I’m not sure where that text is coming from or why it isn’t updating. Help would be appreciated!
January 16, 2024 at 8:46 am #1430198Can we see the side that it affects?
First hint: because I am quite lazy in such things I use a shortcode for such entries
(in child-theme functions.php)function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');
after that you can use for the current year the shortcode:
[year]
where did you try to modify that year? Is it maybe only a very persistent caching problem?
January 16, 2024 at 9:35 am #1430204Hi,
Please refer to @Guenni007’s post.
You can add the
[year]
shortcode in the Enfold theme options > Footer > Copyright field.
@Guenni007 Thanks for your help!Best regards,
YigitJanuary 16, 2024 at 5:38 pm #1430739Sorry, this doesn’t quite address my problem – the information I put in the Enfold Options > Footer > Copyright field, is not showing on the front end. I put new information in there and it is not updating in the socket. I have cleared (and temporarily disabled) my caching plugin, and tested it on other browsers and computers. And it just doesn’t seem to change at all. The site is: https://www.zywiecs.com/
Thanks!
January 17, 2024 at 10:49 am #1430806Hi,
Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJanuary 18, 2024 at 1:19 pm #1431388did you have on your child-theme functions.php redifined the backlink by filter: kriesi_backlink
on all my installations that shortcode works well in copyright input field!
January 18, 2024 at 4:01 pm #1431392Here are login credentials.
January 18, 2024 at 6:32 pm #1431412Hey,
You’re using a third-party plugin called Visual Footer Credit Remover to override the copyright text set in the Enfold theme options > Footer.
Please edit the copyright text in the plugin settings.
Regards,
YigitJanuary 18, 2024 at 7:43 pm #1431424Sorry about that, looks like our client went in and added that plugin and didn’t mention it to us…Thank you for finding that though!
January 18, 2024 at 9:47 pm #1431429Hey,
No problem! Now you can apply @guenni007’s solution ( https://kriesi.at/support/topic/socket-copyright-date-not-updating/#post-1430198 ) if you don’t want to update the year manually.
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.