?
avatar FrankVo
FrankVo
8 Mar 2015

Steps to reproduce the issue

Go to http://snel3.webzo4all.nl and click on** Kolommen-test** in menu and than on ´Click here---> Kolommen-test´screen shot 2015-03-08 at 11 46 01
The second menu item ´Kolommen´-test 2 will show same issue.

Expected result

Render the articles also in vertical columns.
Articles should also shown tied to eachother.
So, not only in the two options in Blog-settings; ´from left to right´and ´down´.
This because with i.e. two columns and random-lenght of articles, big white spaces will apear because since J1.6 the rendering is in rows instead of also in columns.
In that cause the blog-options should be extended with one extra option. ´vertcal tied articles´

Actual result

Articles in two columns with white space because of different length of the single articles in same category

System information (as much as possible)

Joomla 3.4 Core function of Blog-view (com_content)
Shown in a Core Joomla template

Additional comments

This is an old issue since release J1.6. In many fora is this issue called as an enoying issue. We just want an extra option in Blog settings. The use of this option is limited we realize that, but for some customers with websites which are migrated from 1.5 to 3.4 it is/was very usefull to have a least a choise. We are aware of bootstrap/responsive impact, but still, make it at least possible as a choise in blog-settings.

avatar FrankVo FrankVo - open - 8 Mar 2015
avatar FrankVo FrankVo - change - 8 Mar 2015
Labels Removed: ?
avatar brianteeman
brianteeman - comment - 8 Mar 2015

Does Multi Column Order - Down not do what you want?

screen shot 2015-03-08 at 12 17 56


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/6365.
avatar brianteeman brianteeman - change - 8 Mar 2015
Status New Information Required
avatar bertmert
bertmert - comment - 8 Mar 2015

I think this is a feature request.

Also Joomla 1.5 displayed blog items in rows without vertical adjustments. Headlines always starting at the same height. Joomla 1.5 used TABLEs. Since 1.6 DIV rows. Thar's the only difference.

Maybe you used template overrides plus masonry effects? Or a CCK plus additional extensions? Or special templates (there are some for all Joomla versions)?

EDIT: Templates JA_Purity and rhuk_milkyway in Joomla 1.5 used template overrides. Thus they had vertical adjustments.

Masonry is not a bootstrap plugin and not implemented in Joomla core (never was).

avatar FrankVo
FrankVo - comment - 8 Mar 2015

An override in JA Purity in an old J1.5, so indeed it was already an issue is the solution that should be done in Joomla Core. Also in the new Purity iii their is no override.
Let us not lose energy on what, why and because, but try tot make a n solution in Core Joomla.

I know that some 3rd aprty exteions has solutions, but that is not what my issue is. I think Joomla should make this possible in an option inside the blog-settings. Being straight forward....it is very ugly to leave it this way (with white spaces) because customers ask for this kind of article-blog possibilties with full displayed article in blogview.

Besides that, I think a standard change in the core-layout shouldn´t be that difficult.

avatar FrankVo
FrankVo - comment - 8 Mar 2015

@brianteeman
Sorry, but I explained that the core blog-solution (even in Core Joomal templates) not gives a solution. Just that is my statement. In he pull down should be another option.
In by the way...why not make this possibe ??

-Use Global
-Down
-Accross
-Masonry (tied up article vertical)

I am a bit flabbergasted that I have to explain this issue in this forum.

avatar brianteeman
brianteeman - comment - 8 Mar 2015

Sorry but I really dont understand you

On 8 March 2015 at 19:13, FrankVo notifications@github.com wrote:

@brianteeman https://github.com/brianteeman
Sorry, but I explained that the core blog-solution (even in Core Joomal
templates) not gives a solution. Just that is my statement. In he pull down
should be another option.
In by the way...why not make this possibe ??

-Use Global
-Down
-Accross
-Masonry (tied up article vertical)

I am a bit flabbergasted that I have to explain this issue in this forum.


Reply to this email directly or view it on GitHub
#6365 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar mbabker
mbabker - comment - 8 Mar 2015

What you're recommending requires a fair bit of custom JavaScript. Standard HTML/CSS behavior makes it so that the row is the height of the largest item in it (so if you have two items with varying length, the longest one will define the height for the full row). It takes JavaScript to alter the appearance to make it look as you suggest (or even put different elements of different sizes into a container that appears to be the same size). I think this type of behavior really does belong at the template override level and not something that is feasible to offer in core because of the amount of customization it would take to accomplish it.

avatar dgt41
dgt41 - comment - 8 Mar 2015

As @FrankVo and @mbabker told you already this needs javascript. Best option is masonry as already stated in previous comment:
try http://masonry.desandro.com
All you need is to include some css the js library and some js to initialize it. Also some id’s for the div you want to reposition. It is not very hard to accomplish and you can do all of that in template override!

avatar brianteeman brianteeman - change - 8 Mar 2015
Labels Added: ?
avatar Bakual
Bakual - comment - 8 Mar 2015

I wouldn't do that in core. It would very likely break templates and only complicates things. Also it would add yet another unneeded dependency into core.
It can be done easy using a template override if needed.

Closing as expected behavior.

avatar Bakual Bakual - change - 8 Mar 2015
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2015-03-08 20:08:05
avatar Bakual Bakual - close - 8 Mar 2015

Add a Comment

Login with GitHub to post a comment