-
Author
-
December 7, 2015 at 18:04 #91693
wd7080
ParticipantAvada is temporary, I am not using it because it’s slow, I deleted/uploading the theme again and I will update you
December 7, 2015 at 18:25 #91699wd7080
ParticipantThis is not a bug, I simply deleted and uploaded the theme again. Sorry for the false alarm.
January 11, 2016 at 11:35 #97710wd7080
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 11, 2016 at 16:34 #97782Radu
ModeratorHi,
I’m unable to login to ftp, but the function that i have provided you it works, anyway i’ve added priority ‘1’ parameter to the add_action function.
COPY CODE// Redirect registration page function MyRedirect() { if(is_page('register')) { wp_redirect( 'http://cpachess.com/register/', 301 ); exit; } } add_action('template_redirect','MyRedirect', '1');Please paste this code instead the old code and make sure that the Kleo Child is activated.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 11, 2016 at 18:18 #97817wd7080
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.
January 11, 2016 at 18:43 #97824Radu
ModeratorHi,
Unable to connect, please specify Port and protocol.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 11, 2016 at 18:55 #97827wd7080
ParticipantI created a new one:
Host: radu.75cpa.com
username: radu@75cpa.com
password: DetachAwareFondCandor98
port: 21Regular FTP
January 11, 2016 at 19:41 #97843wd7080
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.
January 11, 2016 at 19:46 #97845wd7080
ParticipantWere you able to connect with the credentials I provided to you?
January 12, 2016 at 15:38 #97979Radu
ModeratorHi,
Unable to connect, you are able to connect with these ftp login details ?
Regarding to 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.
Please open a ticket on wordpress or buddypress forums.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 12, 2016 at 23:33 #98170wd7080
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
January 12, 2016 at 23:35 #98171wd7080
ParticipantPlease make sure that you enter the host name as: http://ftp.75cpa.com
Without http://Thanks
January 12, 2016 at 23:36 #98172wd7080
Participant@radu
I keep getting it in html format when I post here, just put it this way: http://ftp.75cpa.comJanuary 13, 2016 at 16:18 #98276Radu
ModeratorHi,
Yes i was able to connect, but i don’t know why the code is not running, i suggest you to use a plugin similar to this : https://wordpress.org/plugins/quick-pagepost-redirect-plugin/screenshots/ cuz i spend to much time on debugging and this is not a kleo related problem.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 13, 2016 at 20:59 #98362wd7080
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.
January 14, 2016 at 14:41 #98513Radu
ModeratorGreat !
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.