- Posts: 8
- Thank you received: 0
multilingual sites images not showing
-
drashrafsabry
Inactive member - Topic Author
- New Member
Less
More
11 years 8 months ago #27987
by drashrafsabry
Replied by drashrafsabry on topic multilingual sites images not showing
now both of them dissappeared!
what is that
/ar
/en gone
what is that
/ar
/en gone
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #27998
by ivan.milic
Replied by ivan.milic on topic multilingual sites images not showing
If both disappeared then :
#header_hotslider{
direction: rtl;
}
should work
#header_hotslider{
direction: rtl;
}
should work
Please Log in to join the conversation.
-
drashrafsabry
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 8 months ago #28007
by drashrafsabry
Replied by drashrafsabry on topic multilingual sites images not showing
both of them still showing a white box ( i change background to white )
no images no buttons no nothing
they were working a few hours ago !!!
www.drashrafsabry.com/en
www.drashrafsabry.com/ar
no images no buttons no nothing
they were working a few hours ago !!!
www.drashrafsabry.com/en
www.drashrafsabry.com/ar
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28014
by ivan.milic
Replied by ivan.milic on topic multilingual sites images not showing
I see they are working both now?
Please Log in to join the conversation.
-
drashrafsabry
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 8 months ago #28033
by drashrafsabry
Replied by drashrafsabry on topic multilingual sites images not showing
no ivan
its the /ar only working the /en shows a white box
its the /ar only working the /en shows a white box
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28035
by ivan.milic
Replied by ivan.milic on topic multilingual sites images not showing
So it seams it's opposite from first problem you originally had
for english you need:
#header_hotslider{
direction: rtl;
}
and for Arabic:
#header_hotslider{
direction: ltr;
}
but you need to see how your template handles that (which css is loaded for rtl and which for ltr) to place that rules in right files
for english you need:
#header_hotslider{
direction: rtl;
}
and for Arabic:
#header_hotslider{
direction: ltr;
}
but you need to see how your template handles that (which css is loaded for rtl and which for ltr) to place that rules in right files
Please Log in to join the conversation.
Time to create page: 0.140 seconds