Forum Replies Created
-
AuthorPosts
-
October 28, 2021 at 8:57 am in reply to: Uncaught ValueError: Unknown format specifier "S" (Enfold 4.8.7 + PHP 8) #1326769
Really strange thing is, it looks like it’s the other way around now.
The themes default on line 311 is:
$prof_desc = sprintf( __( 'If you added Social Profile Links at %s Social Profiles Tab %s the theme allows you to display these profile links at the bottom of your blog posts.', 'avia_framework' ), '<a href="#goto_social" target="_blank">', '</a>' );
But when I change it back to what caused the bug in the earlier version it is working now:
$prof_desc = sprintf( __( 'If you added Social Profile Links at %sSocial Profiles Tab%s the theme allows you to display these profile links at the bottom of your blog posts.', 'avia_framework' ), '<a href="#goto_social" target="_blank">', '</a>' );
- This reply was modified 3 years ago by ceesenco.
October 8, 2021 at 8:31 am in reply to: Uncaught ValueError: Unknown format specifier "S" (Enfold 4.8.6.3 + PHP 8) #1324059Hi Günter,
We’re using PHP 8.0.10.
I indeed applied the changes you suggested and that solved the issue.September 29, 2021 at 10:27 am in reply to: Uncaught ValueError: Unknown format specifier "S" (Enfold 4.8.6.3 + PHP 8) #1322772This issue is probably caused by the fact that the word Social is directly connected to %s on line 311.
311 $prof_desc = sprintf( __( 'If you added Social Profile Links at %sSocial Profiles Tab%s the theme allows you to display these profile links at the bottom of your blog posts.', 'avia_>
Hi olivier,
I see you managed to solve this problem on the demosite https://audiovinyl.ch/shop/?kategorie1=hifi-sets&hifi-sets-typ=buecherregal-sets
Do you make use of a specific plug-in?If not can you share how you managed to fix this because we’re facing the same issue at the moment.
Thanks in advance.
Guus
- This reply was modified 4 years ago by ceesenco.
Hi,
We’re looking for the changelog as well.
It’s not updated on https://kriesi.at/documentation/enfold/changelog/ -
AuthorPosts