-
AuthorPosts
-
January 10, 2013 at 5:48 pm #183841
I’m building a Joomla! 2.5 site on my lamp server (which is not live outside of my network.) I’m attempting to use the Jabrisk theme. I’ve downloaded the Jabrisk template and have uploaded it to the Joomla! site, all is fine and well with everything accept when trying to change the template layout. I have no difference in model location between content-right and content-left. Any ideas on what I need to do to fix this? Attached are what i’m seeing on my screen I have tried a fresh install with the quick start, I have removed the template and added it back on and I still haven’t seen a change, I even went to Joomla! 3.0 on one of our test sites and still the same issue (and a whole lot others). I updated all components, plugins templates and anything else i can think of. I’m at a loss.
-
Luna Garden Moderator
Luna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
January 12, 2013 at 10:06 am #479475Hello,
It’s our bug, I’ve reported this bug to our dev crew via bug tracking system http://pm.joomlart.com/browse/JATCBRISK-100
Thanks for your feedback.1 user says Thank You to Luna Garden for this useful post
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 14, 2013 at 3:32 am #479560Hi nckltech,
It is just the CSS problem in Layout Configuration.
It is still work if you made change to layout setting.Meanwhile, you can try this file.
Please overwrite pluginssystemjat3v3t3v3basecsslayout-custom.css with the attached file.We have fixed in SVN, and will release in next version.
Hope it helps.
Regards
1 user says Thank You to Wall Crasher for this useful post
January 22, 2013 at 4:00 pm #480788So i followed the steps you gave me and Default-left and Right are correct again, however i have now run in to another problem, when making changes to the positions on Content-right I have a new box that appears titled auto, this box duplicates the main menu and if i change the auto box the mainnav changes as well doesn’t matter which one i change they are duplicating can you point me in a directoion to fix this?
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
January 23, 2013 at 3:33 am #480837Hi nckltech,
The JA Brisk version you are using have some uneditable block.
Please apply this fixpluginssystemjat3v3/admin/js/t3admin.js
pluginssystemjat3v3/includes/core/template.php
pluginssystemjat3v3/includes/core/templatelayout.php
pluginssystemjat3v3/t3v3base/tpls/system/tp.phpIf you want to enable for those block you can try to add like this.
– For Slideshow, open templatesja_brisktplsblocksslideshow.php
and replace
<jdoc:include type=”modules” name=”slideshow” style=”raw” />
with
<jdoc:include type=”modules” name=”<?php $this->_p(‘slideshow’) ?>” style=”raw” />– For Auto position-1, open templatesja_brisktplsblocksspotlight-1.php
and replace
<jdoc:include type=”modules” name=”position-1″ style=”raw” />
with
<jdoc:include type=”modules” name=”<?php $this->_p(‘position-1’) ?>” style=”raw” />– For footnav, open templatesja_brisktplsblocksfootnav.php
and replace
<jdoc:include type=”modules” name=”footnav” style=”raw” />
with
<jdoc:include type=”modules” name=”<?php $this->_p(‘footnav’) ?>” style=”raw” />Hope it helps.
You can also wait for next update of JA T3v3 and JA Brisk, those fixes above will be included.
Regards
January 24, 2013 at 4:38 pm #481052do you have a date in which the newest update is coming out?
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by Wall Crasher 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-