This topic has 6 replies, 2 voices, and was last updated 10 years by mpitka.

  • Author
  • #7960
     mpitka
    Participant

    Hi!

    Since updated to v. 2.3. both my layout and functionality has got very wrong. Few problems here:

    “my account” -link has got wrong”
    “Information” -boxes of user pages has dissapeared
    “Mini-info” in profiles -page has disappeared.

    Here’s screenshots: https://www.dropbox.com/s/r4k5pd9e9z0q7lz/v2.3.png

    Many language strings dissapeared, many custom edits… also dissapeared. I mean VERY much of custom work, all gone.

    And one big question. Now we have a new language file. How can I import my existing po-file strings to it? It has took my huge amount time and I’m not going to do it again from scratch.

    Sincerely,
    Miikka

    #7961
     mpitka
    Participant

    Sorry, many problems was because I forgot to activate child theme after update. But still the biggest issues are this new language -file and this “profile”-button, which is two-lined.

    And also, is it possible to go back to old profile button. I think it was better.

    #8026
     Abe
    Keymaster

    Hi, After the update,your initial translation language file located in sweetdate/languages got deleted. You should take the one from the backup you made and put it back in the languages folder.

    About the two-lined button you should give us a link because it should not happen that. Try deleting your browser cache.
    To revert to the old one you can take the section “Login buttons” from the header.php in last version and replace the new section

    Cheers

    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.

    #8054
     mpitka
    Participant

    Hi!

    You were right. Language files was the problem. Two-lined button works great with Firefox and Chrome, but not with Safari. I don’t know how does it behave with IE….

    #8055
     mpitka
    Participant

    Yeah and one more thing regarding this subject. How can I remove this “activity stream” from this profile menu? I have disabled it from my profile fields already, so it does not even work (404)

    #8234
     Abe
    Keymaster

    Hi,
    This code added to sweetdate-child/functions.php removes that link from the menu

    COPY CODE
    
    add_filter('header_profile_dropdown','remove_activity_submenu');
    function remove_activity_submenu($menu) {
    	unset($menu['activity']);
    	return $menu;
    }
    

    You should just have removed the activity component if you don;t need it. 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.

    #8255
     mpitka
    Participant

    That works fine. Thank you!

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

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

Log in with your credentials

Forgot your details?