I'm using your theme on a community-page and I activated to show the users picture in articles.
But if they are active the text they write begins after the picture.
I search the complete css and node tpl code but this seems fine.
If you want to have a look please tell me.
I've updates all modules and the theme to the latest build also with drupal core.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | corrected_article.png | 31.88 KB | Metzgermeister |
| drupal_kanji_node_display.png | 43.78 KB | Metzgermeister |
Comments
Comment #1
donnycarette commentedHi,
How would you like to have it, maybe i can clean it up in a later release? Most themes seems to have it like it is now.
The text around the image will need some custom work, the user picture and content are in different divs.
You can replace the content part in node.tpl.php with the following. Just render the content without the divs.
Comment #2
Metzgermeister commentedHi Donny,
wow this is way much better with the new code.
Thank you very much.
I added you a the other users a pic of the new view.
Comment #3
Anuin commentedHi Donny,
I've the same issue, that the in combination with "Advaned Forum" content text will be rendered below the user-picture. And the suggested solution doesn't work for me.
If I put some other style.css (in this case from the theme "Blue lagoon") in the "kenji"-theme-folder, replacing the original "kenji"-style.css, the text will be rendered beside the user-picture (despite having a bad layout).
I have inspected the Styles from "Kanji" and for comparison from "Blue Lagoon" with Firefox/Tools/Web Developer/Inspect and Firebug and don't see what the difference is.
Style for the module "Advanced Forum" is both times "silver bells".
Kind regards,
Georg
Comment #4
Anuin commented[very carefully] . . . ping? . . .
Comment #5
donnycarette commentedCan you please try the latest dev version: 7.x-3.x-dev
Comment #6
Anuin commentedYes! :) Thanks Donny. (Don't ask me why I didn't think of trying the dev version.)
Comment #7
donnycarette commentedProbably because there was no dev version before :)
This dev release contains multiple fixes for some issues and i want to make sure everything is ok before adding a new official release