Problem with template settings after update
October 08 Joomla Templates
- GK User
- Fri Aug 31, 2012 11:47 am
Aloha.
I have a problem with template setting's on back-end after update:
http://easycaptures.com/4212189074
I've made all changes with your instructions about upgrade https://www.gavick.com/updates/templates/gk_twn2_j16,843.html.
In the result everything is expanded and I can't set some options via back-end.
What have I done wrong?
Regards. Paul
I have a problem with template setting's on back-end after update:
http://easycaptures.com/4212189074
I've made all changes with your instructions about upgrade https://www.gavick.com/updates/templates/gk_twn2_j16,843.html.
In the result everything is expanded and I can't set some options via back-end.
What have I done wrong?
Regards. Paul
-
- Junior Boarder
- GK User
- Fri Aug 31, 2012 11:53 am
Do you have some JS erros in the error console?
-
- Administrator
- GK User
- Fri Aug 31, 2012 12:31 pm
Hello,
Yes. I get:
"NetworkError: 404 Not Found - http://www.mywebsite.pl/templates/gk_tw ... /script.js"
"NetworkError: 404 Not Found - http://www.mywebsite.pl/templates/gk_tw ... /style.css"
But there is no such directory and files. Your template file doesn't have it too.
Regards. Paul
Yes. I get:
"NetworkError: 404 Not Found - http://www.mywebsite.pl/templates/gk_tw ... /script.js"
"NetworkError: 404 Not Found - http://www.mywebsite.pl/templates/gk_tw ... /style.css"
But there is no such directory and files. Your template file doesn't have it too.
Regards. Paul
-
- Junior Boarder
- GK User
- Fri Aug 31, 2012 1:35 pm
Please change in the templateDetails.xml file fragment:
to:
and then please upload the admin/ directory from the template package.
- Code: Select all
<![CDATA[<link rel="stylesheet" type="text/css" href="../templates/gk_twn2/options/style.css" />
<script type="text/javascript" src="../templates/gk_twn2/options/script.js"></script>
to:
- Code: Select all
<![CDATA[<link rel="stylesheet" type="text/css" href="../templates/gk_twn2/admin/style.css" />
<script type="text/javascript" src="../templates/gk_twn2/admin/script.js"></script>
and then please upload the admin/ directory from the template package.
-
- Administrator
- GK User
- Fri Aug 31, 2012 1:59 pm
Now everything work's well - thanks Dziudek.
I'm a bit surprised about this xml file - it was for sure copied from your template. The most important - that now it's working .
Regards and have a nice weekend amigo. P
I'm a bit surprised about this xml file - it was for sure copied from your template. The most important - that now it's working .
Regards and have a nice weekend amigo. P
-
- Junior Boarder
- GK User
- Fri Aug 31, 2012 2:12 pm
It seems that somebody made a mistake during preparing the latest updated package. But it will be fixed with the next update - I've reported it to the proper person
-
- Administrator
6 posts
• Page 1 of 1