-
AuthorPosts
-
adamlopuch Friend
adamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 26, 2012 at 4:04 am #173205Hello — quick question on module positioning with JA Social.
I have a custom HTML module in position = right.
* On the Home page, this module displays below the main content area. (see Image_1)
* On all other pages, this module displays as expected–to the right of the main content. (see Image_2)The same occurs when other modules are placed in position = right. Any thoughts?
Setup:
* Joomla 1.7.3 fresh install
* JA Social fresh installThanks!
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 26, 2012 at 7:53 am #435507Hi
Could you post a link to your page ?
Thanks
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 26, 2012 at 3:18 pm #435562Here is the link: EDIT: removed link
On the Home page, the DIV “ja-right” is located inside the DIV “ja-mainbody”.
On other pages, the DIV “ja-right” is located inside the DIV “ja-container” (adjacent to, but not inside, “ja-mainbody”).Is this expected behavior? I have not manually edited any of the template layouts.
Thanks for your input!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 26, 2012 at 3:22 pm #435565Hi
Your joomla version seems to be the 2.5.0
1 user says Thank You to pavit for this useful post
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 26, 2012 at 3:25 pm #435566Oh my! Silly me, I didn’t realize that 2.5.0 a Joomla version! :-[
I did a fresh install of 1.7.3 and saw that there was a “2.5.0” upgrade in extensions manager, but I thought that was some internal component… not the actual Joomla instance! I feel very, very silly now.
Thank you, pavit — I will look to roll-back to previous version.
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 26, 2012 at 6:21 pm #435584Hi — I have reverted back to Joomla 1.7.3, and this issue continues to persist. Any thoughts?
URL: EDIT: removed link
Setup:
* Joomla 1.7.3 (see attached image_3)
* JA Social 1.2.0
* JA T3 Framework plugin 1.6.0
* JA Typography 1.1.1EDIT: updated JA T3 framework to 1.6.0, and issue still exists.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 27, 2012 at 10:39 am #435673Hi
Please give me your backend super user access details via PM
so i can check directly on your site
Thanks
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 27, 2012 at 4:11 pm #435706PM sent.
Thank you for your time and your willingness to help look into this!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
January 27, 2012 at 5:18 pm #435732Hi
I have changed the category for your home page featured article item, as you can see the layout is showed correctly, so the problem is in your articles Sample Review 1 – 2 – 3 – 4 etc.
Check better settings for the articles, also ( if you have not yet done ) take a look at this guide on Ja_Social dedicated forum.
Regards
1 user says Thank You to pavit for this useful post
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 27, 2012 at 6:36 pm #435758Hello pavit and all,
Thank you so much for looking in to the issue. Because of your troubleshooting I was able to identify the proximate cause (listed below). I narrowed this down to content of article, not article settings — I can replicate both the proximate cause and the resolution steps.
Summary: When a readmore HR element is encapsulated in DIVs, the home page layout breaks from the template.
Issue is due to the Read More HR element in featured articles:
<hr id="system-readmore" />
When this element is inside a DIV, then the template layout breaks on the features items listing.
Incorrect code (causes error):
<div>
...
<hr id="system-readmore" />
...
</div>When this element is not inside any single DIV in the article HTML, then there is no issue
Correct code (no errors):
...
<div>...</div>
...
<hr id="system-readmore" />
...
<div>...</div>
....My solution was to remove these occurrences from the article texts themselves. This resolved the issue.
Thank you again for your help looking into all these potential causes! It was because of your troubleshooting that I was able to narrow down the issue!
matt871401 Friendmatt871401
- Join date:
- January 2012
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 3
- Thanked:
- 3 times in 1 posts
January 28, 2012 at 12:37 am #435810I was having the same issue. Even without the readmore button I was still getting the module error. I’ve found I need to wrap all my articles and K2 items with div and a closing div. I am on J! 1.5.25
1 user says Thank You to matt871401 for this useful post
adamlopuch Friendadamlopuch
- Join date:
- April 2011
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 14
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
January 28, 2012 at 7:34 pm #435927Thanks Matt — I’m finding this same symptom with other use cases of the JA_Social template. I’ll have to continue investigating various uses of opening/closing DIV tags.
Other uses researching similar behavior… check out Matt’s threads regarding potentially similar issues with K2: http://www.joomlart.com/forums/topic/jasocial-and-k2-2-5-2-compatible/
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by adamlopuch 12 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum