Okay
  Public Ticket #868321
Slider separator
Closed

Comments

  •  2
    pandajamajska started the conversation

    Hi again,


    Two more questions:

    1) How can I disable slider separator on a home-page?

    2) Am I able to put here a logo instead of a string?

    Images attached.

    Many thanks.

  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    .slide-content {display: none;}
    #header.overflow.fixed .navbar-brand.normal img {height: 100px;}
    .navbar-brand.mini { display: none !important;}

    Best Regards,
    Jelly Team

  •  2
    pandajamajska replied

    Hi,

    Thanks for quick feedback.

    I added:

    #header.overflow.fixed .navbar-brand.normal img {height: 100px;}
    .navbar-brand.mini { display: none !important;}

    Output:

    navbar-brand.mini disapeared as expected, however I can not see logo being displayed. Should I add img path anywhere or is this inherited?


    Regards,

    P.


  •  850
    Jelly replied

    Hi,

    My mistake, please add one line style:

    #header.overflow.fixed .navbar-brand.normal {
    display: block;
    }

    Best Regards,
    Jelly Team

  •  2
    pandajamajska replied

    Hi,

    I have 2 last issues to solve:


    1) Using the code below I am able to display logo now, but it is to big. Am I able to make it smaller without changing the logo size on a home page?

    2) If you can go to http://serwer1613489.home.pl/autoinstalator/wordpress/#portfolio

    There is an image slider. I set the img resolution to 800x600, however each time I click the arrow (next/previous image), the image is being resized for 1 second, before next one is loaded. Could you please help?


    Thanks.

  •  850
    Jelly replied

    Hi,

    1. You can change the logo size with this custom style:

    #header.overflow.fixed .navbar-brand.normal img {height: 100px;}

    2. Try add this custom style:

    .theme-default .nivoSlider img {width: 800px !important;}

    Best Regards,
    Jelly Team

  •  2
    pandajamajska replied

    Hi,

    2nd issue was resolved. Thanks.

    1st one still does not work. I attached style.css file, if you could please look into it, I would appreciate it. Thanks.

  •  850
    Jelly replied

    Hi,

    In the custom style below:

    #header.overflow.fixed .navbar-brand.normal img {height: 100px;}
    

    You can change the 100px to 70px or 60px, it's your decision. Please try yourself.

    Best Regards,
    Jelly Team

  •  2
    pandajamajska replied

    Hi,


    Unfortunately, this does not work. Size stays unchanged.

    I tried different cobinations but it didn't work:

    #header.overflow.fixed .navbar-brand.normal img {height: 50px;}
    
    #header.overflow.fixed .navbar-brand.normal img {height: 50%;}
    
    
    #header.overflow.fixed .navbar-brand.normal img {height: 50px !important;}
    
    #header.overflow.fixed .navbar-brand.normal img {height: 50% !important;}
  •  850
    Jelly replied

    Hi,

    Maybe I can have your wplogin so I can check it? Please send it via private reply.

    Best Regards,
    Jelly Team

  •   pandajamajska replied privately
  •  850
    Jelly replied

    Hi,

    The custom style work good, but there cache and cookies issue in your browser, please try clear cache and cookies then check it again, also try with other browser if you can't see update.

    Best Regards,
    Jelly Team

  •  2
    pandajamajska replied

    Yep, looks good now.

    Many thanks. Please close the ticket!

  •  850
    Jelly replied

    Hi,

    I am currently closing the ticket. Please don’t hesitate to submit a ticket whenever you need help. I will be happy to assist you.

    Best Regards,
    Jelly Team