Blog view: FC creates no rows

More
13 years 1 month ago #26926 by Rooney
Hi,

I am currently converting a big page from Joomla 1.5 to 2.5. Especially in the template area and its flexibility J 2.5 has been a huge step forward. I believe that the main FC template and output code is based on J 1.5 code. So, we are running into more and more issues the more we digg deeper into FC templates.

I just want to point some of this issues out from time to time. Perhaps for future templates they can be taken into account. For example in Joomla blog view Joomla takes the items per row, counts them and puts a div around every row. FC does the following:
Code:
<ul class="introblock three"> <li class="odd">Item 1</li> <li class="even">Item 2</li> <li class="odd">Item 3</li> <li class="even">Item 4</li> </ul>

So even if 3 is selected for items per row, the items are not counted, but even more put in one ul (can be easily changed into div, does not matter). The main pitfall is that it is impossible to design the items individually, like individual padding or shadows or so.

The standard Beez template gives the following output:
Code:
<div class="items-row cols-3 row-0"> <div class="item column-1">Item 1</div> <div class="item column-2">Item 2</div> <div class="item column-3">Item 3</div> <span class="row-separator"></span> </div> <div class="items-row cols-3 row-1"> <div class="item column-1">Item 4</div> <div class="item column-2">Item 5</div> <div class="item column-3">Item 6</div> <span class="row-separator"></span>

Do you know, what I mean?

Rooney

Joomla! 3.9.24 and FC 3.3.9

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #26929 by ggppdk
mmm, odd - even poses no problem , since it indicates a difference from the previous column

what is missing is adding a few CSS class names, i ll add this

Please note though, that FLEXIcontent blog template is not exactly based to neither J1.5 nor J2.5

But it makes sense to add these classes to match joomla template CSS for blog views ...

Also there are other changes that would be beneficial like change to match the CSS styling imposed for pagination by various joomla templates for J1.5 / J2.5


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #26932 by Rooney
We, Angie Radtke, added that in our template and it was not that easy. Shall I send you the file?

Rooney

Joomla! 3.9.24 and FC 3.3.9

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #26933 by micker
hello
can you post code and a link to see problem ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #26934 by ggppdk
Yannick,

i think he the original example is probably enough, the suggestion to match the CSS classes of Joomla's blog view in our FLEXIcontent blog template makes sense, since we would benefit of using the CSS styling of the Active J2.5 template.

I have opened this issue not to forget:
code.google.com/p/flexicontent/i ... ail?id=481

Same must be done for container tags and CSS for pagination ...


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #26936 by Rooney

ggppdk wrote: I have opened this issue not to forget:
code.google.com/p/flexicontent/i ... ail?id=481

Same must be done for container tags and CSS for pagination ...

Yippihh!

Please consider to change all the needed class names (for example .pageslinks to .pagination) also.

Rooney

Joomla! 3.9.24 and FC 3.3.9

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.325 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save