Hi,
Installed Megafilter, using it to filter jobs created as articles.
But entering the link to filter gives a bugged, very wide screen, articles not appearing and you get horizontal scroll bar of more than 10000 pixels.
ja megafilter with bugs on Ja Resort Template
Hi eladmarmor
Could you share the admin login info of your site so I can take a look?
- Edited
saguaros
[Removed by Mod]
Link to megafilter page:
https://www.jobtel.co.il/משרות-במלונאות-אירוח-ונופש/חיפוש-משרה/search#sort=position&sortdir=desc
It seems that from start megafilter modul doubles page css width, and not only after clicking some of the fields/
While waiting for your check, i will try to solve it by css solution
- Edited
It due to the style of the selector in the filter, I added this custom css into your site:
html[dir=“rtl”] .chzn-container .chzn-drop {
left: 0;
display: none;
}
html[dir=“rtl”] .chzn-container-single.chzn-container-single-nosearch .chzn-search {
position: static;
left: 0;
}
.chzn-with-drop .chzn-drop {
display: block!important;
}
Kindly check.
Looks good now' except for the selection fields which hover the "per page" text
Will it remain after updates? will the next version will work properly?
Thanks
eladmarmor
You can add this custom css and adjust the left value as you wish.
html[dir=“rtl”] .products-toolbar .orderby-displaynumber .toolbar-amount { left: 40%; }
And yes, this change will not be affected when you update new version.
Thanks