Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bramewave Friend
    #129745

    I can’t seem to get the slideshow in user 5 to show up or work. What am I doing wrong? Also how would I add a module position to the body of my site?

    http://www.bramewave.com/portfolio

    All help is appreciated

    Menalto Friend
    #253935

    Give us a screenshot of the module setup in the backend?

    bramewave Friend
    #253940

    you can log in to the site using

    DELETED

    any help would be appreciated

    Menalto Friend
    #253941

    Change user to super administrator, its restricted access in backend now, i also removed the log in info from your post to prevetn abuse of it.

    Menalto Friend
    #253959

    I changed this in the templates index.php file:

    <?php if ($this->countModules('user5') && $ja_right) { ?>
    <!-- BEGIN: TOPSPOTLIGHT -->
    <div id="ja-topsl">
    <jdoc:include type="modules" name="user5" style="raw" />
    </div>
    <!-- END: TOPSPOTLIGHT -->
    <?php } ?>

    Into this:


    <?php if ($this->countModules('user5')) : ?>
    <!-- BEGIN: TOPSPOTLIGHT -->
    <div id="ja-topsl">
    <jdoc:include type="modules" name="user5" style="raw" />
    </div>
    <!-- END: TOPSPOTLIGHT -->
    <?php endif; ?>

    To make the “slideshow” look like it is wide enough for the screen you need to change size of this image here: header-mask.png
    This is a little trial and erro until you get the right width of it, but should be a easy task.

    For a module in the body, you allready have a module position called “banner” below mainbody, will that do the job?

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Menalto 16 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum