Osclass forums
Support forums => Themes => Modern => Topic started by: marius-ciclistu on July 17, 2017, 12:45:36 am
-
If the admin area is accessed on mobile, the unblock, block etc. actions are not usable.
How to always show div id="table-row-actions" ?
I checked oc-admin/themes/modern/js/ui-osc.js but commenting out
$('#table-row-actions').hide();
did not do the trick.
Or those actions are generated for each item only @ hover, not on page load?
-
I noticed that if you check the radio of a certain ad, the actions line becomes visible on mobile, so no need for changes then.