This topic has 55 replies, 3 voices, and was last updated 10 years by Radu.

  • Author
  • #91693
     wd7080
    Participant

    Avada is temporary, I am not using it because it’s slow, I deleted/uploading the theme again and I will update you

    #91699
     wd7080
    Participant

    @radu

    This is not a bug, I simply deleted and uploaded the theme again. Sorry for the false alarm.

    #97710
     wd7080
    Participant

    Hi 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

    #97782
     Radu
    Moderator

    Hi,

    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 solution
    #97817
     wd7080
    Participant

    Make 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.

    #97824
     Radu
    Moderator

    Hi,

    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 solution
    #97827
     wd7080
    Participant

    @radu

    I created a new one:
    Host: radu.75cpa.com
    username: radu@75cpa.com
    password: DetachAwareFondCandor98
    port: 21

    Regular FTP

    #97843
     wd7080
    Participant

    @radu

    Another 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.

    #97845
     wd7080
    Participant

    Were you able to connect with the credentials I provided to you?

    #97979
     Radu
    Moderator

    Hi,

    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 solution
    #98170
     wd7080
    Participant

    @radu

    Contacted the hosting and the below should work, it worked for me:
    FTP Host: http://ftp.75cpa.com
    username: radu@75cpa.com
    password: DetachAwareFondCandor98
    port: 21

    Please make sure that you go to cpachess.com directory in the listed directories.

    Thanks

    #98171
     wd7080
    Participant

    Please make sure that you enter the host name as: http://ftp.75cpa.com
    Without http://

    Thanks

    #98172
     wd7080
    Participant

    @radu
    I keep getting it in html format when I post here, just put it this way: http://ftp.75cpa.com

    #98276
     Radu
    Moderator

    Hi,

    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 solution
    #98362
     wd7080
    Participant

    @radu

    I 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.

    #98513
     Radu
    Moderator

    Great !

    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
Viewing 16 posts - 41 through 56 (of 56 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?