test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • marcodp Friend
    #200485

    Hi guys,

    I have a problem regarding the dimensions of slideshow lite module on all my pages (except home). :confused:

    The module on PRODOTTI–> DMT Professional is a copy and past from the home page one, but the backgroud image is not centered and there is a space below.

    Could you help me please?

    Thank you


    1. Cattura
    Pankaj Sharma Moderator
    #545824

    Hello @marcodp
    i just checked the site , but unfortunately its offline ,
    and the admin credentials that you submitted are not working .
    can you please PM (Private message ) me your working site admin credentials , so that i can check the issue for you 🙂

    Pankaj Sharma Moderator
    #545852

    Hi the admin credentials that you sent in PM are not working .
    please send working admin credentials of your site , so that i can fix the issue for you:)

    Pankaj Sharma Moderator
    #545875

    hello this issue comes because of css clash between the JA slideshow module and JA masshead module .
    Because you published JA slideshow module on the position JA Slideshow . 🙂
    According to you its JA Slideshow position , but its not .
    Actually you changed the JA Masshead position into slideshow position from template layout options in Blog style 2
    right ? but it can not changed because slideshow position in not defined in the php file of blog style2 . >>>>http://prntscr.com/4cfr3b

    you have option to inter change the module positions only and only if that module position is present for that layout .
    so it look like the position is slideshow but in actual its JA Masshead .

    NO i added a new module position >>Slideshow for blog style 2
    from>>> template/JA sugite/tpls/blog-2.php
    and i added this code after line 16

    <?php
    $has_slideshow ="";

    if ($this->countModules('slideshow')) :
    $has_slideshow = " has-slideshow";
    endif;

    ?>

    and this after line 42

    <?php $this->loadBlock('slideshow') ?>

    it will create module position io blog2 layout >>> http://prntscr.com/4cfugx

    now to remove the blue space
    i changed code here

    /templates/ja_sugite/css/rtl/blue/modslideshowlite.css

    .ja-ss-item {
    min-height: 260px; }

    to

    .ja-ss-item {
    min-height: 100%; }

    >>> http://prntscr.com/4cfvnu

    Hope your problem is solved now 🙂

    marcodp Friend
    #545877

    Thank you very much pankajsharma! Now it’s all ok! :laugh:

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

This topic contains 5 replies, has 2 voices, and was last updated by  marcodp 10 years, 4 months ago.

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