Forum Replies Created
-
Author
-
kevcoulterParticipant
In Fact, I under the field “I am / we are” are THREE values – “a Couple”, “a Single Man” AND “A Single Woman” so I need some kind of calculation to add the Man and Woman members together too 🙂
This is a MUST for the site because it needs to distinguish between couples and singles
Thanks
KevkevcoulterParticipantYes, I realised and couldnt see it. I did actually make these changes a few weeks ago. My code is:
[kleo_status_icon type=”total” subtitle=”Members in total”] [kleo_status_icon type=”members_online” subtitle=”Members online”] [kleo_status_icon type=”custom” field=”I am / we are” value=”a Couple” subtitle=”Couples online” image=”http://roomforlove.co.uk/wordpress/wp-content/themes/sweetdate/assets/images/icons/steps/status_01.png”%5D [kleo_status_icon type=”custom” field=”I am / we are” value=”Single” subtitle=”Singles online” image=”http://roomforlove.co.uk/wordpress/wp-content/themes/sweetdate/assets/images/icons/steps/status_singles.png”%5D
You’ll see I had already followed the example from the other thread you sent me to. The field in each case is “I am / we are” and the value is “a Couple” and “Single” – exactly as I have in my Profile Fields back-end. BUT there are still no values showing up. This is the bit I need to have working. Could you pls check to see what’s up with it for me.
many thanks
KevkevcoulterParticipantalso surely if all the admin files are in the subdirectory /wordpress and the error message says:
” 404 not found
http://roomforlove.co.uk/wp-admin/admin-ajax.php ”then what needs to be changed in the code for the function to find http://roomforlove.co.uk/wordpress/wp-admin/admin-ajax.php ??
All my wordpress files sit in the /wordpress subdirectory, but I followed exact instructions online so my index page sits at the root with the following code:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );This is the way for the site not to show the /wordpress in the url.
Again, I don’t think this is the cause of the login problem, just to make you aware what I’ve done.
kevcoulterParticipantwhat I did do was delete these, and then add the BuddyPress Honeypot plugin to fool spam bots into filling out a hidden (to us) field. It seems to be doing the trick. I’ve doubled up with a simple CAPTCHA to for extra protection 🙂
kevcoulterParticipantI have had the same issue. I went on holiday, came back to literally hundreds of spam accounts that didn’t require email verification
kevcoulterParticipantI had this problem before I changed serve – in fact it was highly likely this is what crashed my site in the first place as it was falling over on the site-login.
I transferred the whole site “by the book”, step-by-step from instructions and everything else is working fine (eg, htaccess, permalinks etc). You can even log in from the following link from our generated email:
http://roomforlove.co.uk/membership-account/membership-levels/
If you can’t fix login through the pop-up then I’m happy to redirect to the login page that does work for the time being. I’m going to take another look at the Facebook login through the app as must be missing something!
Please let me know. Thanks
kevcoulterParticipantshould this be physically adjusted in the code to point to /wordpress folder? If so, can you do this please, or tell me exactly how to. thanks
kevcoulterParticipantHi Catalin,
OK, taken a fresh look at the login problem. You said above that you received the error “” 404 not found
http://roomforlove.co.uk/wp-admin/admin-ajax.php ”All my files are within the subfolder “wordpress” hence the admin-ajax.php file is at http://roomforlove.co.uk/wordpress/wp-admin/admin-ajax.php
Is this a fundamental problem with my set up. Should all these files NOT be in the subdirectory??
kevcoulterParticipantYes thank you. What was the problem with this not viewing? I’ve been away on annual leave, so apologies for late reply
kevcoulterParticipantThis file is definitely there. Just checked and also re-uploaded from complete backup. Checked my upload log too. What would you advise at this time please.
kevcoulterParticipantHi Catalin,
Noticed this support thread is now saying Not Resolved? Is that right?
kevcoulterParticipantThanks. Done that. Now info appears correct in registration and Members. So I have:
We are / I am a Couple
Single Man
Single WomanBut I also want to show on home page (I’ll change the icons accordingly) :
Members Couples online Single Women online Single Men online
where currently we have:
Members in total Members online Women online Men onlineHow can this be done please. As mentioned before, it’s more a community meeting site than a dating site, so integral information. I’m open to suggestions 🙂
Thanks
-
AuthorPosts