-
Author
-
December 9, 2013 at 18:32 #7985nicholaus1221Participant
Hi,
I was wondering if the new Sweetdate v2.3 is ready for the new updates in Buddypress and WordPress that are coming out next week?? I hear there are notifications being added to profiles as well as a completely new backend for the admins as well as many other changes. Any possible issues?
Thanks,
NicholausDecember 10, 2013 at 16:33 #8072AbeKeymasterHi, We tested it with WP 1.9 and works great. With Buddypress 1.9 also works but in the new notifications page template seems to be a problem. Maybe they’ll add a template for that page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 17, 2013 at 19:39 #8448nicholaus1221ParticipantHi Abe,
I tested with WordPress 3.8 and I got some additional whitespace added to the top of my screen on a mobile device and I still have the whitespace on the right hand side from the BuddyPress Wall plugin that hasn’t been fixed by the developer because she’s non-existent (https://db.tt/k75iwX5y).
Also, did you figure out the notification template problem for BuddyPress 1.9 yet?
Thank you for your help,
NicholausDecember 17, 2013 at 21:39 #8452SQadminKeymasterHi Nicholaus, whitespace on the top appears only when you have admin toolbar activated. I will look at this.
For BuddyPress 1.9 my coleague Abe will come with an answer soon.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 19, 2013 at 05:54 #8536nicholaus1221ParticipantHey Robert,
Sounds good, thank you for your help.
Nicholaus
December 19, 2013 at 08:59 #8539iulianolaruParticipantWhat about the white space caused by the plugin Buddypress Wall .. i have the same issue and i can’t seem to figure this out.
December 19, 2013 at 14:37 #8559SQadminKeymasterHi guys, I came up with a fix for admin bar since wp3.8 has a different height for this. So, the easiest way is to add some css lines in quick css box:
COPY CODE/* Admin bar fix for wp3.8 */ @media screen and (max-width: 600px) { #wpadminbar { position: fixed; } }
After that you also need to add one line in ../wp-includes/admin-bar.php at line 779: http://d.pr/i/vxJP – code block here: http://d.pr/n/1ZsZ
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionDecember 19, 2013 at 15:38 #8561AbeKeymasterWe will come with a solution that will not involve wordpress core changes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 19, 2013 at 22:51 #8573AbeKeymasterAddd this to sweetdate-child/functions.php
COPY CODEadd_action('wp_head', 'kleo_admin_bar_fix'); function kleo_admin_bar_fix() { global $wp_version; if ($wp_version >= 3.8) { echo '<style> @media screen and (max-width: 600px) { #wpadminbar { position: fixed; } } @media screen and ( max-width: 782px ) { .adminbar-enable .sticky.fixed { margin-top: 46px; } } </style>'; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 20, 2013 at 00:01 #8576airsidworldParticipantHi,
Yes notifications page template is not working. Until the update, is there a way to access or regulate users notifications ?December 20, 2013 at 17:03 #8632AbeKeymasterDisable the new component from Settings – Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 20, 2013 at 17:05 #8633AbeKeymasterHi, There is a solution here: https://archived.seventhqueen.com/forums/topic/mobile-issue-white-space-on-the-right
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 20, 2013 at 18:29 #8638airsidworldParticipantHi,
Thanks i’ll do that waiting from the buddypress core team the new update.Here is a link to show what’s happening.
December 23, 2013 at 11:29 #8705airsidworldParticipantHi,
I’ve been in touch with the french buddypress team about this issue regarding the notifications.
It’s seems that the problem has to with templates from sweetdate theme.Do anyone have the same problem has me ??
Click here to see what happens when using the notfications feature of buddypress 1.9.December 23, 2013 at 15:00 #8731AbeKeymasterYes that is the way it looks right now because of a template problem. We are doing our best to fix it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 23, 2013 at 15:45 #8732AbeKeymasterWe fixed this. An update is coming tomorrow v3.2.1
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 28, 2013 at 19:43 #8873AbeKeymasterSorry about the delay. it will be released l on 30th this month.
With Christmas we delayed it a bit 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.December 31, 2013 at 20:22 #8953AbeKeymasterSorry, Not yet. We tried to include more fixes and got delayed a bit. It will be live on 1st or 2nd of January.
Thanks for understanding
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 2, 2014 at 18:46 #8997troy14ParticipantI am also curious as to the release of this update. Would it be possible to post the updated files so that the combined fixes can be put in place easily?
January 4, 2014 at 09:11 #9073nicholaus1221ParticipantSo for so good with the latest update, will continue to test though.
Nicholaus
January 4, 2014 at 20:11 #9091AbeKeymasterHI, It has been released today.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 4, 2014 at 20:45 #9098AbeKeymasterHi, Update already released and here is the change log https://archived.seventhqueen.com/forums/topic/sweetdate-updates-change-log#reply-9044
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.