- Posts: 2
- Thank you received: 0
Dropdown Menu rtl support + search plugin error
-
yziner
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17733
by yziner
Dropdown Menu rtl support + search plugin error was created by yziner
HI i installed the template on joomla 2.5
1. when the search plugin enabled i get this error on frontend and it gone when i disable it:
2. most of the template is supported RTL. some of the small problem i fixed myself, but the Dropdown menu is still LTR.
please help me with these 2 problems.
1. when the search plugin enabled i get this error on frontend and it gone when i disable it:
Code:
Warning: mb_strpos() [function.mb-strpos]: Empty delimiter in /libraries/phputf8/mbstring/core.php on line 44
2. most of the template is supported RTL. some of the small problem i fixed myself, but the Dropdown menu is still LTR.
please help me with these 2 problems.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17742
by ivan.milic
Replied by ivan.milic on topic Re: Dropdown Menu rtl support + search plugin error
1. It's just warning you can disable debugging in joomla or just add :
error_reporting(0);
as first php statement in index.php of template.
2. We need link
error_reporting(0);
as first php statement in index.php of template.
2. We need link
Please Log in to join the conversation.
-
yziner
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 8 months ago #17744
by yziner
Replied by yziner on topic Re: Dropdown Menu rtl support + search plugin error
Hi thank you for quick reply
this is the link for the installation of the template:
site.laavod.co.il
and about the other problem i was wrong to post it here.
this is the link for the installation of the template:
site.laavod.co.il
and about the other problem i was wrong to post it here.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17745
by ivan.milic
Replied by ivan.milic on topic Re: Dropdown Menu rtl support + search plugin error
For menu:
in template_css.css:
#nav li ul {
position: absolute;
top: 31px;
left: 0px;
padding: 0 10px;
}
change left: 0px; to right: 0px;
in template_css.css:
#nav li ul {
position: absolute;
top: 31px;
left: 0px;
padding: 0 10px;
}
change left: 0px; to right: 0px;
Please Log in to join the conversation.
Time to create page: 0.166 seconds