-
Author
-
January 14, 2016 at 10:06 #98464reikidomeParticipant
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 let me know how I can resolve this issue. Thank you. Alex.
January 15, 2016 at 15:34 #98696RaduModeratorHi,
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 solutionJanuary 17, 2016 at 19:57 #98962reikidomeParticipantI 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.
January 18, 2016 at 17:23 #99115RaduModeratorHi 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 CODEif(!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 solutionJanuary 18, 2016 at 20:40 #99191reikidomeParticipantI 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?
January 18, 2016 at 21:12 #99195reikidomeParticipantplease take a look at group creation last steps using the admin for my website:
http://www.reikiexchange.com
user: reikiexchange
pass: exchange123thank you.
January 19, 2016 at 00:22 #99221reikidomeParticipantPlease check if you can create a forum too as an end user from the main menu since you have login info. Thx.
January 19, 2016 at 17:06 #99315RaduModeratorHi,
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 solutionJanuary 19, 2016 at 17:27 #99319reikidomeParticipantI 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.
January 19, 2016 at 18:02 #99333RaduModeratorPlease 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 -
AuthorPosts
You must be logged in to reply to this topic.