-
AuthorPosts
-
October 29, 2008 at 4:47 pm #134895
first off, what does the word Sanidine mean?
and also how to I change the module class suffix
what are the choicesfor instance I see that banner position in the layout demo shows
( http://template15.joomlart.com/ja_sanidine/?tp=1 )
the title on the banner position is … banner[none outline]
and it shows a banner with rounded corners and no outline
but how do I get that effect on my module, or how to I add the outline like on the other module ?I have tried to enter in none_outline in the module class suffix field but nothings happens
please advise
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
October 29, 2008 at 4:59 pm #277432Sanidine along with all the template in this alphabet run are rocks or minerals
Not to sure about the suffix
1 user says Thank You to mfcphil for this useful post
October 29, 2008 at 5:21 pm #277434thanks for the info.
now… howsabout somebody chime in with the module class suffix answer.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 30, 2008 at 7:50 am #277494<blockquote>and also how to I change the module class suffix
what are the choices
</blockquote>
please go to Extensions->>Module Manager, then choose a module to edit, you will see a parameter is Module Class Suffix.
Modules Class Suffix use for create special id and class CSS for that moduleIn this template, don’t support any module class suffix
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 30, 2008 at 7:54 am #277495<blockquote>for instance I see that banner position in the layout demo shows
( http://template15.joomlart.com/ja_sanidine/?tp=1 )
the title on the banner position is … banner[none outline]
and it shows a banner with rounded corners and no outline
but how do I get that effect on my module, or how to I add the outline like on the other module ?</blockquote>Please open index.php, you will see those lines:
<?php if($this->countModules('banner')) : ?>
<div id="ja-banner">
<jdoc:include type="modules" name="banner" />
</div>
<?php endif; ?>It means will load all modules at banner position
banner module have none outline because it doesn’t have style like other modules:
<jdoc:include type="modules" name="left" style="rounded" />
left modules have style is roundedIf you want all others modules like banner, you can remove style when load them
Example
<jdoc:include type="modules" name="left" style="rounded" />
Change to
<jdoc:include type="modules" name="left" />
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Sherlock 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum