OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
boostrap ordasoft section free template (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Boostrap ordasoft section free template

alvin77 (Visitor)
Posts: 0
graphgraph
User Offline
boostrap ordasoft section free template 6 Years, 3 Months ago
Karma: 0  
Hi support i'd like to hide a module and i see that this free template have the twitter bootstrap.
I tryed to set hidden-desktop in suffix class css module to hide a module but it does not work i see module on desktop.
Can you help me?
Thanks and sorry for my english if is not good
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:boostrap ordasoft section free template 6 Years, 3 Months ago
Karma: 101  
Dear we need more info what you need do.

But modules show/hide - you may do with help "Module manager"
also please check "Advanced Module Manager "
extensions.joomla.org/extension/advanced-module-manager

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
alvin77 (Visitor)
Posts: 0
graphgraph
User Offline
Re:boostrap ordasoft section free template 6 Years, 3 Months ago
Karma: 0  
I try to explain better.
I insert a custom html module.
This module must not be visible only on mobile and tablet.
In desktop version of the web site i'd like to hide it.
I tryed to set in tab advanced of the module--> suffix css class to hidden-desktop (property of twitter bootstrap) but the module is visible.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:boostrap ordasoft section free template 6 Years, 3 Months ago
Karma: 101  
Dear

in module you need fill field "module class suffix"

In your CSS file You need create class some like below

for bid monitor, hide module:

@media ( min-width: 401px) {
.your_module_class {
display: none;
}
}

for small monitor, show module:

@media (max-width: 400px ) {
.your_module_class {
display: block;
}
}

or please check "Advanced Module Manager "

Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
alvin77 (Visitor)
Posts: 0
graphgraph
User Offline
Re:boostrap ordasoft section free template 6 Years, 3 Months ago
Karma: 0  
So the bootstrap class not work?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:boostrap ordasoft section free template 6 Years, 3 Months ago
Karma: 101  
Hello

If you know how bootstrap work, please use bootstrap

Regards
Andrew
Logged Logged
The administrator has disabled public write access.
Go to top
»