Forum Replies Created
-
Author
-
MTGParticipant
Hi Laura,
Our developpers fixed this problem last night.
In fact, we have removed many sploggers who had registered but WordPress does not erase all the data, so that all the deleted sploggers were no longer visible in the search but still existed which resulted in empty spaces.
We cleaned the database and it is back to normal.
We also installed Wangguard which itself erases all user data in the database when you delete it.
Bye
MTGParticipantHi,
I finally resolved my problem. I was stupid, I changed settings in bp-core-avatars file.
Bye
MTGParticipantHi Laura, finally I choosed Arrowchat, and your code works fine.
This code is to put in the header and in th footer.
Thank’s for the help.
Bye
MTGParticipantHi Laura, in fact, I wish unregistered members are encouraged to register when they go on a profile. Just a popup with a text message saying : To contact this member, you must be registered. To register, click here.
The popup could be closed and would appear after 3 or 5 seconds.
The registered members, that’s ok but if that could encourage them to take a paid membership, that would be great.
Thank’s
MTGParticipantHi Abe,
It doesn’t work. When I put this code in functions.php, in sweetdate child, I have a white screen in the site.
MTGParticipantHi Abe, it doesn’t work and you broke my website !!!! The custom css in the admin panel has disappeared !!!!
MTGParticipantHi Laura, I tried what you told me to do with a new install of the theme, but it doesn’t work, see the file attached.
Is there any solution to resolve my problem ?
Thank’s.
Attachments:
You must be logged in to view attached files.MTGParticipantI tried te desactivate all plugins but it doesn’t work, the plugins still activated are :
BBpress
BuddyPress
Paid Memberships Pro
Revolution Slider
WooCommerceHow can I do ?
MTGParticipantI will try, you used this code or You made changes above?
add_action( ‘template_redirect’, function() {
if ( is_user_logged_in() || ! is_page() ) return;
$restricted = array( 250, 253 ); // all your restricted pages id
if ( in_array( get_queried_object_id(), $restricted ) ) {
wp_redirect( site_url( ‘/register’ ) );
exit();
}Thank’s
});
MTGParticipantCan you give me your ip address to allow it for the FTP. And can you tell me which files you will have modified.
Thank’s.
MTGParticipantHi Laura, sorry but it doesn’t work, i’m still going to the memberships page levels if i’m not registered and not the register page 🙁
MTGParticipantHi Laura, thank’s.
The problem is that The problem is that I can not redirect users not registered on the registration page, they are automatically redirected to the memberships levels page.
However, I would like that customers who are not registered to be redirected to the registration page, and then either redirected to the memberships levels page. I don’t know how to configure it.
thank you
MTGParticipantFor my problem, I had to remove a display block in the foundation-nonresponsive css.
Sorry but I don’t remember which line it was. With Firebug, I think you find it.
Bye
MTGParticipantHi Catalin,
sorry for the late reply. I fixed the prblème via CSS. Everything is ok now.
Thank’s
Bye
MTGParticipantHi Catalin, can you please give me your ip address, I need to fix this problem before to put online my website.
Thank’s a lot.
MTGParticipantHi,
I suggest to import members with their photos and coverage extended by csv or other file.
BuddyPress Member Import plugin works but can not import photos posted by members or their activities.
MTGParticipantThank’s Catalin,
I tried Skysa App Bar Integration and it works fine.
Could you see the problem on the mobile menu : https://archived.seventhqueen.com/forums/topic/mobile-menu-not-working
Thank’s.
Bye.
MTGParticipantHello Catalin, I have the same problem.
Have you found a solution to fix the problem?
The link of my test website : http://devsite.directetsanstabou.fr/cougars/
Thank’s.
MTGParticipantOk, thank’s Catalin,
Otherwise, do you have any news about the update for the profile field visibility : https://archived.seventhqueen.com/forums/topic/profile-field-visibility ?
Thank’s
Bye.
-
AuthorPosts