-
AuthorPosts
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 9, 2015 at 4:51 am #723288@sujithpeiris: Look at the my screenshot with my highlight on that.
You will see the slideshow position was disabled and you can enable it by click on that position to show it on your device.
and apply the same with other positions but the css on all positions were disabled, you have to create the style with it.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 9, 2015 at 4:51 am #754011@sujithpeiris: Look at the my screenshot with my highlight on that.
In the layout tab, it lists positions used on your site and position like ‘slideshow’ has ‘eye’ icon there, you can click to disable / enable that position in layout you want.
With positions which are disabled by default, if you want to enable it, you will need to add addition style for it to make it displays nice in layout you want.
November 9, 2015 at 5:50 pm #723521Thanks.
But languageswitcherload, mainmenu, None, message, and component don’t have those eyes.
Why?
November 9, 2015 at 5:50 pm #754076Thanks.
But languageswitcherload, mainmenu, None, message, and component don’t have those eyes.
Why?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 10, 2015 at 4:00 am #723552<em>@sujithpeiris 501474 wrote:</em><blockquote>Thanks.
But languageswitcherload, mainmenu, None, message, and component don’t have those eyes.
Why?</blockquote>
These are primary elements and I believe you don’t want to remove them so they don’t have that option.
If you wanna add, you can try this way:
For example with languageswitcherload
Open templates/ja_university_t3/tpls/blocks/header.php file
<?php if ($this->countModules('languageswitcherload')) : ?>
<!-- LANGUAGE SWITCHER -->
<div class="languageswitcherload ">
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
</div>
<!-- //LANGUAGE SWITCHER -->
<?php endif ?>to
<?php if ($this->countModules('languageswitcherload')) : ?>
<!-- LANGUAGE SWITCHER -->
<div class="languageswitcherload <?php $this->_c('languageswitcherload') ?>">
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
</div>
<!-- //LANGUAGE SWITCHER -->
<?php endif ?>Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 10, 2015 at 4:00 am #754107<em>@sujithpeiris 501474 wrote:</em><blockquote>Thanks.
But languageswitcherload, mainmenu, None, message, and component don’t have those eyes.
Why?</blockquote>
These are primary elements and I believe you don’t want to remove them so they don’t have that option.
If you wanna add, you can try this way:
For example with languageswitcherload
Open templates/ja_university_t3/tpls/blocks/header.php file
<?php if ($this->countModules('languageswitcherload')) : ?>
<!-- LANGUAGE SWITCHER -->
<div class="languageswitcherload ">
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
</div>
<!-- //LANGUAGE SWITCHER -->
<?php endif ?>to
<?php if ($this->countModules('languageswitcherload')) : ?>
<!-- LANGUAGE SWITCHER -->
<div class="languageswitcherload <?php $this->_c('languageswitcherload') ?>">
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
</div>
<!-- //LANGUAGE SWITCHER -->
<?php endif ?> -
AuthorPosts
This topic contains 21 replies, has 3 voices, and was last updated by Ninja Lead 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum