Tagged: x
-
AuthorPosts
-
January 5, 2017 at 6:56 am #1317253
EidderfParticipantHi,
I’m having a breadcrumb issue in the arabic version of my website. The English version looks fine. However, the arabic version looks something like this:
POST_TITLE PARENT< < HOME ICON
The correct order should be like this:
POST_TITLE < PARENT < HOME ICON
I have a printscreen of this issue in the next private post.
January 5, 2017 at 7:01 am #1317255
EidderfParticipantThis reply has been marked as private.January 5, 2017 at 2:58 pm #1317848
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Child Theme’s style.css file:
.rtl .x-breadcrumbs { display: block; width: 50% !important; } .rtl .x-breadcrumbs .delimiter:first-child, .rtl .x-breadcrumbs a:first-child + .delimiter { display: none; } .rtl .x-breadcrumbs span.current { float: left; } .rtl .x-breadcrumbs span.current:before { content: ''; margin: 0 0.45em; color: #272727; display: inline-block; font-family: "FontAwesome"; font-style: normal; font-weight: normal; text-decoration: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }Let us know how this goes!
January 8, 2017 at 2:04 am #1320854
EidderfParticipantThis reply has been marked as private.January 8, 2017 at 4:38 am #1320942
ChristianModeratorThis reply has been marked as private.January 8, 2017 at 4:50 am #1320952
EidderfParticipantThis reply has been marked as private.January 8, 2017 at 4:58 am #1320958
ChristopherModeratorHi there,
Please find and remove following blocks of code :
body.rtl .x-breadcrumbs span.current { float: left; } .rtl .x-breadcrumbs span.current { float: left; }Hope it helps.
January 8, 2017 at 6:46 am #1321031
EidderfParticipantIt worked! Thank you!
January 8, 2017 at 6:53 am #1321033
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1317253 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
