Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • robyrom Friend
    #197577

    I have removed all modules of the quickstart installation from position sidebar 1 and now I have only the Easy to use article. I don’t remeber why I have changed its category to a new one I created but if I supend the article in its placeis apparing the next of that category and if I suspend the category another article appears there. I think that in that position there should be only modules and not article and I can’t figure out this behaviour. I don’t want articles there: what can I do?
    Thanks in advance

    robyrom

    pavit Moderator
    #534397

    Hi

    Maybe if you can post an url to your website and fill in this thread your admin account details we can be of more help

    simonstone Friend
    #534704

    I have similar problem. I do want to remove the sidebar-1, and disable all the modules on that position, but it keeps showing articles with “no position” articles there!!! I want it shows on the right side which is “sidebar-2”, but no luck so far.

    Can anyone here help me? test.kogcc.us

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #534742

    Hi @simonstone,

    you might want to read (and watch) an abundant resource of how T3 Framework works, especially when it comes to customizing layout

    say on your homepage you want to remove the sidebar-1 and replace it with sidebar-2, you need to edit the file mainbody-home.php located under templates/ja_biz/tpls/blocks (please make a backup copy before editing)

    find

    <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-9 col-md-push-3">
    and change it into

    <div id="t3-content" class="t3-content col-xs-12 col-sm-8 col-md-9">

    and then find

    <?php if ($this->countModules($sidebar1)) : ?>
    <!-- SIDEBAR LEFT -->
    <div
    class="t3-sidebar t3-sidebar-left col-xs-12 col-sm-4 col-sm-pull-8 col-md-3 col-md-pull-9 <?php $this->_c($sidebar1) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
    </div>
    <!-- SIDEBAR LEFT -->
    <?php endif ?>

    and change it into


    <?php if ($this->countModules($sidebar2)) : ?>
    <!-- SIDEBAR RIGHT -->
    <div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4 col-md-3 <?php $this->_c($vars['sidebar']) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar']) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR RIGHT -->
    <?php endif ?>

    save it in refresh your browser to see the result on your homepage. Of course you need to publish/unpublish certain modules on sidebar-2 position

    hope this help

    simonstone Friend
    #534781

    Thanks so much! It works now.

    I believe it’ll be much easier if I know more about T3 framework. But the reality is that I have to do it while I don’t have much time.

    Thanks so much and will ask you again if needed.

    simonstone Friend
    #534904

    Dear nawainruk,

    I have two questions to ask:

    1. Another problem:

    After reading your post, I tried to know more about T3 framework, but when I tried to use Thememagic button at backend, it gave me an error message:

    An error has occurred.
    500 Unable to load format class.

    What’s wrong?

    2. I did want to change the order of different modules in “Sidebar-2” position. But I couldn’t.

    In Wrap Framework/Yootheme, I used to go to “module management”, choose “desired positions”, then choose different module’s order, then “Apply”, it will work. But I can’t even find the module which shows “Location” and “Easy to use”. Eventually, I found the article of “Easy to Use” in the “Article management”, but what if I want to change it.

    I mean, this Framework’s work flow has a loooot difference with other frameworks, I really, don’t know, how to control it.

    Could you tell me how to change it?

    3. I also want to know how to control other modules, like the Circle A. Where can I find it and how can I add another or change it.

    I also want to move circle B – Lastviews to the very left. How can I do it? Or I want to have another module to be displayed at this position. How can I do it?

    In the blocks control file, the block names and their positions in the layout are different, how could I know which is which? Only through try and error? That’s too time-consuming!

    Thanks for helping me!


    1. Biz_module-position-1
    simonstone Friend
    #534995

    Nobody here answer my question?>:(

    Pankaj Sharma Moderator
    #535026

    <em>@simonstone 427066 wrote:</em><blockquote>Nobody here answer my question?>:(</blockquote>
    simonstone
    As i can see yesterday nawainruk gives you a solution and that is working for you .
    After that you posted a new questions .
    We are always trying to give you the solution as soon as possible .
    For your above two problems
    it seems you are using joomla3.3 .
    JA Bix is not compatible with joomla 3.3 at this time .
    for the issue related to the 500error in T3 framework
    Please update the T3 plugin to the latest version.
    But it will take some time , as you know some problems are easy to solve and some takes some time .
    Please stay with us .
    Thanks

    pavit Moderator
    #535139

    Hi robyrom

    In your sidebar-1 position articles are showing because you have published an article category module

    <blockquote>I think that in that position there should be only modules and not article and I can’t figure out this behaviour</blockquote>

    To have no articles showed unpublish the module with ID = 109 ( Our Mission ) or change module settings to show other articles from other categories


    1. Screenshot_6
    robyrom Friend
    #535149

    Thanks for your kindness and patience. If I have well understood that module rules the display of articles in sidebar-1 position, in case I wanted do something similar.

    pavit Moderator
    #535155

    <blockquote>If I have well understood that module rules the display of articles in sidebar-1 position</blockquote>

    It’s partially correct

    That module shows articles of a determinated category in every position you want to publish it not only in position sidebar-1

    Module publishing is not forced by positions, in a specific position you can publish different modules what that modules doing depends from module type, there are a lot of modules types available for joomla

    Module Ja_slideshow, for example, shows images or articles taken from a specific image folder or article category and it works in every position you will assigne to it

    simonstone Friend
    #535206

    <em>@pankajsharma 427106 wrote:</em><blockquote>simonstone
    As i can see yesterday nawainruk gives you a solution and that is working for you .
    After that you posted a new questions .
    We are always trying to give you the solution as soon as possible .
    For your above two problems
    it seems you are using joomla3.3 .
    JA Bix is not compatible with joomla 3.3 at this time .
    for the issue related to the 500error in T3 framework
    Please update the T3 plugin to the latest version.
    But it will take some time , as you know some problems are easy to solve and some takes some time .
    Please stay with us .
    Thanks</blockquote>

    Thank you For your help and suggestion!

    Update:

    I updated the T3 Plugin, so that resolved the 500 error problem. Thank you!

    simonstone Friend
    #535256

    Hey there,

    I have 2 questions about the sidebar-2: (website: test.kogcc.us)

    On the sidebar-2 zone, I found there is a Module called Our Mission, which loads an article.

    1. How could remove the title of the article (marked as A in the attachment)? I don’t want to show it, but couldn’t find where to change it.

    2. The photo (marked as B) was set to be shown as full width of the Module. How can I change it to be the size I want to show?

    Thanks!

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 5 voices, and was last updated by  simonstone 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum