ArtofThemes
- Exclusive Author
- Has been a member for 0-1 years
- Bought between 1 and 9 items
- Sold between 10 000 and 50 000 dollars
224
Purchases
Buyer Rating:
4.75 stars
4.75 average based on 28 ratings.
(more information)
-
5 Star
2589%
-
4 Star
13%
-
3 Star
13%
-
2 Star
00%
-
1 Star
13%
| Created | 16 November 12 |
| Last Update | 14 June 13 |
| Columns | 4+ |
| Compatible Browsers | IE9, Firefox, Safari, Opera, Chrome |
| Software Version | Joomla 3.1.x, Joomla 3.0.3, Joomla 3.0.2, Joomla 2.5.x, Joomla 2.5.11, Joomla 2.5.9, Joomla 2.5.8, Joomla 2.5 |
| Compatible With | Bootstrap 2.1.1 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files, PHP Files |
- K2
- bootstrap
- clean
- corporate
- css3
- framework
- html5
- joomla
- kunena
- newsletter
- portfolio
- quickstart package
- responsive
- shortcodes
© All Rights Reserved ArtofThemes -
Contact Envato Support


hi when using RTL the screen scrolls indefently to the left
what can i do
Hi sajed1980,
The toggle to tell Joomla that a language should be displayed in RTL format is located in the language’s XML file. In the case of the default en-GB language, there is a configuration file located:
YOUR_SITE/languages/en-GB/en-GB.xml (line 92)
The relevant part is that <rtl /> tag that is currently set to 0. By changing this value to 1, you effectively switch on RTL for this language.
<rtl>1</rtl>
Yours sincerely, AOT.