Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sky Friend
    #1016718

    I publish a 3rd party slider module in the "slideshow" module position, then all the k2 content will be gone. why?

    I want to show a slider above K2 contents.

    https://www.screencast.com/t/XZ1RCaQ3

    sky Friend
    #1016978

    update please?

    Saguaros Moderator
    #1017611

    Hi @sky,

    Try opening this file: ROOT/templates/ja_lens/index.php

    At approx line 218, change:

    <?php if( !$this->countModules('slideshow') ) {?>

    to:

    <?php if( $this->countModules('slideshow') ) {?>

    http://prntscr.com/ej9f6e

    sky Friend
    #1017633

    it works, but page title no longer shows after showing a slideshow module. how to have it back?
    https://www.screencast.com/t/gn7IUopM55u

    Saguaros Moderator
    #1018079

    It belongs to the main component which is showing below the slideshow position there.

    You can use this css rule:

    body.layoutview .componentheading {
        margin-top: -809px;
        margin-left: 350px;
        position: absolute;
    }
    sky Friend
    #1018564
    This reply has been marked as private.
    Saguaros Moderator
    #1019096

    You can try this:

    body.layoutview .componentheading {
        position: absolute;
        margin-top: -765px;
        margin-left: 200px;
    }
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 7 years, 5 months ago.

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