1. eran_zed
  2. Commercial Templates
  3. Thursday, 06 October 2016
  4.  Subscribe via email
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?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your carousel with your Custom CSS applied?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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?


.owl-carousel {
direction: ltr;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Yap, you solved it
:)
it works fine, thanks!!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent... thank you for the update! :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Eran

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
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Eran

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
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent.. thank you for the update and I look forward to seeing the result! :)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Thats it! :D
This is my wife's Pilates Studio website -

http://www.pilatesbaemek.co.il/

I'll be happy to hear your opinion, thanks again,
Eran.
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 13
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!