Recent rewiews

This topic contains 5 replies, has 3 voices, and was last updated by  majaxlt 5 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #458788

    majaxlt
    Expired Member
    Post count: 125

    User avatar overlaps some text in admin’s dashboard Recent reviews widget.

    #458796

    Guust
    Moderator
    Post count: 29970

    Please post the URL of that page and your WP admin details in a private reply. Images have no code that can be inspected.
    Thanks

    #458801

    majaxlt
    Expired Member
    Post count: 125
    This reply has been marked as private.
    #458807

    Guust
    Moderator
    Post count: 29970

    The CSS in the plugin needs to be changed for that, it currently is

    
    
    #geodir_dashboard_recent_reviews #gd-review-list .avatar {
        position: absolute;
        top: 12px;
    }

    but should probably be

    
    
    #geodir_dashboard_recent_reviews #gd-review-list .avatar {
        position: relative;
        top: 12px;
    }

    I’ll get the developers to confirm and update in the next version.

    Thanks

    #458919

    Kiran
    Moderator
    Post count: 7069

    Hello,

    This has been fixed and will be in next update. Here is patch: https://github.com/AyeCode/geodirectory/commit/c5ca2d2a72b06b1db8b76d609773d81716a98a73

    Kiran

    #458921

    majaxlt
    Expired Member
    Post count: 125

    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