Jump to content

I cannot disable Bestkit custom blocks on mobile


Recommended Posts

I don't know why that option isn't working for you, but I can suggest that you edit the module's TPL files and add the following to the top:
{if !$mobile_device}

and the following at the end:

{/if}

This will at least stop the HTML being added if you're on a mobile device.

  • Like 1
Link to comment
Share on other sites

Hi rocky,

 

Thank you very much for your reply.

Could you please able to tell me where can I find the "Bestkit custom blocks" module's TPL file?

 

I went to modules/bestkit_customblocks and I can't find .tpl, but .php only  :(

 

 

 

 

I don't know why that option isn't working for you, but I can suggest that you edit the module's TPL files and add the following to the top:
{if !$mobile_device}

and the following at the end:

{/if}

This will at least stop the HTML being added if you're on a mobile device.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...