• Resolved josephtersoo1

    (@josephtersoo1)


    Thanks for this awesome plugin. i will want to know is there is any way i can disply users with birthday horizontally. i want to display it at the footer of my site. and is there any way it can display the users current age. see example here [ redundant link removed ] at the footer. i want somthing similar how can i archive this with your plugin?.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Prashant Singh

    (@prashantvatsh)

    Hi,

    I think you need to do custom stylings for that. In the widget, it will be vertically aligned but can be styled to make it horizontal.

    Thanks

    Thread Starter josephtersoo1

    (@josephtersoo1)

    Please can you provide me with the CSS codes?

    Plugin Author Prashant Singh

    (@prashantvatsh)

    Hi,

    Since we do not have included age feature in the latest version of the plugin so you can not show age right now but still you can list it horizontally with our message using the following CSS:

    ul.birthday-members-list li img {
        display: none !important;
    }
    
    .birthday-members-list div.send-private-message {
        display: none !important;
    }
    
    ul.birthday-members-list li {
        display: inline;
    }
    
    ul.birthday-members-list li:after {content: ', ';}
    ul.birthday-members-list li:nth-last-child(2):after{
        content: '' !important;
    }

    Please try and let me know your feedback. If you do not want to show Happy Birthday with the name of the member then please translate Happy Birthday with a blank string then the name will appear only.

    Regards

    Thread Starter josephtersoo1

    (@josephtersoo1)

    Thanks it worked fine. and thanks for the upgrade also waiting of the age feature to come also.
    can you modified the CSS code above so it also display vertically. like from left to right adjusting according to screen size.
    i added this to the footer of my site but it shows in list format leaving a lot of blank space by the right, so if it can display vertically i think it will cover those spaces and it to screen.
    Thanks

    Plugin Author Prashant Singh

    (@prashantvatsh)

    Hi @josephtersoo1

    Earlier you asked for the CSS to display birthdays horizontally which I gave but in the last message, you said you want it vertically which is confusing.

    Can you please confirm if you have placed the CSS correctly because it worked fine for me.

    Thanks

    Thread Starter josephtersoo1

    (@josephtersoo1)

    Yes it worked fine.

    Plugin Author Prashant Singh

    (@prashantvatsh)

    Ok, perfect.

    Closing this thread now.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘how to order display view in widget.’ is closed to new replies.