• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

[solved] Can't get label to show in detail icon

aijosh

Member
hello,

I'm using the default bootstrap list template for this list.
I have set the detail label and detail icon but the label doesn't show in the button. I see it has a class 'hidden'.
I tried to force this to display using css and it works on desktop.

the issue is it doesn't work on mobile. I've used the necessary css media queries for mobile still no luck.
 
I can't see why something like
.fabrik_view .hidden {display: inherit;visibility: inherit;}
should not do on mobile.

Use your browser console (set to emulate mobile) to check the CSS.
 
Apparently it was working all the while.
Seems to be a caching issue. (even though I had forced a refresh)
thanks
 
The only way I've found these days to really force a refresh (in Chrome) is open the debugger (ctrl-shift-i), then if you right click on the refresh icon, you get a menu, with with "Empty cache and hard reload". No other refresh method seems to convince the browser to actually reload cached CSS and JS.

-- hugh
 
Back
Top