Advertisement:

Author Topic: SOLVED How to always show div id="table-row-actions" - mobile phone use  (Read 826 times)

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
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?
« Last Edit: July 20, 2017, 03:10:53 pm by marius-ciclistu »

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: How to always show div id="table-row-actions" - mobile phone use
« Reply #1 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.