WPIntell

Source evidence

WPML compatibility

Footnotes Made Easy · support · 2024-07-18T20:26:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 19 rows with source links

26.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

14 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mherna4 unresolved
I found that at least the ‘Footnotes Header’ field was not translated correctly with WPML. I contacted WPML support and they gave me the following solution: Open the ‘footnotes-made-easy.php’ file found in wp-content/plugins/footnotes-made-easy. Search for line 290. Replace: $footnotes_markup = $footnotes_markup . $this->current_options[ ‘pre_footnotes’ ]; by $footnotes_markup = $footnotes_markup . get_option( ‘swas_footnote_options’ )[ ‘pre_footnotes’ ]; Always in the same file but on line 314 you will find a similar code. change it to this one. $footnotes_markup = $footnotes_markup . ” . get_option( ‘swas_footnote_options’ )[ ‘post_footnotes’ ]; It worked for me! Hello @mherna4 , That’s nice… We’ll definitely take this into consideration and possibly make it available for everyone else in the next update.

Comments

1 shown
Patrick Lumumba 2024-07-21T19:10:00+00:00

Hello @mherna4 , That’s nice… We’ll definitely take this into consideration and possibly make it available for everyone else in the next update.