1. yousef.aoub
  2. Bug Report
  3. Monday, July 18 2016, 06:16 AM
hi,

This extension(EasyProfile) in language RTL Contains Bugs!

this bugs related for style extension :)

problem images has attach
Attachments (3)
admin Accepted Answer
Admin
Hi,
thanks for report it,

Privacy
to solve add these CSS line to your template:

.control-group.privacy ul, .form-group.privacy ul {
right: auto;
left: 0;
}
We will add a fix in next release.

Date field
We can reproduce this error, so I think this is a problem with your template or some comflict with CSS from Third-party component.
Can you please post me your "Site URL" to see this problem? we will come back with a solution.
  1. more than a month ago
  2. Bug Report
  3. # 1
yousef.aoub Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
sorry you need to check all applied CSS directive with some tool like Google Chrome Console. Without seeing your site your site we can't help you.
  1. more than a month ago
  2. Bug Report
  3. # 3
yousef.aoub Accepted Answer
Pro
you want attach all css fils my site ?
  1. more than a month ago
  2. Bug Report
  3. # 4
admin Accepted Answer
Admin
no, we need to see live DOM elements to check CSS applied, with css files we can't check this.
  1. more than a month ago
  2. Bug Report
  3. # 5
admin Accepted Answer
Admin
After some investigation, try to add this CSS code:

.jsndatepicker.dropdown-menu{
right:auto;
}
  1. more than a month ago
  2. Bug Report
  3. # 6
yousef.aoub Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 7
admin Accepted Answer
Admin
Hi,

Problem 1(privacy drop-down)
add this CSS code

.dropdown-menu{
right:auto;
}


Problem 2 and Problem 3 (menu and login module layout)
In Easy Profile Options disable the parameter "Include Bootstrap CSS files"

Problem 4 (button)
sorry but I not understand :(
  1. more than a month ago
  2. Bug Report
  3. # 8
yousef.aoub Accepted Answer
Pro
ok, Thank You

one problem exist
  1. more than a month ago
  2. Bug Report
  3. # 9
admin Accepted Answer
Admin
Hi,
this behavior come from some hikashop strange style (at line 19 in file media/com_hikashop/css/frontend_default.css you will see that for each invalid element it apply 5px to all borders)

Anyway to solve add this CSS code:

.control-label label.invalid{border:none;}
.controls input.invalid{border-width: 1px;}
  1. more than a month ago
  2. Bug Report
  3. # 10
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.