Elxis CMS Forum
Support => Elxis 4.x/5.x DEV => Topic started by: seadhna on September 30, 2013, 19:04:29
-
Hi there,
I need to correct a spelling error in the English language email notification: 'below' is spelled incorrectly as 'bellow'.
I'm looking through the language files and can't find - could you point me in the right direction?
many thanks!
-
Hello!
It depends on which version of Elxis CMS you use and which is the page is placed that word!
Is there any live URL?
-
Hi - we are on the latest version - Poseidon 4.1. The spelling error is in the notification email that sends the message to the webmaster. Also I would like to remove the fixed width inline styling form the contact form itself as the website is responsive.
-
File: /components/com_content/plugins/contact/language/en.plugin_contact.php
Line: 40
Edit and save the file with the encoding: UTF-8 without BOM.
- In order to make the form responsive you have to work with CSS media queries.
-
Thanks very much for your help.
-
You are very welcome!!