RTL direction is missing on the vendor pages in front

  • Posts: 53
  • Thank you received: 3
  • Hikamarket Multivendor Hikashop Business
3 days 9 hours ago #369841

-- HikaShop version -- : 6.1.1
-- HikaMarket version -- : 6
-- Joomla version -- : 5.4.1
-- PHP version -- : 8.3
-- Browser(s) name and version -- : chrome

Hi,

My website uses an RTL layout (Hebrew language), and there are significant display issues on the vendor pages on the frontend. The content is incorrectly rendered: text overlaps, input fields are misaligned, and overall layout integrity is broken.

I attempted to fix the problem by rewriting the CSS myself, but on few pages without full success. On some pages, the layout is completely unusable.

I would greatly appreciate it if you could help create a proper and stable RTL-compatible layout for these pages. Unfortunately, in the current state, it is not possible for us to work with the site.

Thank you in advance for your assistance.

Best regards,
Boris

Last edit: 3 days 6 hours ago by designer71.

Please Log in or Create an account to join the conversation.

  • Posts: 26304
  • Thank you received: 4049
  • MODERATOR
1 day 12 hours ago #369847

Hello,

As we previously talk by emails, I'm not familiar with RTL layouts.
You gave us few screenshots and I was able to see that the DL/DT/DD system was not fully set-up for RTL.
So I proposed you a patch to add into the "rtl.css" file of HIkaMarket.

Here the patch with addition of "!important" to be sure that the rules will override the frontend_default ones:

dl.hikam_options > dt {
	float:right !important;
	clear:right !important;
}
dl.hikam_options > dd {
	margin-left:0px !important;
	margin-right:130px;
}

For the feedback you gave me, that patch was applied on your website ; and you perform other customization with font size modification, etc.

Unfortunately, I don't know what are the other issues you have in HikaMarket in RTL mode.
If you're saying that there is still a problem, I'm sorry to ear. But I can't fix it if I can't know what is that problem exactly.
Some problem might coming from incompatibility between the template CSS rules and HIkaShop//HikaMarket ; and they might need some tweaks (which will be just useful for your website, not every HikaShop/HikaMarket users).

So I can only give you the same exact answer I gave you by email : please explain and details the problem to someone who don't understand Hebrew (or RTL display) and who don't have an access to your website.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Moderators: Obsidev
Time to create page: 0.048 seconds
Powered by Kunena Forum