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?

using hidden-phone module class suffix
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: using hidden-phone module class suffix
#58623
using hidden-phone module class suffix 7 Years, 6 Months ago Karma: 0
Hi,
I'm using AriData tables. I have two tables. I want one hidden on mobile (small screens). I'm trying to use Module Class Suffix hidden-phone. I've tested other modules on the same page and they hide properly but I can not get this module to hide. Can you assist? I found one post where a person had a similar problem hiding a chart that was resolved, but there isn't a comment on how it was solved.
www.ari-soft.com/ARI-Data-Tables/56523-mobile.html?_#56536
Last Edit: 2016/09/26 15:33 By mikevid.Reason: url
The administrator has disabled public write access.
 
#58625
Re:using hidden-phone module class suffix 7 Years, 6 Months ago Karma: 746
Hello,

Do you show the module in a module position or load it into a content with help of a plugin?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58626
Re:using hidden-phone module class suffix 7 Years, 6 Months ago Karma: 0
That explains it. I forgot, yes I'm loading it via a plugin in an article via the main menu. Plugin code: {aridatatables moduleId="450"}

Is there a better way to do it so it can be hidden on phone?

Edit .. I added <span class="hidden-phone"> </span> to the article. That worked. Thank you!
Last Edit: 2016/09/26 18:08 By mikevid.
The administrator has disabled public write access.
 
#58627
Re:using hidden-phone module class suffix 7 Years, 6 Months ago Karma: 746
Wrap it with <div class="hidden-phone"> element. It will look like:

Code:


<div class="hidden-phone">{aridatatables moduleId="450"}</div>



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