Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter oliversoftsell

    (@oliversoftsell)

    Hi,

    I didn’t even install this plugin… looks like it might have automatically installed alongside another plugin or something?

    Do you have any advice on what the plugin might be called? It doesn’t seem to be under the same name.

    Thread Starter oliversoftsell

    (@oliversoftsell)

    Hi,

    I already spoke with my host, they said it is not in the MU Folder. It’s also not in the plugin folder. This is ridiculous. It shouldn’t be this hard to delete a plugin.

    Thread Starter oliversoftsell

    (@oliversoftsell)

    Hi Tobias,

    Thank you for your response.

    The column issue is the only feature I would need from the premium plan.

    I have worked with my theme’s support to get some code which seems to be working (usually) on incognito mode, but not on normal browser. I have cleared my cache so not sure why it’s not working.

    Here’s the code I have added:

    jQuery(function($){

     setTimeout( function() {

      $('.profile-menu li a').one('click', function(){

       $('#listing_tab_'+this.getAttribute('data-section-id')+' .dataTable').DataTable({retrieve:true}).columns.adjust().draw();

      });

     }, 10 );

    });

    Would you be able to advise why it may not work? Are there any edits you could make for me?

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)