Brak opcji po wejściu w szablony/ style/ news2

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Aug 15, 2017 10:47 pm
Reply with quote
Report this post
Cześć! Mam mega problem. Nie mam zakładek w edycji stylów szablonu z poziomu zaplecza. Wyświetla się tylko tekst" :A premium Joomla! template totally suitable for building any news portal website!" itd, nie ma tych zakładek Features, Social API, Fonts, itd.
Co to może być? Jak to naprawić? www.w-centrum.pl
User avatar
Senior Boarder

teitbite
Sat Aug 19, 2017 10:53 am
Reply with quote
Report this post
Hi,

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

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



into:

Code: Select all
var type = !isNaN(items[i].split('=')[0]) ? 'ItemID' : 'Option';
User avatar
Moderator

GK User
Thu Aug 24, 2017 12:27 am
Reply with quote
Report this post
Hej!
Niestety nie działa dalej :( podmieniłam... co robić... mogłabym od nowa zainstalować szablon tylko skopiować edytowane pliki css- to byłby patent, ale wolałabym uniknąć tego, bo portal startuje 2.września, a jeszcze mam z nim masę roboty. Co jeszcze proponujesz? :)
User avatar
Senior Boarder

teitbite
Sat Aug 26, 2017 12:15 pm
Reply with quote
Report this post
Hi

To jest jedyny fix dla tego problemu jako ze nowa joomla wprowadza taka zmiane i template musi sie dostosowac. Prosze sprawdz dokladnie plik /admin/scripts.js, powinny byc 2 identyczne linie, obie trzeba zmienic. Po zmianie nalezy wyczyscic cache joomli, przegladarki i serwera, zeby zostale uzyte nowe pliki.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.