Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mario996 Friend
    #1010677

    Slideshow Title linked to page is not shown when showing in mobile size.
    Is this possible to activate.

    Regards Mario

    pavit Moderator
    #1010700

    Hello

    If you enable it than it looks not so nice you will need also to apply other css changes to modify text alignments and dimensions.

    anyway trick to enable it is following :

    Edit this file /templates/ja_oslo/html/mod_articles_category/slideshow.php and find :

    <div class="swiper-slide">
    <?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $item, 'params' => $params)); ?>
    <div class="container hidden-xs">
     <div class="article-container">

    change it to :

    <div class="swiper-slide">
    <?php echo JLayoutHelper::render('joomla.content.fulltext_image', array('item' => $item, 'params' => $params)); ?>
    <div class="container">
    <div class="article-container">

    Regards

    mario996 Friend
    #1010706

    Yes i see what you mean.
    I would only like to show the Title not the intro text if not showing anything the picture is not understood.

    Is this possible to create

    pavit Moderator
    #1010795

    Hello

    Try in this way

    add to your custom.css file these lines of code .

    @media screen and (max-width: 991px) {
        .article-slideshow .article-intro {
            display:none;
        }
        .article-slideshow .article-title {
            font-size:20px;
            margin: 0 0 8px;
            line-height: 1.1;
        }
    }

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 7 years, 3 months ago.

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