This topic has 9 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #98464
     reikidome
    Participant

    When a user creates a group in sweetdate theme and moves to invite tab the pages shows error:

    Are you sure you want to do this?

    Please try again.

    Please let me know how I can resolve this issue. Thank you. Alex.

    #98696
     Radu
    Moderator

    Hi,

    First please enable wp_debug – https://codex.wordpress.org/WP_DEBUG then look for displayed specific errors and paste it here.

    This error can be caused by one of the plugins, i suggest you to disable all plugins excluding the plugins that has comes with the theme like buddypress rt media etc

    Let me know

    Cheers

    Radu

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

    I tried to disable most plugins, but no help. Please provide more info. on the section where I have to enable debug since I could not find it. Also, let me know how can I change the footer copyright @ text in this theme. Thank you. Alex.

    #99115
     Radu
    Moderator

    Hi the text from the footer can be edited with this function, add this snippet to wp-content/themes/sweetdate-child/functions.php . NOTE : Sweet Child Theme needs to be activated.

    COPY CODE
    
    if(!function_exists('kleo_copyright_text')):
    function kleo_copyright_text() {
    
        echo 'Bla';
    
    }
    add_action('kleo_footer_text','kleo_copyright_text');
    endif;
    

    Regarding to the group creation problem, please provide admin credentials to take a look.

    Cheers

    Radu

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

    I don’t remember activating sweet child theme since I am using sweet date regular theme. will it change other settings if I activate the child theme? What is child theme?

    #99195
     reikidome
    Participant

    please take a look at group creation last steps using the admin for my website:
    http://www.reikiexchange.com
    user: reikiexchange
    pass: exchange123

    thank you.

    #99221
     reikidome
    Participant

    Please check if you can create a forum too as an end user from the main menu since you have login info. Thx.

    #99315
     Radu
    Moderator

    Hi,

    Yes it will overwrite the settings that you have made in Theme options but you can save theme settings from parent theme and then you can import settings in child theme from wp-admin -> theme options -> import/export -> show exported text -> save in a notepad on your computer that content and after you activate child theme go to same place (wp-admin -> theme options -> import/export ->) and press Import from text button there you will need to paste settings.

    I’ve pasted properly the function into your kleo-child/functions.php now you can replace BLA with your desired text.

    The forums can be created from here : http://www.reikiexchange.com/wp-admin/edit.php?post_type=forum

    An user is not able to create forum from profile ( http://www.reikiexchange.com/members/reikiexchange/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
    #99319
     reikidome
    Participant

    I was able to update the footer. Please let me know if you have been able to figure out the problem with group creation which stops on the 7. Invites step.

    #99333
     Radu
    Moderator

    Please follow this answer https://archived.seventhqueen.com/forums/topic/group-creation-problem/#post-96619

    Let me know

    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 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?