-
AuthorPosts
-
May 19, 2014 at 1:25 pm #197941
At this moment we need to scroll the page down before the ‘featre-intro’ items are getting displayed:
How can we enforce these being displayed immediately?
Thanks
Kind regards
Rob-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 19, 2014 at 3:49 pm #535723Hey Rob:
Can you clarify exactly what it is you are wanting to accomplish?
Not entirely certain what you mean by “enforce being displayed immediately.”
May 19, 2014 at 4:20 pm #535726Hi Tom,
now the items are disapleyd once I start crolling the page down….
I would like them to show up immediately after refreshing the page…
Kind regards
Robꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friendꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀
- Join date:
- April 2008
- Posts:
- 100
- Downloads:
- 9
- Uploads:
- 11
- Thanks:
- 8
- Thanked:
- 39 times in 32 posts
May 19, 2014 at 6:36 pm #535741Hi Rob,
do you mean hiding the slideshow, so that the feature-intro item get displayed once the page is loaded?
If so.. go to your features-intro.php located under *your_joomla_root*/templates/ja_sugite/tpls
find
<body class="<?php echo $has_slideshow; ?>"><div class="t3-wrapper features-intro features-intro-1"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->
<?php $this->loadBlock('header') ?>
<?php $this->loadBlock('slideshow') ?>
put comment on this line
<body class="<?php // echo $has_slideshow; ?>">
and this line
<?php // $this->loadBlock('slideshow') ?>
to maintain the mainnav background color, you can create a custom.css under *your_joomla_root*/templates/ja_sugite/css/
and put the line below
.t3-header {
background:#1BBC9B;
}
hope this help
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-