-
AuthorPosts
-
Qvsoft Friend
Qvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 7, 2012 at 10:47 am #182900Hi,
I tried to install my site use T3V3 1.0.1 on sub-folder, it works.(For example: mydomain.com/subfolder)
But when i move the site to root(mydomain.com), layout is broke.
After try with few setting in the template, i figure out css compress function works on subfolder but it does not work on root domain. If i disable css compress, everything gone fine.
So please check on this.Qvsoft FriendQvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 7, 2012 at 11:14 am #475454I’ve tried this on my localhost, the same result.
It works on http://localhost/jat3v3 and does not work on http://localhostNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Qvsoft FriendQvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 11, 2012 at 3:15 pm #475862I’ve sent pm to you the site with css compress issue in details, please check!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2012 at 4:05 am #475933I checked compress option on your site, I suspect that your user web account is not permitted to access template folder and write compress file in your server.
Please pm me super admin and ftp account, I need a closer look to check this issue.
Qvsoft FriendQvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 12, 2012 at 10:01 am #475966I had tried on 2 hosting proivders(iweb and bluehost), the same result(it DOES WORK if i install the same package on subfolder – so i think no restrict to access to folder), and also try in my localhost(window/xampp – i’m sure no restrict on my localhost), it’s the same, and our site has some code(of other extension) write file to system file with no issue, so i think this is not the hosting problem.
And let you know, file template.min.css is already in ja_t3v3_blank/css/ , but it will not be loaded if you enable css compress.(I tried to view source, but couldn’t find anywhere call this file, it will be called if you install in subfolder)
You can try to install at the root on your localhost use xampp, you will see, if you don’t get any problem, i’ll setup a ftp account and pm you, because i run the live site on the same hosting, so i don’t want any downtime may occur.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2012 at 7:53 am #476093I could not access: global configuration, install/uninstall ..etc with username/password you PMed me.
This is the screenshot compress css file on JA T3Blank Template
Please pm me again with login details and ftp account. I shall help you out of it.
Qvsoft FriendQvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 13, 2012 at 12:31 pm #476124Ok, detail info sent, please check!
And in your screen shot, you did not install the site on the root domain, i confirmed that it works on sub-folder, not root. You can view source on the site i sent you, and search for .min.css nothing is found!Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Qvsoft FriendQvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 14, 2012 at 7:57 am #476247Great! What files have you updated?
And is this t3v3 issue or my hosting issue?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 14, 2012 at 9:14 am #476258I didn’t know why your hosting could not get the correct path. I fixed it to relative path
This is my fixes, you can see it in file:
<blockquote>plugins/system/jat3v3/includes/core/template.php</blockquote>
from
if($tfile && is_file($tfile)){
$url = $turl;
}
change to
if($tfile){
$url = $turl;
}I would dicuss with our developer and update this fix to our product if needed.
Qvsoft FriendQvsoft
- Join date:
- December 2012
- Posts:
- 27
- Downloads:
- 23
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 2 times in 2 posts
December 14, 2012 at 4:52 pm #476314It works with template css but breaks the extension css, you can re-check the site now, i’ve installed the new module, but jat3v3 generate the wrong .min.css file of the new module.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 17, 2012 at 8:16 am #476448We do not support compress extension css file on JAT3v3. About wrong css compress file with new module, i have raised bug to development team to check about that, you can see the status here: http://pm.joomlart.com/browse/CUSSER-498
January 29, 2013 at 8:22 am #481482JAT3V3 works well in my localhost, until I upload it to the hosting, the responsive is not working, and all the drop down menus (mainnav, print, etc) didn’t work. Then I try your tips.
Then the site was working, but it made some modules not working well (I used Slideshow CK and Tabs GK5).
So may I have your help to check on my site, sir?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 30, 2013 at 8:30 am #481637I don’t know what modifications you have done upon your installation to live but you can try to do this
You do not mention your version of Joomla so I assume you are using 3.0.
This is becoming one of the most essential Joomla Extensions for all sites: http://extensions.joomla.org/extensions/access-a-security/site-security/backup/1606
Read the extensive documentation on-line at Akeeba Backup or download a copy of the same.;
Kickstart User Guide.
Akeeba Backup Quick Start Guide
Akeeba Backup GuideCheck the following compatability tables for the appropriate version of Akeeba to use for your installation. For details, see: https://www.akeebabackup.com/compatibility.html
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
CSS Compress does not run on root domain
Viewing 15 posts - 1 through 15 (of 15 total)