ISSUE SUMMARY: The jomsocial 4.0.7 dose not work on Socialize Template RTL.
You can see that on test web site.
lucdream.com/acatest/index.php/jomsocial
What is the solution.
Best.
Hi, Ahmad.
You hold a JomSocial PRO license so only ONE domain is supported.
Your supported domain is: jibinetwork.com
And you request support for: lucdream.com. I'm sorry but as it is different domain, support will be not provided for it at the moment.
Unless you change supported domain (need to have valid reason e.g domain name typo)
Please post a domain change request here:
www.jomsocial.com/forum/billing-issues
After your request is accepted, please, update this thread and make sure it has "Pending Support" status.
I have the JomSocial on lucdream.com and jibinetwork.com domain. There is same user and pass.
lucdream.com is my test domain.
I have same problem on jibinetwork.com domain.
jomsocial 4.0.7 dose not work on Socialize and my jibinetwork.com template.
You can see that.
Please tell me what should I do.
Best.
Hi, Ahmad.
I'm sorry, but "dose not work on Socialize" really tells me nothing... could you elaborate? What is wrong? Where I could see your issue (URL?)? Could you add printscreens of your issue?
Hi, Ahmad.
It seems that when you switch to RTL... main JomSocial css file is not loaded.
So I added this line:
<link rel="stylesheet" href="./components/com_community/templates/jomsocial/assets/css/style.css" type="text/css" media="screen" />
Into template header.
I need to test that issue on my test site.
Hi, Ahmad.
I'm not sure what is causing this issue. But it seems that if you set your site to RTL, then main JomSocial style.css file is not loaded.
In cases like this one fix is really easy.
You need to add this:
<link rel="stylesheet" href="./components/com_community/templates/jomsocial/assets/css/style.css" type="text/css" media="screen" />
To your template header. Template header is usually located in index.php of template. Just add above code within tag <head></dead> before:
<jdoc:include type="head" />