hello, Afther some joomlas 3 updates, I can not see anymore the Themplates tabs with options like basic details, fonts, advance settings etc..
can you tell me what to do, to solve it?
Iam using bluap template, I remember in the old forum you give the solution to fix it, but I couldnĀ“t find it online.
thanx

Hello,

Please update your Bluap template to latest version (3.22) - it's the easiest solution for your issue.

Cheers
Joshua

    Joshua-M hello, Idid it and its not working, nothing has change.

    now its like this: https://www.dropbox.com/s/gc6yde8kw3u3hd2/Captura%20de%20pantalla%202018-04-12%2010.27.42.png?dl=0

    And its supose to be like this: (the the tab options)
    https://www.dropbox.com/s/frinrbg0sbechpj/Captura%20de%20pantalla%202018-04-12%2010.28.22.png?dl=0

    Is there any way to acces to the gavick old forum?
    (I remember there they already put some instructions to solve this problem.)

      Hi,

      Try to change the following line from /admin/scripts/js file:

      var type = items.split('=')[0].test(/\d+$/) ? 'ItemID' : 'Option';


      into:
      var type = !isNaN(items.split('=')[0]) ? 'ItemID' : 'Option';

      tdeforce-gmail-com Please make sure that you clear your plugins, joomla and browser's cache after the update. If that won't help, edit your thread fields and add admin + FTP access to your website.

      Cheers
      Joshua

      Write a Reply...
      You need to Login to view replies.