News:

Looking for documentation? Take a look on our wiki

Main Menu

SELECT boxs not working on RTL VM (3.X)?!

Started by AhoyIT, July 16, 2017, 21:10:01 PM

Previous topic - Next topic

AhoyIT

Hello,

After a clean install of VM3.0.9 & J3.4.1 when switching to Hebrew RTL on admin - ALL SELECT boxs on VM don't work (i.e. COMBOXs dont' allow selection).

This is also true for later versions of VM and\or Joomla.

Please assist.

p.s.
Was also able to create on VM 3.0.4

AhoyIT

Found a hack:

1. On /administrator/components/com_virtuemart/assets/css/admin.styles.css
2. Add to bottom: "  .virtuemart-admin-area select { display: inherit !important; } "

As for some reason all SELECT is "display: none" and not able to switch.

Stiil - Need to figure this out.

AhoyIT

Or rather:

/** VIRTUEMART **/
.virtuemart-admin-area fieldset{
text-align:right;
}
fieldset input, fieldset textarea, fieldset select, fieldset img, fieldset button{
float:right;
}
.com_virtuemart .chzn-container .chzn-drop {
left: -9999px;
right: auto;
}
.virtuemart-admin-area .admin-content{
overflow-x:hidden;
}

jenkinhill

Quote from: AhoyIT on July 16, 2017, 21:10:01 PM
After a clean install of VM3.0.9 & J3.4.1

VM3.0.9 is over 2 years old, as is Joomla3.4.1.  Why use very old, outdated, probably buggy and insecure versions?  See http://forum.virtuemart.net/index.php?topic=118683.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

AhoyIT

Might not have been clear about it - But tested also for most up to date versions 3.2.2 and just went back to see how far I can trace the bug.