Forum Replies Created
-
Author
-
wd7080
ParticipantI am not sure what is the reason for this. The above link says this: “We couldn’t find that plugin. Maybe you were looking for one of these?”
What a luck? It might have been deleted. One exit door is the .htaccess.
You were always helpful.
wd7080
Participant@radu
I keep getting it in html format when I post here, just put it this way: http://ftp.75cpa.comwd7080
ParticipantPlease make sure that you enter the host name as: http://ftp.75cpa.com
Without http://Thanks
wd7080
ParticipantContacted the hosting and the below should work, it worked for me:
FTP Host: http://ftp.75cpa.com
username: radu@75cpa.com
password: DetachAwareFondCandor98
port: 21Please make sure that you go to cpachess.com directory in the listed directories.
Thanks
wd7080
ParticipantAnother thing that might be linked to the above is this:
I use buddypress Version 2.4.3, BBpress Version 2.5.8 and wordpress version Version 4.4.1 on wordpress multisite.
Buddypress and BBpress are not network activate. I can not find buddypress admin menu neither on site admin nor in network admin.
wd7080
ParticipantI created a new one:
Host: radu.75cpa.com
username: radu@75cpa.com
password: DetachAwareFondCandor98
port: 21Regular FTP
wd7080
Participantwd7080
ParticipantMake sure that you clear the cash and cookie on your PC to see the right behavior. I used the above code and it’s not working.
Here you go:
FTP Host: kleo.75cpa.com
FTP Username: kleo@75cpa.com
FTP Password: KleoTheme@12
(K&T are uppercase in the password)I tested the above credentials and it’s working. Can you please confirm? If not, I will create a new one. Just let me know.
wd7080
ParticipantHi Radu
I have the same issue again regarding the redirection from “http://community.cpachess.com/register/” to http://cpachess.com/register/
I am using the same snippet in functions.php and it’s not working. You have an access to my FTP. I have the code there:
COPY CODE// Redirect registration page function MyRedirect() { if(is_page('register')) { wp_redirect( 'http://cpachess.com/register/', 301 ); exit; } } add_action('template_redirect','MyRedirect');This happened after I tried activating kleo menu (login/ register). The code is no longer working here. Can you please check what went wrong?
Thanks @radu
January 6, 2016 at 02:14 in reply to: Buddypress login widget redirects directly to the home page #96540wd7080
ParticipantCould you please check: http://community.75cpa.com/
You will see the login widget. In the password field, the width must be 100%. I used this to fix it:
.bbp-login-form .bbp-password input {
width:100% !important;
}Please fix this in the theme itself.
Take care
January 6, 2016 at 02:11 in reply to: Buddypress login widget redirects directly to the home page #96539wd7080
ParticipantI found a solution for this which is using the BBpress login widget which will redirect users to the same page when they login. BBpress widget is better than buddypress but the reason I stopped using it is that I had a styles issue with it.
wd7080
Participantwd7080
ParticipantAdding such links to the menu causes issues in the menu if users are logged out but works perfectly if users are logged in. When users are logged out, these styles such as ##profile_link##/forums/favorites etc .. creates shadow box when users are logged out and hover over the menu.
See it in action. Please visit my demo site: http://community.cpachess.com/
Please hover over the menu (groups and forums) and see how does these styles look like when users are logged out.
wd7080
ParticipantYou must be logged in as a user to see this. Please visit:
http://community.75cpa.com/forums/topic/the-alumni-of-2016-q1/
Please use:
Username: Jennifer
Password: 1234scroll down. Please look at: Reply To: The Alumni of 2016 (Q1) box and you will see this error. Me as an admin don’t see it but as a user I see it.
Thanks for your help
wd7080
Participantadd this to your child theme functions.php
COPY CODEfunction jessicana_redirect_page( $redirect_to, $request, $user ) { $redirect_to = bp_core_get_user_domain($user->ID) . 'profile/'; return $redirect_to; } add_filter('login_redirect', 'jessicana_redirect_page', 11, 3);and you will get users redirected to their profile page.
wd7080
ParticipantThanks. Do I have to add this to my permanent CSS or it will be added to the theme next release?
wd7080
ParticipantSure.
Please visit community.75cpa.com
Username and password is: kleo (all are lowercase). By the way, if you see my forums, you will understand why I am asking for navigation menu for forums in other ticket.
This is a private reply, please don’t disclose the site URL.
Many thanks for you
wd7080
ParticipantHi,
Actually you have this navigation above which is “Navigation menu for forums”. How can I get one like this?
wd7080
ParticipantUsers navigate back to forums to make a post in specific topic, in this way they can see the navigation
wd7080
ParticipantThis is not a bug, I simply deleted and uploaded the theme again. Sorry for the false alarm.
wd7080
ParticipantAvada is temporary, I am not using it because it’s slow, I deleted/uploading the theme again and I will update you
wd7080
Participant@radu
This is important!
Another issue that I am not sure if it’s coming from kleo theme or not is the groups. When a member joins a group there is no post button!!
Please login as an admin to my website and try to post a comment here:
http://community.cpachess.com/groups/online-scores/There is no post button. See the attached picture.
wd7080
ParticipantThis functions’ code redirects to the home page and it doesn’t redirect to the page where users chose to login:
COPY CODEfunction wpse125952_redirect_to_request( $redirect_to, $request, $user ){ // instead of using $redirect_to we're redirecting back to $request return $request; } add_filter('login_redirect', 'wpse125952_redirect_to_request', 10, 3);wd7080
ParticipantListen, this might be a theme bug or buddypress bug, when you go to profile> Change Profile Photo you must see two options which are:
1. Upload
2. Take PhotoFor some reason, take a photo only appears on google chrome while only upload appears on IE11. See the picture attached. Please check your self and let me know.
wd7080
ParticipantThank you.
By the way, I am not using kleo log in/ log out and register. I am using default buddypress/wordpress. I want users to be redirected to the same page where they come from. How to do this?Currently they are redirected to the homepage
Many thanks in advance
wd7080
ParticipantIt works now!!
I CAN NOT THANK YOU ENOUGH FOR YOUR SUPPORT!!
EXCELLENT.. Definitely five stars!
wd7080
ParticipantHi
It works but it takes time to get reflected online.
By the way, if I want to redirect http://community.cpachess.com/register/ to http://cpachess.com/register/ using .htaccess. What shall I use?
I researched the whole internet but nothing worked.
Thanks .. TOO MUCH!
wd7080
ParticipantI would be glad if you check: http://community.cpachess.com/register/
I have deleted the text “Registering for this site is easy. Just fill in the fields below, and we\’ll get a new account set up for you in no time.” but I still can see it. Do we have to add anything in functions.php?
This is what I have done:
1. I created a folder in my child theme directory under the name buddypress.
2. Created members’ page inside buddypress directory
3. Customized/deleted the text in register.php which is located inside memebrs’ directory. I still see the same text. Please advice.wd7080
ParticipantThe footer is black and it should be white. The footer reads the homepage styles which I customized instead of having independent styles.
Please refer to this post:
https://archived.seventhqueen.com/forums/topic/buddypress-groups-stylesPlease delete my URL from the above post because I mark my replies to you with the URL as private and your reply is public. I don’t want to disclose my URL.
wd7080
ParticipantHi
@Radu
This issue has not been fixed. Could you please confirm?Check this please:
http://community.cpachess.com/groups/online-scores/Thanks
-
AuthorPosts