Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Socialize template and k2 module

9 years 6 months ago
  • Yael's Avatar
    Topic Author
  • Yael
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hello,

I am experiencing problem with template and k2 module. Please look at scrrenshot

Attachments:
9 years 6 months ago
Licenses:

Hi, Yael.

Please provide us with working administrator credentials.
I can't login to your site.
Please, edit your first post and add credentials to corresponding fields.


- 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
9 years 6 months ago
  • Yael's Avatar
    Topic Author
  • Yael
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

I am sorry. credentials were right but URI wasn't

9 years 6 months ago
Licenses:

Hi, Yael.

Fixed.

Main content div just haven't clearfix div. I fixed it on your site and this will be also fixed in next Socialize release.


- 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
9 years 5 months ago
  • Yael's Avatar
    Topic Author
  • Yael
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hello,

I am sorry I was away of my office. It is still brocken

new.transgender.ru/chitat/novosti/novosti-sayta-novye-stati

9 years 5 months ago
Licenses:

Hi.

Now should be fine: prntscr.com/57k9fg


- 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
9 years 4 months ago
  • Yael's Avatar
    Topic Author
  • Yael
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

the usual joomla tag with id="system-readmore" does not work. E.g.

new.transgender.ru/chitat/muzhskaya-vneshnost

9 years 4 months ago
Licenses:

HI, Yael.

I'm sorry but I don't understand what you mean. Please open NEW thread and describe your new issue as it seems to be NOT RELATED with current topic subject.


- 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
9 years 4 months ago
  • Yael's Avatar
    Topic Author
  • Yael
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

I believe it is the same problem related to template.
The first of all the page design is broken Look at the first attached screenshot.

The second problem is related to the first problem. We have a button in joomla and k2 editor "Read more" which inserts the tag into the html (look at the second attached screenshot. It does not work with social template but works with others

Attachments:
9 years 4 months ago
Licenses:

Hi, Yael.

After deeper research I come to conclusion that this is not JomSocial nor Socialzie issue. This part of template looks like this:

<div class="t3-content-inner">
<jdoc:include type="message" />
<jdoc:include type="component" />
<div class="clearfix"></div>
</div>

Notice <div class="clearfix"></div> after <jdoc:include type="component" />. This part of code clears float of elements.

It meas that this part of code should be present RIGHT AFTER any content generated by K2.

So it should look like this;

<div class="t3-content-inner">
<div id="k2Container" class="itemListView">
some k2 content
</div>
<div class="clearfix"></div>
</div>

But in your case this part of code is integrated deeply within <div id="k2Container" class="itemListView"> and elements in it creates cascade:
i.imgur.com/JNbukZF.png

That indicates that:

- K2 listing or item template was damaged (unskillfuly edited)

OR

- some K2 content contains un-closed div tag that damages whole structure.

So fixing this issue is out of scope of our technical support as it's related with your content or - what I suspect - K2 damaged template.

So you should ask K2 developers for help or Joomla! community for advice or - what I recommend - professional developer that will review your K2 templates and content. Developer will help you understand what I wrote here as you may not have necessary html/css knowledge to comprehend or fix it yourself.

Here is list of developers that may help you: 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
9 years 4 months ago
  • Yael's Avatar
    Topic Author
  • Yael
  • Offline
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Licenses:
JomSocial Expired iSEO Expired Socialize Expired

Hello,

I have created 2 [ages and copy pasted the same content. But the display is rather diffent.

Please have a look

new.transgender.ru/home
new.transgender.ru/chitat/muzhskaya-vneshnost

how can it be??

9 years 4 months ago
Licenses:

Hi, Yael.

This means that second option is rather possible here: "- some K2 content contains un-closed div tag that damages whole structure."
I saw that issue when "read more" Joomla! tag was entered inside a div:

<div>
<hr id="readmore">
</div>

And result is that closing div tag is not displayed like this:

<div>
<hr id="readmore">

That creates issue as browser "borrows" closing tag from next container. You may try to disable articles one by one and refresh page. If after disabling certain article site will look fine - it means issue is in recently disabled article. Then you'll need to review it content in html to spot the issue.


- 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
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