1. webwahoo
  2. Commercial Templates
  3. Wednesday, 04 November 2015
  4.  Subscribe via email
Thinking about purchasing "Enighten" template but wanted to know if it had been updated to include utility classes and some of the features available in the newer templates.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Yes, utility classes have been added to our Enlighten template. May I ask what other features are you interested?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Some of the newer templates have the ability to choose whether the sidecolumn modules show up above or below the main content in the mobile versions. Plus the more advanced features the newer templates have.

Most interested in the ability to "hide" modules from the mobile view or desktop view to make it more flexible.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

This option is not readily available however it can be quickly achieved by adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 767px) {
#main {
display: flex;
flex-direction: column;
}
.sidecol_a, .sidecol_b {
order: 1;
}
}


To hide certain modules on mobile devices may I suggest the following article... http://www.joomla51.com/tutorials/item/hide-a-joomla-module-on-mobile-devices

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!