Forum Replies Created
-
Author
-
December 7, 2015 at 18:01 in reply to: Exchange activity page with profile page and put activity stream as last tab #91689
jazzbuzz
ParticipantI did the trick:
Add this to function.php:
function bbg_change_profile_tab_order() {
global $bp;$bp->bp_nav[‘profile’][‘position’] = 10;
$bp->bp_nav[‘activity’][‘position’] = 60;
$bp->bp_nav[‘friends’][‘position’] = 40;
$bp->bp_nav[‘notifications’][‘position’] = 20;
$bp->bp_nav[‘settings’][‘position’] = 50;
$bp->bp_nav[‘messages’][‘position’] = 30;
}
add_action(‘bp_setup_nav’, ‘bbg_change_profile_tab_order’, 999 );And put this to bp-custom.php (if not existing, add a new file to wp-content/plugins/
<?php
/* define the default Profile component */
define(“BP_DEFAULT_COMPONENT”,”profile”);// Now when you click on a user name link, You will land on Userβs profile not userβs activity page
?>jazzbuzz
ParticipantDid you change the wp-config.php cuz it stores different information.. which is not coming from me..
jazzbuzz
ParticipantHi Radu,
here are the login credentials fpor WP dashboard:
user: support-theme-plugin
PW: 7thQueenThank you for your help
jazzbuzz
ParticipantHi Radu,
I added the pot-file plus .mo and .po where I tried to translate “Remember me” from login screen into “Merken” but it does not work.
My ftp login is:
server: http://www.sportcontacts.de
user: ftp_innotag@sportcontacts.de
pw: Lbsf2208I am familiar with how to translate a theme and did everything else but the login screen does not want to be translated somehow π
Thanks for your help again!
Jasmin
jazzbuzz
ParticipantYes, of course I saw it but I have problems everywhere on the page. For example on http://www.sportcontacts.de/get-connected/
The fields not being in one level, the button is totally screwed up and the text inside the fields as well..
All over the website I have CSS errors..
Please check again.
Thank you
jazzbuzz
ParticipantHi Laura,
it is not a cacheing issue.. It happens over and over again…
Couldnt figure it out until now.
Nobody else has that problem?
jazzbuzz
ParticipantHi Radu,
What exactly is the problem?
Here are my credentials.
Please find login here: http://www.sportcontacts.de/wp-login.php
User: support-theme-plugin
PW: queen7FTP:
server: http://www.sportcontacts.de
user: ftp_innotag@sportcontacts.de
password: Lbsf2208Thank you for your help
jazzbuzz
ParticipantHi Radu,
of course you could not identify the error because I deleted the element from the page.
Please check here: http://www.sportcontacts.de/spendenaufruf-starten-2/ with same credentials from above
Thank you π
jazzbuzz
ParticipantHi Radu,
well this is not a permanent solution for me so I am really looking forward to get the issue fixed soon by your programmers. π
Thank you
jazzbuzz
ParticipantHi there agein,
I think I found what caused the problem. I deleted the alert element, that I had put with visual composer on the page and excahnged it by a normal text link. Now everything is running how it should. Please have a look into this – something is not working properly with that element.
Thank you so much!
jazzbuzz
ParticipantTotally forgot my credentials:
Please find login here: http://www.sportcontacts.de/wp-login.php
User: support-theme-plugin
PW: queen7FTP:
server: http://www.sportcontacts.de
user: ftp_innotag@sportcontacts.de
password: Lbsf2208jazzbuzz
ParticipantAnother example: http://www.sportcontacts.de/members/nutzer/
I set all the colors in theme options so the Add a friend button should be orange but it is showing green. Even if I delete all custom css.
Where is this problem coming from??
Thanks.
jazzbuzz
ParticipantHi Laura,
I am not even sure it happened after the update. I did one automatically in wordpress backend and one by uploading the new files via ftp. Nobody changed CSS because only me is working on the page and I deleted all custom CSS already to see if this would help but it didnt.
Check the button on http://www.sportcontacts.de/marktplatz/ (there is only one) it should show Open Sans Font in smaller size just how I set it up in Theem Options.
I even created a class for that button but the changes are not made. Please check with the login credentials I gave you.
As well I installed everything from ground up and it looks just like your demo theme then but as soon as I import pages to the new installation it is messed up again. I do not see any logic here π
Thank you.
jazzbuzz
ParticipantPlease find my page here: http://www.sportcontacts.de
User: support-theme-plugin
PW: queen7Thank you
-
AuthorPosts