String Translations Not Showing on Front End
-
Hello,
I am using your plugin to update some of the theme string translations. Some have been successful, but others do not appear to show on the frontend.
For example, this “Related Sections” translation, as well as this “Product Info” translation. Do you have any idea why?
Here is the code to display “Related Sections”:
echo ! empty( $short_desc ) ? sprintf( '<div class="additional-links-container"> <h6>Related Sections</h6> <ul class="additional-links" itemprop="description">%s</ul> </div>', $short_desc ) : "" ;
Thank you!
StephanieThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘String Translations Not Showing on Front End’ is closed to new replies.