Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • renco Friend
    #958900

    Dear all,

    I’m using the JA-medicare template and JA Slideshow Lite. If the JA Slideshow lite is set to a medium screen the ja-ss-mask (the blue text block) disappear. (See enclosed screenshots).

    I have seen this setting has nothing to do with the responsible/mobile template settings.

    I want to show the ja-ss-mask still in a medium screen. What code can I change?

    Thanks in advance. Dimitri


    1. Schermafbeelding-2016-08-11-om-11.52.55
    2. WhatsApp-Image-2016-08-10-at-22.27.06
    Pankaj Sharma Moderator
    #958909

    Hi
    Kindly follow the suggestion given in this thread for the same matter .

    Regards .

    renco Friend
    #959304

    Thanks a lot!
    Looks like this is the correct treatment 🙂
    Only, root_folder/templates/ja_medicare/css/custom.css there file custom.css doesnt exist.

    Could it be a different file name?

    Thanks Dimitri


    1. Schermafbeelding-2016-08-12-om-13.28.27
    2. Schermafbeelding-2016-08-12-om-13.28.27-1
    Pankaj Sharma Moderator
    #959310

    Hi
    You need to create it , if its not present .

    renco Friend
    #961330

    Hi Pankaj,

    Thanks for you reply 🙂

    I did that …. but didn’t work out.

    See attachment ….

    Anything wrong there?

    Best, Dimitri


    1. Schermafbeelding-2016-08-19-om-14.14.12
    Pankaj Sharma Moderator
    #961336

    Kindly post your working site url here

    renco Friend
    #962353

    Hi Pankaj,

    Thanks a lot for your help.

    http://www.rehaprime-physiotherapie-zuerich.ch/

    Best, Dimitri

    Pankaj Sharma Moderator
    #962549

    Hi
    there is no custom.css file on site : http://www.rehaprime-physiotherapie-zuerich.ch/templates/ja_medicare/css/custom.css
    http://prntscr.com/c9ncr2
    Also the description is hidden due to it does not fit the content in small view due to large height of text and length .

    renco Friend
    #962577

    Hi Pankaj,

    That’s correct, I removed the file because it didn’t work.
    I put the file back in place.

    Hope you can have a look.

    Thanks a lot.
    Dmitri

    Pankaj Sharma Moderator
    #962581

    Hi
    You can take a look on site again code is working : http://prntscr.com/c9of2o
    You have to apply media queries to change the size of font in different screen-sizes
    http://getbootstrap.com/css/#grid-media-queries

    Here is code for heading

    .ja-ss-desc h3 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 700;
        line-height: normal;
        margin: 0;
        text-transform: uppercase;
    }

    For description :

    
    .ja-ss-desc {
        position: absolute;
        top: 20%;
        padding: 25px;
        color: #ffffff;
        text-align: left;
        left: 30px;
        width: 400px;
        background: #3498db;
    
    }
    renco Friend
    #962621

    Hi,

    I put the file in place like above > custom.css

    Did I do it right?

    Can not see the result so far.

    Best, Dimitri

    Pankaj Sharma Moderator
    #962632

    Hi
    Please read the suggestion carefully given here .
    You should try the suggestions before posting on forum .

    renco Friend
    #966310

    Hi Pankaj,

    Trying and trying …. Can you check if I get this right? Or can you write the correct for me?

    Here you can find my custom.css file …

    Best, Dimitri


    1. screen
    Pankaj Sharma Moderator
    #966445

    Hi
    You have not applied any media query
    here is an example :

    @media (max-width:468px) {
    .ja-ss-desc h3 {    font-size: 16px!important;}
    
    .ja-ss-desc {  top: 10%;   padding: 10px!important;
       text-align: left;
        left: 20px!important;
        width: 300px!important;
        display: block!important;
    }
     }
    

    This code will work for device that has max width of 468px . Also you can not show images when u display the description because small screen can not adjust both , This is the reason they are hidden .
    You can apply the code for other screen size like my example .
    Hope its clear now .

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

This topic contains 13 replies, has 2 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