+ Reply to Thread
Results 1 to 3 of 3

Thread: Bug In Nova Light Escort / Fix

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    Bug In Nova Light Escort / Fix

    Found a bug in Nova Light escort where the add to favorites button was aligned as white on a white background, these should be set as per the video.

    https://screencast-o-matic.com/watch/cqQnhattfm

    CSS 2490 - left 771 > left 93
    +
    CSS 2498 - left 793 > right 93

    EDIT / UPDATE > this bug per se is because I was using 4.7.1 with the nova 4.7.2 template scrap the above fix and use the method below.

    CSS 2803

    .listing-header div.icons > * > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;

    Edit to

    .listing-header div.icons > * > span {
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    filter: invert(1);

    and this will change the white on white background to black on white
    Last edited by Pete Young; September 4, 2019 at 03:16 AM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  2. #2
    I have checked nova light template on our demo and I couldn't find this plage. Would you please explain to us exactly page and place where I can find print and favorite yellow icons.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Viktor View Post
    I have checked nova light template on our demo and I couldn't find this plage. Would you please explain to us exactly page and place where I can find print and favorite yellow icons.
    gallery.jpg



    Yes I noticed that the demo has a black heart on white but my gallery image does not have that for some reason ? and yes has funny orange yello images that do not match the theme ? maybe I have the wrong gallery image in my version ?

    see attached / I will try and download the gallery image from the demo ?

    Edit Downloaded the gallery file from demo and it looks the same, I have no idea how the blsck ones get onto the demo but Mine are white and with a white background are invisible ?
    Last edited by Pete Young; September 2, 2019 at 09:44 AM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread