• gerardofilici

    (@gerardofilici)


    Hi, I need 2 things:

    1. Is it possible to NOT SHOW the placeholder player picture in the birthday widget?

    2. When you set the aligment of this widget “left” or “right” i want to list 2 players per row. I dont know why the plugin dont do that automatically, because it seams that it divide the width of the sidebar in 2.

    If there is no option for these changes sportpress generates a very big awful vertical list.

    Regards

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Roch

    (@rochesterj)

    Hola,

    My name is Roch and I’m going to help you with your plugin support issues.

    1) Sure, we can hide it using a bit of custom css. Could you send us a link to your site?

    2) I’m not sure if I get this one. Do you have an example?

    Thanks!

    Thread Starter gerardofilici

    (@gerardofilici)

    Hi Roch.

    The site is https://www.papifutbolmb.com.ar. I cant activate de birthday widget in the sidebar now because I dont like how it shows the listing…
    What i really want to happen is to list 2 players per row inside the sidebar. So, when you set the alignment of the widget to left, for example, i really like the formating, but it divides the sidebar in 2 columns and dont put any player in the right one. Can you put 2 players per row inside the sidebar (with placeholder images too)

    Check these screenshots please: https://drive.google.com/drive/folders/1ojq3Ftayx8iWbQ_OolvmsCO77Utya5WA?usp=sharing

    Please I need your help for this. All the community is asking me to put the birthdays in the website!

    Roch

    (@rochesterj)

    Hi!

    Thanks for your reply!

    Since it’s a CSS solution we’ll need a live example. Please kindly enable the widget so we can help you.

    Thanks!

    Thread Starter gerardofilici

    (@gerardofilici)

    Hi
    Its live now!
    https://papifutbolmb.com.ar/
    please reply me asap!!

    thanks

    Roch

    (@rochesterj)

    Hi!

    Thanks for that!

    Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:

    /* hiding the placeholder */
    #secondary img[src="//www.gravatar.com/avatar/?s=150&d=mm&f=y"] {
    	display: none;
    }
    /* side by side */
    #secondary .widget_birthdays .sp-template-birthdays {
    	float: left;
    	width: 47%;
    	margin-right: 3%;
    }
    #secondary .sp-widget-align-left {
    	float: none;
    	width: 100%;
    }

    Please keep in mind that their height may not always be equal (in particular for longer names or when you have pictures), if you want that you’ll need to set a fixed height for these elements.

    Also you may want to remove the left alignment to the widget as it won’t do anything (it’ll only left align different widgets, not the widget elements themselves).

    Thanks!

    Is is possible to hide all pictures?

    and to sort the birthdays on the day of the month (looks like it’s now sorted on year)

    and would be great to have the possibility to display this weeks’ birthdays

    https://jongsintgillis.be/testpagina/

    Hi Bart!

    Thanks for your reply!

    Sure, we can do that with a bit of CSS. Would it be possible for you to open a new ticket? We avoid using other user’s tickets so they won’t get annoyed (it’s also good practice overall to open new tickets as the solution may be different).

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Birthday Widget Issue’ is closed to new replies.