Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • fabridelo Friend
    #198199

    Hello

    I’m Fabrizio and I’m new for Joomla and purity III

    It’s possible remove the white space between top menu and slideshow lite?

    Thanks

    Best Regards


    1. slideshow_lite
    Pankaj Sharma Moderator
    #536827

    Hello
    its just the padding used for the slideshow .
    if you want to remove it from top and bottom
    add this code in custom.css file
    template/JA purityIII /css/custom.css

    .corporate .slideshow {
    padding: 0px; }


    Let me know if it helps

    fabridelo Friend
    #536829

    Hello

    no have a file custom.css I create it?

    Pankaj Sharma Moderator
    #536831

    yes you can create it . and add the above code. clear the cache . and check

    fabridelo Friend
    #536832

    Hello

    i add a file call custom.css in

    public_html/templates/purity_iii/css

    i copy the code clean the cache but no have a effect :((

    Richard A Friend
    #536835

    @fabridelo

    Background Information and Suggestion

    The default padding values are 40px for top and bottom and padding can be removed by going to the file templates/purity_iii/css/layouts/corporate.css and changing this css code:

    .corporate .slideshow {
    background: #f7f7f7
    border-bottom: 1px solid #eeeeee (change 1px to 0)
    padding: 40px 0; (remove 40px)
    }

    However you would need to do this every time you update the Purity 3 template.

    Therefore if you make the change in the public_html/templates/purity_iii/css/custom.css file, add this code:

    .corporate .slideshow {
    border-bottom: 0 solid #eeeeee
    padding: 0;
    }

    Purge and Clear System cache, then refresh your page and it should remove the border gap.

    Slideshow Lite on Mobile

    The Slideshow position hides the slideshow on mobile by default, but can be changed to visible by removing the word ‘hidden-xs’ on line 13 of templates/purity_iii/tpls/blocks/slideshow.php:

    <div class=”slideshow hidden-xs <?php $this->_c(‘slideshow’) ?>”> (remove hidden-xs)

    You would need to repeat this each time you update the template to the latest version.

    Hope this helps.

    Pankaj Sharma Moderator
    #536837

    Hello fabridelo
    Go to the template/ja_purityII/css/themes/Red/layout/corporate.css

    and change this
    padding: 40px 0;
    in line 5
    in to

    padding: 0px;
    i tried do this myself but your admin panel loads too slow on my end .
    Let me know it works

    fabridelo Friend
    #536854

    Hello

    Thanks work very well!!!!

    :laugh::laugh::laugh::laugh:

    fabridelo Friend
    #536871

    Hello

    where add “SOLVED” in title?:-[

    Thanks

    Pankaj Sharma Moderator
    #536903

    <em>@fabridelo 429503 wrote:</em><blockquote>Hello
    where add “SOLVED” in title?:-[
    </blockquote>
    You can change it from top left of the post title when you found your issue is solved .
    see this
    🙂


    1. Solved-Ja-Purity-III-and-slideshow-lite-JoomlArt-Forums
    gavind Friend
    #537265

    <blockquote>padding: 40px 0;</blockquote>

    By the way, is there a reason why 40px is the default?

    Pankaj Sharma Moderator
    #537267

    its for the upper space that you don`t want to show:D

    illsisto Friend
    #968903

    hi everyone finally i have a slideshow but i dont know where it takes images
    better i had no demo i created custom css following demo, created folders written in the code renamed images as in the code but no images.

    illsisto Friend
    #968904

    actually slide the text sample image but nothing
    else

    Pankaj Sharma Moderator
    #969010

    Hi @illsisto
    Kindly checks the documentation again and see how the image code is defined in the custom html module .
    Also, You have to set the default editor to NONE before edit the custom html module .

    Note : Open a separate thread for a different topic , this thread is a different topic that is already answered .

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

This topic contains 14 replies, has 5 voices, and was last updated by  Pankaj Sharma 7 years, 7 months ago.

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