- Thank you received: 0
cinema template brocken
-
info@fkcomsys.ch
-
Topic Author
- New Member
-
Less
More
12 years 3 months ago #24890
by info@fkcomsys.ch
cinema template brocken was created by info@fkcomsys.ch
Hello, I have newly downloaded, installed and now looks like the attached picture. why? Thank you for a solution.
Please Log in to join the conversation.
-
mark2kooki
Inactive member -
- Member
-
Less
More
- Posts: 70
- Thank you received: 0
12 years 3 months ago #24891
by mark2kooki
Replied by mark2kooki on topic cinema template brocken
Please Log in to join the conversation.
-
info@fkcomsys.ch
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 3 months ago #24923
by info@fkcomsys.ch
Replied by info@fkcomsys.ch on topic cinema template brocken
Hi, I have made the changes, without success. Print Screen control is included.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24936
by ivan.milic
Replied by ivan.milic on topic cinema template brocken
Please send link
Please Log in to join the conversation.
-
info@fkcomsys.ch
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
12 years 3 months ago #24940
by info@fkcomsys.ch
Replied by info@fkcomsys.ch on topic cinema template brocken
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #24953
by ivan.milic
Replied by ivan.milic on topic cinema template brocken
This two lines in index.php of templete:
remove . from start of url
so
is just:
Code:
<script type="text/javascript" src="/ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="/ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
remove . from start of url
so
Code:
src="/ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"
is just:
Code:
src="ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"
Please Log in to join the conversation.
Time to create page: 0.088 seconds