-
Author
-
December 9, 2013 at 15:39 #7960mpitkaParticipant
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,
MiikkaDecember 9, 2013 at 15:48 #7961mpitkaParticipantSorry, 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.
December 10, 2013 at 00:57 #8026AbeKeymasterHi, 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 sectionCheers
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 10, 2013 at 11:12 #8054mpitkaParticipantHi!
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….
December 10, 2013 at 11:13 #8055mpitkaParticipantYeah 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)
December 14, 2013 at 02:10 #8234AbeKeymasterHi,
This code added to sweetdate-child/functions.php removes that link from the menuCOPY CODEadd_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. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.