-
AuthorPosts
-
simbus82 Friend
simbus82
- Join date:
- September 2007
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 5, 2012 at 10:58 am #182836I found a bug in T3V3 1.0.1 (Latest version released today).
I’m using this plugin with latest Joomla 3 build with the template Blank, updated at its latest version too.
– In General i have set to enable Developer Mode and Responsive Mode. Disabled CSS Compression and Theme Magic. So the ambient is ready for developing.
– In Layout i ho to change the number of blocks in the spotlight-1.
– I click on Save.At this time i see that a file default.ini is created in /templates/ja_t3v3_blank/etc/layout, so i think T3 write this file correctly. I opened it and i view the right settings that i have saved.
So if i go to the frontend site, i see the right things.
BUT if now i go to see the Layout tab in admin, i noticed that the positions & layout are returned to its “defaults”. 😮
Same things happen if i resize span in the Responsive Layout tab.
File .ini is writed right (ehm… with a 777 permission :(( very unsecure!!!). But in admin all return to default.
Obviousy if i click save another time (beacuse i have changed other settings) the default.ini is saved with “layout&positions deafults” settings!!!
So the problem is not in the writing of the file /templates/ja_t3v3_blank/etc/layout/default.ini
But is in the fact that the framework DON’T READS this .ini file to re-use its information in admin to compose the “layout spans & rows preview”.
Enabling FTP (other unsecure thing to do!) don’t change things.
The problem is… how the framework read settings stored in this .ini file.Please could you check where is the problem? :-[
PS; i have the same problem in a Joomla 2.5.8 site with t3v3 1.0.1 and Blank 1.0.0
micker Friendmicker
- Join date:
- March 2006
- Posts:
- 131
- Downloads:
- 1
- Uploads:
- 3
- Thanks:
- 9
- Thanked:
- 4 times in 1 posts
December 5, 2012 at 8:53 pm #475290same error
first modification work, after i save a new style no problem but after modification doesn’t write anything in variable-custom.less
font doesn’t (i try google font)
module background : nothing
…
thanks for helping1 user says Thank You to micker for this useful post
simbus82 Friendsimbus82
- Join date:
- September 2007
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 7, 2012 at 3:54 pm #475469:confused:
I need to bump beacuse it is a very bad & blocking error…
simbus82 Friendsimbus82
- Join date:
- September 2007
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 7, 2012 at 4:58 pm #475471maybe the errors are here
JoomlaROOT /plugins/system/jat3v3/includes/core/template.php
From row 44
/**
* Class constructor
*
* @param object $template Current template instance
*/
public function __construct($template = null)
{
$this->_layoutsettings = new JRegistry;if ($template) {
$this->_tpl = $template;
$this->_extend(array($template));
// merge layout setting$layout = JFactory::getApplication()->input->getCmd('t3layout', '');
if(empty($layout)){
$layout = $template->params->get('mainlayout', 'default');
}
$fconfig = JPATH_ROOT . '/templates/' . $template->template . '/etc/layout/' . $layout . '.ini';
if(is_file($fconfig)){
$this->_layoutsettings->loadString (JFile::read($fconfig), 'INI', array('processSections' => true));
}
}
}This is the function that read the .ini file.
Maybe this function read always only the default settings and not the settings stored in /templates/ja_t3v3_blank/etc/layout/
1 user says Thank You to simbus82 for this useful post
simbus82 Friendsimbus82
- Join date:
- September 2007
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
December 11, 2012 at 11:29 am #475842I hope in some news about this problem :-((
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 13, 2012 at 8:52 am #476100Hi simbus82,
Please pm me admin and FTP account of site you’re working on, I will check for you.
Regards
December 31, 2012 at 8:30 pm #477991I am having the exact same problem. Changes are made to the ini file but not to the layout view. It is frustrating because the progress reverts back whenever I modify another position.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 2, 2013 at 9:21 am #478083Hi kelark,
I would like to take a look on your site.
Since we and many people do not have the problem as yours. I would like to discover your case and will fix it.
It would be terrific help if you could provide ftp/admin information.Regards
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 3, 2013 at 9:09 am #478237Hi,
Please try to update your FTP information in Global Configuration.
If you are not sure about this information, please disable it.Try again and please tell me result.
Regards
April 25, 2013 at 3:05 am #490968I am having the same problem as well. Is there a solution to this? The Layout settings keep resetting to default.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
April 25, 2013 at 8:41 am #491018Hi michaelbud,
Please check your file permission first.
And, please tell me which template you are using?
And if possible, please provide ftp/admin for me to check. It will help us improve T3.Regards
February 7, 2014 at 10:48 am #521667Hi,
i’m using Reviver template.
This is Framework Information:
Name:T3 Framework
Version:2.0.1
Released Date:06 December 2013
Author:JoomlArt.comI’ve the same problem, After reopening the template configuration, all changes are lost in Responsive layout.
any idea to solve it?
thanks in advance.
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 10, 2014 at 3:06 am #521961@ jjam,
It would be better to BACKUP your site and upgrade T3 to the latest version v2.1.0
It you still have issues, please pm me admin/ftp credentials. I will help to debug. -
AuthorPosts
This topic contains 13 replies, has 6 voices, and was last updated by Wall Crasher 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum