This topic has 25 replies, 7 voices, and was last updated 10 years by Abe.

  • Author
  • #7985
     nicholaus1221
    Participant

    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,
    Nicholaus

    #8072
     Abe
    Keymaster

    Hi, 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.

    #8448
     nicholaus1221
    Participant

    Hi 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,
    Nicholaus

    #8452
     SQadmin
    Keymaster

    Hi 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,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #8536
     nicholaus1221
    Participant

    Hey Robert,

    Sounds good, thank you for your help.

    Nicholaus

    #8539
     iulianolaru
    Participant

    What about the white space caused by the plugin Buddypress Wall .. i have the same issue and i can’t seem to figure this out.

    #8559
     SQadmin
    Keymaster

    Hi 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,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #8561
     Abe
    Keymaster

    We 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.

    #8573
     Abe
    Keymaster

    Addd this to sweetdate-child/functions.php

    COPY CODE
    
    add_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.

    #8576
     airsidworld
    Participant

    Hi,
    Yes notifications page template is not working. Until the update, is there a way to access or regulate users notifications ?

    #8632
     Abe
    Keymaster

    Disable 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.

    #8633
     Abe
    Keymaster

    Hi, 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.

    #8638
     airsidworld
    Participant

    Hi,
    Thanks i’ll do that waiting from the buddypress core team the new update.

    Here is a link to show what’s happening.

    #8705
     airsidworld
    Participant

    Hi,
    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.

    #8731
     Abe
    Keymaster

    Yes 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.

    #8732
     Abe
    Keymaster

    We 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.

    #8736
     airsidworld
    Participant

    So quick, so nice ! Thanks Abe

    #8872
     airsidworld
    Participant

    Hi,
    Any news about the update ?

    #8873
     Abe
    Keymaster

    Sorry 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.

    #8922
     escort
    Participant

    Wonder If the update is ready now? THANKS!

    #8953
     Abe
    Keymaster

    Sorry, 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.

    #8997
     troy14
    Participant

    I 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?

    #9051
     escort
    Participant

    Any GOOD NEWS about the update…?

    #9073
     nicholaus1221
    Participant

    So for so good with the latest update, will continue to test though.

    Nicholaus

    #9091
     Abe
    Keymaster

    HI, 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.

    #9098
     Abe
    Keymaster

    Hi, 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.

Viewing 26 posts - 1 through 26 (of 26 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?