help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

J3+Styling - Backend - Main view - Right Sidebar

J3+Styling - Backend - Main view - Right Sidebar

9 years 3 weeks ago - 9 years 1 week ago
#20448
JEM version: 2.1.5
Joomla: 3.4.6 - ISIS Template

Be aware that any changes will be overwritten by an update.

When you visit the main view you will notice on the sidebar a summary of events/venues/categories. It's even possible to add add a quick summary of popular events as hits are being stored but am going offtopic there :)

This is what you see:



The thing here is that the code for displaying the sliders is
Code:
JHtml::_('sliders.start'....... JHtml::_('sliders.panel'........ JHtml::_('sliders.end');

an that's the way it was done in Joomla 2.x, it's ofcourse fine to do so as the code works. But the thing here is that the needed classes have been removed from Joomla 3.x and doing so there isn't much styling left. So you can consider to do 2 things: add the classes or just incorporate the new way.

The Joomla 3 way is to incorporate bootstrap Accordion
Code:
JHtml::_('bootstrap.startAccordion',....... JHtml::_('bootstrap.addSlide', ....... JHtml::_('bootstrap.endSlide');...... JHtml::_('bootstrap.endAccordion');

And doing so it can be looking like:



Did attach the edited page so you can take a look.

================================================
The view can be styled more (tables to div, change layout of date within the sliders etc..) but it's just an example.
================================================

And with some added css you can even include some arrows so it will be looking like

Attachments:

Last edit: 9 years 1 week ago by Bluefox.
The following user(s) said Thank You: jojo12, Hoffi

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

Re: J3+Styling - Backend - Main view - Right Sidebar

9 years 3 weeks ago - 9 years 3 weeks ago
#20450
will you show how to add the Joomla 3 sidebar - separately?
In your main it's not yet added.
EDIT:
the default.php thing can be done as override that will stay even after an update.
the problem is the view.html.php. There is no possibility to make an override.
Last edit: 9 years 3 weeks ago by jojo12.

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

Re: J3+Styling - Backend - Main view - Right Sidebar

9 years 3 weeks ago
#20453
add the Joomla 3 sidebar - separately?
guess you are talking about the left sidebar and yep that will be for another topic.
Actually it's not that difficult.

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

Time to create page: 0.870 seconds