Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

RTL Problem.

10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Hi
I use the code and worked. But there is 2 new problem on RTL.
As you see in the picture, the setting icon on profile page is center with a big shadow on RTL.


The other one is edit details page. there is no any text box to see our edit on RTL.
How I can fix it?

The third one is front page image. I upload an image from admin side to show as a front page image. but there is no any picture
The last question, Im going to jomsocial use the Joomla date that when users switch to RTL " Persian Language ", come up Persian calendar. How can do It?

Thank you so much.

10 years 3 months ago
Licenses:

Hi, Ahmad.

Thank you for using JomSocial :)

1. Add this code:

.joms-focus__button--options--desktop > a .joms-icon {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border-radius: 100%;
height: 30px;
padding: 5px;
width: 30px;
}

.joms-focus__button--options--desktop > a {
background: none !important;
border-radius: 0 !important;
}

To ROOT/components/com_community/templates/jomsocial/assets/css/style.rtl.css

2. Edit this file: ROOT/components/com_community/templates/jomsocial/assets/css/style.rtl.css in line 240
.joms-form__group.has-privacy .joms-button--privacy {
left: 0;
margin-top: 0;
padding: 8.65248px;
position: absolute;
top: 0;
right: inherit;
}

Add that last line: right: inherit;

3. You probably have disabled frontpage image... I can't check it as you failed to provide extra protection password ;)
Browse to Backend -> Extensions -> Components -> JomSocial -> Configuration -> Theme Designer -> General -> Show frontpage image -> YES.

4. I'm sorry but this can't by done in easy way. You'll need to hire a professional developer to rebuild JomSocial calendar app:
www.jomsocial.com/jomsocial-developers


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Ahmad
10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Hi Michal
Thank you so much for the solution, it solved.
But I found a new problem on RTL.
Some Icons like picture our recycle are right side exactly on the text. But in LTR those are the other side as you see in the picture.
How can I fix that.


About question number 3, (Show frontpage image) that is on YES, But dose not work unfortunately.

The Best

10 years 3 months ago
Licenses:

Hi, Ahmad.

Reported those issues to template developer. Soon we should have fix for them.
As for issue no. 4 - I need access to your site backend but I can't bypass extra protection layer.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 3 months ago
Licenses:

Hi, Ahmad.

Please, add this:

.joms-textarea__wrapper textarea.joms-textarea {
padding-left: 25px;
padding-right: 0;
}

.joms-icon--add {
right: auto;
left: 24px;
}

.joms-media__remove {
left: 0;
right: auto;
}

To ROOT/templates/socialize/css/custom.css (if you don't have custom.css - feel free to create it)


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Ahmad
10 years 3 months ago
Licenses:

Hi, Ahmad.

Please, add this:

.joms-textarea__wrapper textarea.joms-textarea {
padding-left: 25px;
padding-right: 0;
}

.joms-icon--add {
right: auto;
left: 24px;
}

.joms-media__remove {
left: 0;
right: auto;
}

To ROOT/templates/socialize/css/custom.css (if you don't have custom.css - feel free to create it)


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Ahmad
10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

Dera Michal
Thank you so much for this codes. It works, But in Mobil version as you see in the picture, the Icons are on the send option and there is no any margin from right side for text in the text box.


And the other problem is the toolbar menu. as you see in the picture the menu opens from end window. therefore it comes out of screen. this problem is bout RTL and LTR.

What is your suggestion?
Thank you so much
Best

10 years 3 months ago
Licenses:
JomSocial Expired Socialize Expired

I wait for answer.

10 years 3 months ago
Licenses:

Hi, Ahmad.

Edit this file:

ROOT/components/com_community/templates/jomsocial/assets/css/style.rtl.css line 1412

.joms-toolbar--desktop .joms-popover {
    right: -380px;
    top: 102%;
    width: 440px;
}

Replace right: -380px; with left: -380px;

ROOT/templates/socialize/css/custom.css

Replace:
.joms-icon--add {
right: auto;
left: 24px;
}

with:
@media only screen and (min-width:320px) {
.joms-icon--add {
right: auto;
left: 70px;
}
}

@media only screen and (min-width: 1024px)  {
.joms-icon--add {
right: auto;
left: 24px;
}
}


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Ahmad
10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

HI
Thank you but this codes dose not work. Non of them

10 years 2 months ago
Licenses:

Hi, Ahmand.

Please, edit your first post and add credentials fro backend extra protection. I'd like to check it myself.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Ahmad
10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

I did.
Thanks

The following user(s) said Thank You: ICrew
10 years 2 months ago
Licenses:

Hi, Ahmad.

My code works. But you didn't follow my instructions this time.

1. I asked you to edit:
ROOT/components/com_community/templates/jomsocial/assets/css/style.rtl.css line 1412
and in line 1412 replace right: -380px; with left: -380px;

You didn't replaced it and just copied (wrong) code to custom.css

2. There was my mistake should be other way round - I fixed my code above.

Now both issues are fixed.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Ahmad
10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

Dear Moderator
Yes, It works and thank you so much for all helps
The best
Ahmad

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW