Active
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2013 at 06:38 UTC
Updated:
11 Jan 2016 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
popsucks commentedUpon further review it looks like the sidebar is being placed within the same div section (site content) as the content and consequently not placing the sidebar correctly.
Here is the erroneous association of the basic page node:
Here is the correct association as demonstrated in an article node:
I am unsure of why the sidebar is being placed the way it is within the sitecontent div, instead of its own. Any suggestions?
Comment #2
kotoponus commentedpopsucks saved my time finding out what is wrong with the behaviour (Thanks!) - I get some behaviour similar where side bar appears under the main content. It happens to me to a page created as Auction content type with Auction module. (I am afraid not on Basic content type!)
With the Auction page I get:
With my Basic or custom content type, I get:
I will continue to look into it but if anyone knows or have any idea where to rectify this issue, I would appreciate it!
BTW I am on Drupal 7.41, Marinelli 7.x-3.0-beta11 and Auction 7.x-1.0-alpha2+24-dev
Since it is not happening on Basic or custom created content types and on a contributed module for now, I guess you may say it is to do with Auction module, and I will look into that in that perspective, but if you have got any thoughts, I would be grateful if you can share. Thanks.
Comment #3
kotoponus commentedComment #4
kotoponus commentedOk, I start to suspect that one of the the page.tpl.php conditions is not met properly.
Please see below element inspection from Auctions type content, which is not working for me:
The innerContent div is closed by
</div>of main content (<!--end main content-->), which should not be paired up. The main content then is closed by</div>of drupal content (<!--end drupal content-->).So, it makes me think that there is some mis "buttoning" of open and close divs.
In the page of a content type which works, the pairing appears working as intended as the innerContent div closes with seemingly with an appropriate close div (
<!--end innerContent-->):I will see if I can keep pursuing any further along this line.
Comment #5
kotoponus commentedOk, that was silly - it was a user error. In page.tpl.php, I had a condition which omits an open div when the display content type was Auction. Which will do it. If someone experiences something like above, check with your custom node.tpl.php too. There may be a problem there. Hahaha.
Comment #6
kotoponus commentedI suspect popsucks was doing the same or similar thing as me to Basic content type?