This topic has 14 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #193418
     spocar
    Participant

    Hello team. I recently started working in my register page, but when I click on view page in my dashboard it redirects me to my home page and no to the register page. in my buddy press I have the page linked to the register option and still doesn’t take me to my register page, any ideas why? Thank you so much team in advance

    #193464
     Radu
    Moderator

    Hi,

    In first place make sure you have latest theme version and latest plugins updated.
    Try to switch all plugins and child theme off then reproduce again that see if it works or nor.
    If still not works with child theme and plugins off enable wp_debug and reproduce again the action.

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #193640
     spocar
    Participant

    Hello Radu. Thank you so much for your help. I was able to link the registration page now to the main page register button. I jsut have a little problem with the page, I would like it to have full width page without the side bar, I tried to go to pages – register then template option full width page , no side bar, but my page still with the side bar. Thank you so much in advance

    Attachments:
    You must be logged in to view attached files.
    #193643
     spocar
    Participant

    Here are the options that the page gives me

    Attachments:
    You must be logged in to view attached files.
    #193794
     Radu
    Moderator

    Hi,

    I’ve added for you those css rules in wp-admin -> theme options -> styling options -> quick css it’s full width right now

    COPY CODE
    
    .register aside.four.columns {
        display: none;
    }
    
    .register div#main-content {
        width: 100%;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #193832
     spocar
    Participant

    Thank you so much radu. You guys are the best.

    #193893
     Radu
    Moderator

    You’re welcome
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #202658
     strandcreative
    Participant

    my register / search button is redirecting to my home page please help. i have enabled the logos and get this error on the home page form…

    Undefined offset: 97 in /home/andrew37/public_html/development/dating/wp-content/plugins/bp-profile-search/bps-templates47.php on line 20

    i have the shortcode enabled on the register page – [kleo_register_form profiles=1 title=”Create an Account” details=”Registering for this site is easy, just fill in the fields below and we will get a new account set up for you in no time.”]

    thanks

    Attachments:
    You must be logged in to view attached files.
    #202912
     Radu
    Moderator

    Hi,

    If you have wp_debug true set it false from using FTP client in wp-config.php file. It will stop displaying notices.

    Make sure to have all plugins and the theme updated.
    Try to disable child theme.
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #202972
     strandcreative
    Participant

    thanks i have done this however the search still doesn’t work on the home page it just redirects back to the home page. attached is the home page search i am using. also the members dont show in the white box underneath the blue search box. please help

    Attachments:
    You must be logged in to view attached files.
    #203060
     Radu
    Moderator

    Hi,
    I see maybe the buddypress pages are not assigned in wp-admin -> settings -> buddypress -> pages…

    Or it may be related to the next issue

    I had just opened the website and it stays in loading and it displays like that, that meaning the plugin files are missing!

    Maybe there are missing other files also, i recommend you to re-install majority of the plugins and to re-upload the theme files again.

    You get the same even you are using other theme right ?

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #203364
     strandcreative
    Participant

    Hi,
    My site is https://strandcreative.com/development/dating/ I do not have any errors I have just updated all plugins and theme files too. My buddypress pages are also set up in the settings. Please can I give you WP access so you can test yourself?

    Thanks

    #203478
     Radu
    Moderator

    Hi,

    Sorry for the confusion

    1. I was able to register

    2. The member carousel from the homepage form it’s displayed

    You can provide to me the credentials to can see how the search behaves.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #203557
     strandcreative
    Participant
    This reply has been set as private.
    #203669
     Radu
    Moderator

    Hi,

    For me they are displayed by default without doing something special, as it should.

    On you maybe it’s caused by some browser extension ? if you are using other browser it’s displayed ?

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?