hi,
i have installed nadia template, and made it custom css - to adjust the site to rtl - hebrew
since i've added this line to custom css tag in the nadia template -
body {
direction: rtl;
text-align:right;
}
the carousel stopped working.
when i disabling the added css - the carousel appears again.
when i tried to add this code to the "custome code" it worked only on the body, the "head" remained ltr..
so right now the custom css is as i wrote and the carousel disappeared..
how can i solve this?
- eran_zed
-
- Commercial Templates
- Thursday, 06 October 2016
- Subscribe via email
Hello
Would you have a URL to an example of your carousel with your Custom CSS applied?
Ciarán
Would you have a URL to an example of your carousel with your Custom CSS applied?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Right now I am working on localhost, developing the site.
But in a simple check in your demo site of the template, implementing the same code, it's doing the same problem.
I can write again when I upload the site to the server.. it will take me some time though.
Thanks.
Eran.
But in a simple check in your demo site of the template, implementing the same code, it's doing the same problem.
I can write again when I upload the site to the server.. it will take me some time though.
Thanks.
Eran.
- more than a month ago
- Commercial Templates
- # 2
Hi Eran
Does adding the following to the Custom CSS field of your template parameters resolve the issue and if so would this be a suitable solution?
Ciarán
Does adding the following to the Custom CSS field of your template parameters resolve the issue and if so would this be a suitable solution?
.owl-carousel {
direction: ltr;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi again,
I have another RTL question, the last unsolved issue.. :S
The menu itmes are automatically ordered from left to right in this template.
How can I change that the first menu item will appear on the right?
For now, I have changed the menu items order in joomla's menu items, and the order "works" but when I change the screen to mobile size, the menu items appear from last to begining.... so this solution is temporary.
I need a way to define the template to arrange the first items from the right and the last menu item to the left.
Thanks...
Eran.
I have another RTL question, the last unsolved issue.. :S
The menu itmes are automatically ordered from left to right in this template.
How can I change that the first menu item will appear on the right?
For now, I have changed the menu items order in joomla's menu items, and the order "works" but when I change the screen to mobile size, the menu items appear from last to begining.... so this solution is temporary.
I need a way to define the template to arrange the first items from the right and the last menu item to the left.
Thanks...
Eran.
- more than a month ago
- Commercial Templates
- # 6
Hi Eran
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.hornav > ul > li {
float: left;
}
.hornav > ul > li.menu-split {
float: right;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Yes it works, partially.
Now the menu arranges good, the first 3 items from the right side o fthe logo arranges perfectly, but left side of the menu (the last 3 items) is still arranging from left to right.
If it's possible to arrange the left side as well it will be perfect!.
Thanks!
Eran.
Now the menu arranges good, the first 3 items from the right side o fthe logo arranges perfectly, but left side of the menu (the last 3 items) is still arranging from left to right.
If it's possible to arrange the left side as well it will be perfect!.
Thanks!
Eran.
- more than a month ago
- Commercial Templates
- # 8
Hi Eran
To amend try changing the suggest Custom CSS to the following...
Ciarán
To amend try changing the suggest Custom CSS to the following...
.hornav > ul {
direction: rtl;
text-align: left;
}
.hornav > ul > li {
float: none;
}
.hornav > ul > li.menu-split {
float: right;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
It works perfect, thanks!!

I'll write you when the site is on air, so you'll have an example of an "rtl site" with "Nadia Template". Thanks!
Eran.

I'll write you when the site is on air, so you'll have an example of an "rtl site" with "Nadia Template". Thanks!
Eran.
- more than a month ago
- Commercial Templates
- # 10
Thats it! 
This is my wife's Pilates Studio website -
http://www.pilatesbaemek.co.il/
I'll be happy to hear your opinion, thanks again,
Eran.

This is my wife's Pilates Studio website -
http://www.pilatesbaemek.co.il/
I'll be happy to hear your opinion, thanks again,
Eran.
- more than a month ago
- Commercial Templates
- # 12
Thank you Eran for sharing.
Looks great! Very cleanly put together and tastefully organised. I love the tint of green throughout the site!
Ciarán
Looks great! Very cleanly put together and tastefully organised. I love the tint of green throughout the site!
Ciarán
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »