-
Author
-
March 16, 2018 at 15:17 #191970IntertruckParticipant
Hello, I saw that you can add a calendar in the sidebar. It looks really nice but it doesn’t show today’s date. Only the date of the posts. Can you change that? So you can see today’s date. I can’t give access to our website cause it’s an internal website.
Attachments:
You must be logged in to view attached files.March 17, 2018 at 15:46 #192044Kieran_SQModeratorHi,
You can use the below CSS in your BuddyApp Child theme’s style.css to add styling for the current day.
COPY CODE#wp-calendar td#today { width: 27px; height: 22px; line-height: 22px; background: #0091d4; color: #ffffff; border-radius: 100%; }
Adjust the colors to suit your needs and any of the height/width/line-height if you have overwritten the default CSS for text in the sidebar. Clear your website cache and front-end cache (Ctrl+F5) to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
March 19, 2018 at 16:32 #192315Kieran_SQModeratorGlad I could help 🙂 Feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 6, 2018 at 17:23 #193962Kieran_SQModeratorHi,
I’m sorry but I do not understand the question, please supply me with more information.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 9, 2018 at 17:55 #194235Kieran_SQModeratorHi,
If you only want the current date to show in your calendar you should keep the the CSS that I sent to you already and add the below CSS after
COPY CODE#sidemenu-wrapper .menu-section.widget.widget_calendar #wp-calendar tbody tr td a { background: unset !important; }
This will remove all other days from highlighting and only show the current date highlighted.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
April 10, 2018 at 18:12 #194309Kieran_SQModeratorHi,
As far as I know this is not possible with the default WordPress calendar. If you needed this functionality you would have to either find an alternate calendar or perhaps find a way to extend the native calendar in WordPress.
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.