-
AuthorPosts
-
orsomannaro Friend
orsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 5, 2014 at 8:05 am #202450I created a ja_tabs module in home-10 position and configured like demo site, but it shows the articles in a different way from demo site: I see the title but not the icon.
Thank you.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 5, 2014 at 8:33 am #554233Hi
<blockquote>I see the title but not the icon.</blockquote>
It depends from which module you published in that position
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 5, 2014 at 11:19 am #554252<em>@pavit 451759 wrote:</em><blockquote>It depends from which module you published in that position</blockquote>
Thank you pavit.
So, how can I adjust the code to have the icon display in actual position?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 5, 2014 at 11:57 am #554258Sorry maybe there is a misunderstanding
Could you post a screenshot of what you mean with JA_TABS on the demo site ? i cannot understand what you mean with icons
this is the Ja_TABS
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 5, 2014 at 3:29 pm #554283In Ja-Magz demo site, ja_tabs module in position sidebar-2 shows LAST and POPULAR articles.
If you login to my site, you can see a ja_tabs module in position home-10.
I would like that my ja_tabs module look like in demo site.
Thanks!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 5, 2014 at 3:40 pm #554285Then you should publish your second module in Ja:Tabs position and assign it to the Home page menu item only
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 5, 2014 at 3:42 pm #554286I did it but, as you can see in my site, the module only show article title but not the article image …
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 5, 2014 at 4:45 pm #554293orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 5, 2014 at 5:21 pm #554296Solved.
Thank a lot pavit.
(the sample data “Latest” Ja:Tabs, that I check before asking in forum, doesn’t have this setting …)
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 5, 2014 at 5:29 pm #554299<blockquote>(the sample data “Latest” Ja:Tabs, that I check before asking in forum, doesn’t have this setting …)</blockquote>
Important is that it is solved now
Popular module setting has it 🙂
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 7, 2014 at 5:00 pm #554559Can I customize ja_tabs to show even intro text?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 7, 2014 at 5:22 pm #554562<em>@orsomannaro 452183 wrote:</em><blockquote>Can I customize ja_tabs to show even intro text?</blockquote>
Ja-Tabs in this case is only a position – you can change settings of your modules published in the Ja_Tabs position
orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 8, 2014 at 9:45 am #554609Yes but I would like to change the layout (I want the introtext below the title, not below the image): can you tell me which file I have to change?
Thank you again!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 8, 2014 at 9:51 am #554610<blockquote>Yes but I would like to change the layout (I want the introtext below the title, not below the image): can you tell me which file I have to change?</blockquote>
In this case the layout to edit is the Tab layout you can find it in this folder templatesja_magzhtmlmod_articles_categorytab.php
You should move/change php blocks order
</div>
<?php if ($params->get('show_introtext')) : ?>
<p class="mod-articles-category-introtext">
<?php echo $item->displayIntrotext; ?>
</p>
<?php endif; ?>
</div>orsomannaro Friendorsomannaro
- Join date:
- January 2008
- Posts:
- 241
- Downloads:
- 32
- Uploads:
- 18
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
November 8, 2014 at 10:02 am #554611Thak you very much!
AuthorPostsViewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 2 voices, and was last updated by orsomannaro 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum