Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Module Class Suffix not working.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Module Class Suffix not working.
#63259
Module Class Suffix not working. 5 Years, 10 Months ago Karma: 0
Hi,

I'm trying to hide the module on mobiles and templates. On other modules the module class suffix 'hidden-tablet hidden-phone' does the job, but on ARI Ext Menu module it's not working. Please could you advise?

Many thanks,

Ollie
The administrator has disabled public write access.
 
#63260
Re:Module Class Suffix not working. 5 Years, 10 Months ago Karma: 747
Hello,

Add the following code to "CSS Styles" parameter in module settings:

Code:


@media (max-width: 768px) {
 #{$id}_container {
   display: none;
 }
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#63271
Re:Module Class Suffix not working. 5 Years, 10 Months ago Karma: 0
Hi,

Thanks for your reply. However, I've add the code as you suggested and it's still not working.

Site is testenv.springfield.uk.net, if it helps you to take a look.

Many thanks,

Ollie
The administrator has disabled public write access.
 
#63273
Re:Module Class Suffix not working. 5 Years, 10 Months ago Karma: 747
Could you send screenshot of module settings page (we need "CSS Styles" parameter). It seems {$id} part is omitted.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#63277
Re:Module Class Suffix not working. 5 Years, 10 Months ago Karma: 0
Yes, {$id} was missing. No idea why that didn't copy across. It works now - thanks for your help!
The administrator has disabled public write access.
 
Go to topPage: 1