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?

Hide module on ipad and under
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Hide module on ipad and under
#60504
Hide module on ipad and under 6 Years, 10 Months ago Karma: 0
Without a class suffix input, I wondered how to do this? Tried a media query in the custom.css field. It did hide the module container, but Joomla layout thinks it's still there. This only happen on tablets. OK on smartphones. Here is my code:
@media (max-width: 1024px) {
.ux-menu-container {
display: none;
}
}
View the issue with iPad here: roguesailing.org:8080/index.php/member-services/members-home
Thank you!
The administrator has disabled public write access.
 
#60508
Re:Hide module on ipad and under 6 Years, 10 Months ago Karma: 747
Hello,

The width is defined by site template for sidebar element. "ARI Ext Menu" is loaded by site template to "sidebar" element.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#60510
Re:Hide module on ipad and under 6 Years, 10 Months ago Karma: 0
The actual module position is called sidebar-1. So, in the custom css window, can I use that with a media query to suppress not just the module container but the module position itself? Do I first need to establish a custom class with a media query?
And then reference it? Interesting that Bootstrap seems not to care. Suppressing the container works fine on smartphone. It's only the midsized devices that have an issue. I feel like this is doable after all.
Thanks for the quick reply, as always.
-Jim Gribble
The administrator has disabled public write access.
 
#60511
Re:Hide module on ipad and under 6 Years, 10 Months ago Karma: 0
Just wondering if any other boarders have had to hide the module on mobile? Can't be done via the usual class suffix. If the module class is sidebar-1, and I want to hide on iPad and everything below, what code should I drop into the custom css field? Any ideas appreciated! I know the ARI staff is very busy.
-Jim G.
The administrator has disabled public write access.
 
#60515
Re:Hide module on ipad and under 6 Years, 10 Months ago Karma: 747
Your site template has "sidebar" element and "main" content element. It uses bootstrap styles to define space which will be occupied by these elements and these space depends on width of browser's screen.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1