test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • nckltech Friend
    #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.


    1. Joomladefaultright
    2. joomladefaultleft
    Luna Garden Moderator
    #479475

    Hello,

    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.

    Wall Crasher Developer
    #479560

    Hi 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. layout-custom.zip
    nckltech Friend
    #480788

    So 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?


    1. forumpost
    Wall Crasher Developer
    #480837

    Hi nckltech,

    The JA Brisk version you are using have some uneditable block.
    Please apply this fix

    pluginssystemjat3v3/admin/js/t3admin.js
    pluginssystemjat3v3/includes/core/template.php
    pluginssystemjat3v3/includes/core/templatelayout.php
    pluginssystemjat3v3/t3v3base/tpls/system/tp.php

    If 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


    1. template.zip
    nckltech Friend
    #481052

    do you have a date in which the newest update is coming out?

    Wall Crasher Developer
    #481073

    Hi nckltech,

    I am not sure about the release day.
    But it will take more than two weeks.
    JA Brisk, JA Mero and JA Onepage will be in update plan after this monthly template release.

    Regards

Viewing 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