Osclass forums

Support forums => Themes => Modern => Topic started by: marius-ciclistu on July 17, 2017, 12:45:36 am

Title: SOLVED How to always show div id="table-row-actions" - mobile phone use
Post 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
Code: [Select]
$('#table-row-actions').hide();
did not do the trick.

Or those actions are generated for each item only @ hover, not on page load?
Title: Re: How to always show div id="table-row-actions" - mobile phone use
Post by: marius-ciclistu on July 20, 2017, 03:10:37 pm
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.