-
AuthorPosts
-
futureinprogress Friend
futureinprogress
- Join date:
- April 2006
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
November 9, 2011 at 11:55 pm #170557Hi
installing the quickstart for joomla 1.5 version I’ve noticed two little problem.
– first of all in all template pages appear the 1.7 version link in the very left side of the browser page like in the joomlart’s demo page.
– second problem: JFTP::write: Bad response message if I setup the ftp function in joomla control panel.
These two problem never appear if i use the 1.7 version on the same web server.
Thanks in advice and sorry for my poor english
Daria
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 9, 2011 at 11:56 pm #423908Greetings Daria:
I am a bit confused as to your issue. You mentioned you are installing the JA1.5 version of JA Tiris, yet you reference the J1.7 version. What are the specific issues you are experiencing in relation to your J1.5 installation of JA Tiris?
rodro Friendrodro
- Join date:
- November 2011
- Posts:
- 125
- Downloads:
- 18
- Uploads:
- 68
- Thanks:
- 35
- Thanked:
- 1 times in 1 posts
November 10, 2011 at 9:53 am #423978Hi,
I also have the problem with the “switch to 1.7 version” too. Th orange link tha’s always on the left. How do I disable it?
Thank you.
damian Frienddamian
- Join date:
- May 2008
- Posts:
- 154
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 70
- Thanked:
- 20 times in 1 posts
November 10, 2011 at 3:02 pm #424038I have same problem and solved with this :
Edit, pluginssystemjat3base-themesdefaultetclayoutsdefault.xml
Delete this row:
<file>js/switchj15j17.js</file>Found the answer here : http://www.joomlart.com/forums/topic/switch-to-joomla-1-7/#post-423667
1 user says Thank You to damian for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 10, 2011 at 6:47 pm #424100Here is how you can disable that side tab . . . .
Open the following file (within the following path) –> plugins/system/jat3/base-themes/default/css/switchj17.css
Look for the following . . .#ja-switch {
height: auto;
left: 0;
position: fixed;
top: 50%;
width: auto !important;
z-index: 99999;
margin-top: -137px;
}and change it to . . .
#ja-switch {
display: none;
height: auto;
left: 0;
position: fixed;
top: 50%;
width: auto !important;
z-index: 99999;
margin-top: -137px;
}The “key” is the “display: none”
😎
1 user says Thank You to TomC for this useful post
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by TomC 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum