I recently realized that all of the options for my Joomla template are missing (Simplicity Theme). There are no tabs or any options whatsoever.

I found elsewhere in the forum that someone else had this same problem and you recommended updating the template to the most recent version to solve it, which I just did but it did not solve the problem. (Also, updating the template has caused a slew of other problems for me).

How can I get these options back??

    tapierce
    Hi,

    Do you have backup of the last working version of your site?

    Try to copy the json file in this folder: /templates/gk_simplicity/config/

    to the same folder in current site.

    Regards

      saguaros I tried your suggestion but unfortunately it didn't work. I restored the file from backups as long as 3 years ago but no luck with any of them. Is there something else I can try?

        tapierce Hi,

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

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

        into:

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

        Hello,
        I had a chance to make the update earlier today to the js file but unfortunately that didn't help - the template options are still missing. 🙁

          tapierce
          Kindly share us the credentials of your site i.e: admin + FTP account so we can take a look.

          19 days later

          Sorry for the delay, I've updated the login details for you.

            tapierce

            Could you share the two factor authentication Secret Key to access backend of your site also?

              saguaros Sorry I forgot about that. I disabled the 2 factor login so you should be able to get in now. Thanks for your help!

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