Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • yoursminc Friend
    #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


    1. Screen-Shot-2014-05-19-at-15.17.41
    2. Screen-Shot-2014-05-19-at-15.17.57
    TomC Moderator
    #535723

    Hey Rob:

    Can you clarify exactly what it is you are wanting to accomplish?

    Not entirely certain what you mean by “enforce being displayed immediately.”

    yoursminc Friend
    #535726

    Hi 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
    #535741

    Hi 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

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