By Zimmermann Chris on Monday, 26 June 2017
Replies 4
Likes 0
Views 740
Votes 0
Dear Sirs,

In the blog blocks there is a tab component. This makes sense if the blog is used on a Desktop Computer. On a mobile device it gets ugly. The Tabs are all over the place.

An accordion would solve all this issues. Could you please implement one?

Thank you very much.

Best regards, Chris
I tested the Sliders from Regular Lab and the uk-accordion html-code from YOOtheme.

This works in both cases. However I prefer YOOtheme HTML Uikit 3 code as formatting is matching the look and feel of the template.
·
Thursday, 29 June 2017 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
However I prefer YOOtheme HTML Uikit 3 code as formatting is matching the look and feel of the template.


Hello Chris, what way you can implement this, what do you have to install and how does it works? However, it would be a nice feature to have a native easyblog block to insert an accordion like you can insert some tabs

Thank you and best regards, Macjoomla
·
Friday, 30 June 2017 04:40
·
0 Likes
·
0 Votes
·
0 Comments
·
I use the YOOTHEME Templates. An example for EasyBlog in a HTML is then like below.
More Options of the Parameters are here:https://getuikit.com/docs/accordion

<ul uk-accordion>
<li class="uk-open">
<h3 class="uk-accordion-title">Item 1</h3>
<div class="uk-accordion-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</li>
<li>
<h3 class="uk-accordion-title">Item 2</h3>
<div class="uk-accordion-content">
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor reprehenderit.</p>
</div>
</li>
<li>
<h3 class="uk-accordion-title">Item 3</h3>
<div class="uk-accordion-content">
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat proident.</p>
</div>
</li>
</ul>
·
Friday, 30 June 2017 13:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

thank you for this example. Unfortunately this is much to heavy for multipeopledailyuse and overall i would have to install a complete new additional template system. So will hope, this block will be added native sometime to EasyBlog

Thank you and best regards, Macjoomla
·
Friday, 30 June 2017 18:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post