Hi
I have Farsi version of my website which is a RTL language. The blog page shows the posts like an English page i.e. the last post appears on the left not on the right. take a look at my blog here: http://www.franchiseelites.com/fa/%D8%A7%D8%B7%D9%84%D8%A7%D8%B9%D8%A7%D8%AA-%D9%81%D8%B1%D9%86%DA%86%D8%A7%DB%8C%D8%B2-%D9%88%DB%8C%D8%B2%D8%A7%DB%8C-%D8%B3%D8%B1%D9%85%D8%A7%DB%8C%D9%87-%DA%AF%D8%B0%D8%A7%D8%B1%DB%8C-e2-eb5-farsi
2) When I click on a category to show simiar pages in that category, several warnings appear on top of the page. What are those? take a look at the link bellow:
3) I have installed WPML plugin but still when I activate commenting for a page, everything is in English. How can I replace English words in comment box with Farsi words?
Thanks,
Amir
Hey afarahani!
1. Add this to your custom CSS.
.slide-entry-wrap > .flex_column {
float: right !important;
margin-left: 0;
margin-right: 6%;
}
.slide-entry-wrap > .flex_column:first-child {
margin-right: 0;
}
2. Try deactivating all of your plugins to see if they go away. I think the only place we use that function is in the class-framework-widgets.php file. You can try Ismael’s suggestion here, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/, but I think in your case it’s coming from a plugin.
3. I viewed some of your posts but it doesn’t look like you have commenting enabled. If you have translated the theme texts with the .mo file or used the WPML string translation then the comment form texts should be in there.
Regards,
Elliott