Review CSS

This topic contains 5 replies, has 2 voices, and was last updated by  Guust 6 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #381561

    Marcus Conway
    Expired Member
    Post count: 126

    Hi there.

    I have finished updating the design on some elements but am confused a little.

    1. Stars are not displaying
    2. The items in the screenshot – what is the more feature?. Is there a way to not show ‘no photo’ if there is no photo? Assuming I cant. I would prefer these spaced more easy to read.

    Can you help?
    http://www.naturephototour.com/articles/bird-photography/photographing-cirl-bunting-devon/#reviews

    #381563

    Marcus Conway
    Expired Member
    Post count: 126
    This reply has been marked as private.
    #381565

    Guust
    Moderator
    Post count: 29970

    Stars are not displayed because you have this CSS added:

    
    
    .gd-star-rating.gd-fa-star-rating i.fa {
         visibility: hidden; 
    }

    I think the more button shows the images if added, but not sure. I’ll ask the others.

    To put space between “photo” and “more” add this CSS:

    
    
    #comments .overall-more-rating {
        margin-left: 10px;
    }

    Thanks

    #381568

    Marcus Conway
    Expired Member
    Post count: 126

    Awesome that sorted it!

    IT does seem odd clicking more and finding nothing there?

    #381601

    Marcus Conway
    Expired Member
    Post count: 126

    not sure if I should add a new thread but can I hide the stars from the bubble? And keep them on the detail page??

    #381610

    Guust
    Moderator
    Post count: 29970

    You just have to target a bit tighter:

    
    
    .geodir-bubble_desc .gd-star-rating.gd-fa-star-rating i.fa {
         visibility: hidden; 
    }

    Thanks

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket