Needs work
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2011 at 17:46 UTC
Updated:
13 Nov 2015 at 16:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
witchcraft commentedSince omega no longer in rc5 try to upgrade to latest version
tell us if issue fixed.
if so please close it.
Comment #2
witchcraft commentedComment #4
pixelsweatshop commentedStill an issue in 3.0
Comment #5
pixelsweatshop commentedComment #6
finex commentedCannot reproduce on a new HTML5 Omega 7.x-3.0 subtheme. Very strange.
Comment #7
pixelsweatshop commentedits using the xhtml starterkit
Comment #8
pixelsweatshop commentedOk. I finally had time to source the issue. It's just some css in omega-visuals.css
The links are using a float:left instead of a display:inline
See attached patch that fixes it up (changing to inline also required some padding and margin adjustments to accommodate)...
Old CSS
Change to:
Comment #9
cellar door commentedThis should be postponed as making the change could potentially break sites that have currently styled around it.
Comment #10
himerus commentedThis was indeed a poor implementation of node links, and fixes for this issue (and other related) will be addressed in 3.2 in a manner that will not break/alter current sites, but apply to new starterkit implementations.
Comment #11
marcoka commentedComment #12
himerus commentedIn fact, this title is wildly misleading, the links ARE being printed out, and evident in the screenshot in the original post, there should be 3 list items, and they are there.
the spacing you are seeing in that screenshot is odd, but not normal for any default installs I've done.
The title is updated to a more reasonable explanation of the issue here, and it will be addressed in 3.2, but ONLY for newly generated subthemes. If a fix for this is needed in a current project prior to Omega 3.2, then proper CSS (as is also demonstrated above) should be used to overwrite the positioning of the links should it give someone problems.
Comment #13
himerus commentedwill be fixed in 3.2
Comment #14
steinmb commented