Dropdown Menu rtl support + search plugin error

  • yziner
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17733 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:
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.

More
12 years 8 months ago #17742 by ivan.milic
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

Please Log in to join the conversation.

  • yziner
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 8 months ago #17744 by yziner
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.

Please Log in to join the conversation.

More
12 years 8 months ago #17745 by ivan.milic
For menu:

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
Powered by Kunena Forum