-
AuthorPosts
-
May 9, 2014 at 5:57 pm #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 advancerobyrom
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 9, 2014 at 6:00 pm #534397Hi
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
May 12, 2014 at 4:19 pm #534704I 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ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 12, 2014 at 6:43 pm #534742Hi @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
1 user says Thank You to ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ for this useful post
May 13, 2014 at 2:50 am #534781Thanks 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.
May 13, 2014 at 4:35 pm #534904Dear 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!
May 13, 2014 at 11:34 pm #534995Nobody here answer my question?>:(
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 14, 2014 at 4:35 am #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 .
Thankspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 14, 2014 at 4:17 pm #535139Hi 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
-
2 users say Thank You to pavit for this useful post
May 14, 2014 at 5:08 pm #535149Thanks 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 14, 2014 at 5:28 pm #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
May 14, 2014 at 8:25 pm #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!
May 15, 2014 at 5:44 am #535256Hey 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!
AuthorPostsViewing 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
Jump to forum