Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Member Swap › Updating the lay-out of the Swiping pages
- This topic has 36 replies, 2 voices, and was last updated 3 years, 2 months ago by
Manathan.
-
AuthorPosts
-
René WappiezParticipant@wappiez
- 106 Topics
- 352 Posts
Hi
I was just wondering if you could give me an update about when you think the lay-out will be updated on the members swiping pages?
Thx
July 5, 2021 at 11:09 #33262@themodactyl- 0 Topics
- 6719 Posts
Hi René,
Of course. 🙂
The next update is currently in development and will be tested very soon. Once this version is fully checked, we will release it.
Be sure we’re doing our best. We thank you for your patience. 🙏🏼
Cheers,
July 6, 2021 at 13:48 #33308René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
😀 It’s just that I’m about to go live. Would be great if those pages are updated. The site would feel finished, if you know what I mean.
July 8, 2021 at 11:40 #33337@themodactyl- 0 Topics
- 6719 Posts
I completely understand René. 🙂
If all goes well, this version should be available within one to two weeks. However, we can’t assure you that this deadline will be respected because we have a lot of things to work on and it will depend on the potential bugs we will have to fix before this release.
If you are in a hurry, we can send you the beta version. Please note that this version could cause several potential problems on your website, as it has not been tested yet. However, this will allow you to test it as well and report any potential issues to us, or to put your site online if everything works on your side.
Best,
July 8, 2021 at 13:11 #33338René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Oh cool. Yeah sure, I have a test site running. Will put it on there.
July 9, 2021 at 09:25 #33362René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
This reply has been marked as private.July 9, 2021 at 13:05 #33373René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
This reply has been marked as private.July 10, 2021 at 11:06 #33386@themodactyl- 0 Topics
- 6719 Posts
Thank you for your patience René.
Waiting the update, simply add the following code snippet to your website:
/** * BP Member Swipe comptibility : Remove after Grimlock for BP next update */ .bp-card-list .bp-card-list__item .action, .bp-member-swipe-list .bp-member-swipe-list__item .action { position: absolute; top: -3.5em; left: 0; right: auto; } .bp-member-swipe-list { --bp-member-swipe-card-avatar-width: 100%; --bp-member-swipe-card-avatar-height: auto; --bp-member-swipe-card-avatar-border-radius: 0; --bp-member-swipe-card-online-state-position-y: calc(100% - 20px); --bp-member-swipe-card-online-state-position-x: 15px; } .bp-member-swipe-card { -webkit-transform: none !important; transform: none !important; } .bp-member-swipe-card .bp-member-swipe-card__body { position: relative; z-index: 0; } .bp-member-swipe-card .bp-member-swipe-card__body:before, .bp-member-swipe-card .bp-member-swipe-card__body:after { content: ''; position: absolute; top: -55px; left: 0; display: block; width: 100%; height: 85px; background-color: #fff; box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.05); -webkit-transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2); transform: rotate(-6deg) translate3d(0, 34px, 0) scale(1.2); -webkit-transform-origin: center center; transform-origin: center center; z-index: -1; pointer-events: none; transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); } .bp-member-swipe-card .bp-member-swipe-card__body:after { top: -62px; z-index: -2; } .bp-member-swipe-card .bp-member-swipe-card__avatar { padding: 0; } .bp-member-swipe-card .bp-member-swipe-card__avatar img { max-width: none !important; margin-top: 0; } @media (min-width: 768px) { .bp-member-swipe-card:hover .bp-member-swipe-card__body:before { -webkit-transform: rotate(0) translate3d(0, 24px, 0) scale(1) !important; transform: rotate(0) translate3d(0, 24px, 0) scale(1) !important; } .bp-member-swipe-card:hover .bp-member-swipe-card__body:after { -webkit-transform: rotate(-8deg) translate3d(0, 34px, 0) scale(1.3) !important; transform: rotate(-8deg) translate3d(0, 34px, 0) scale(1.3) !important; } } #buddypress ul#members-list.bp-member-swipe-list.card-stack-wrapper { --matchpress-card-stack-height: clamp(450px, 25vw, 450px); } #buddypress ul#members-list.bp-member-swipe-list.card-stack-wrapper div.action > div > a { width: 55px; height: 55px; position: relative; top: -13px; } #buddypress ul#members-list.bp-member-swipe-list.card-stack-wrapper div.action > div > a:before { font-size: 30px !important; } #buddypress ul#members-list.bp-member-swipe-list .hmk-trigger-match { display: none !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Regards,
July 12, 2021 at 11:22 #33411René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Thx, it looks a lot better now. However, would it be possible to hide the title and add a background, like you have on your template?
July 12, 2021 at 12:38 #33414@themodactyl- 0 Topics
- 6719 Posts
Hi René,
The header shouldn’t be displayed. My best guess is that this issue is related to a conflicting third party plugin. However, to change this, simply add the following code snippet to your website:
/** * Hide title on swipe */ .page-template-template-minimal .site-content .grimlock--page-header{ display:none; }
Concerning the background, it will be soon added with the next update. 🙂
Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
Regards,
July 13, 2021 at 09:19 #33423René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Worked thanks. So, just to be clear. I need to manually remove the code before or after the coming Grimlock update?
July 13, 2021 at 11:54 #33434René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Oh, and what also would be a good option if the page would remember the last person that was swiped. Otherwise you will always start with the same person.
July 13, 2021 at 13:28 #33435@themodactyl- 0 Topics
- 6719 Posts
Hi René,
You’re welcome.
You’ll have to remove the code just after updating the theme. Be sure we’ll be back to you as soon as the update is available.
Thank you for your request. Please be aware that our team is actually working on a pro version of member swipe with new functionalities. Since this feature seems important to you, I’ll be back to you when our new plugin is launched. 😉
Best,
July 14, 2021 at 07:40 #33442René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Awesome, sounds great.
July 14, 2021 at 10:25 #33454René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Hows the new member Swipe pro version coming along?
About the swiping. Currently it seems some profiles are being shown twice when swiping: https://wappiez.com/vrouwen-swipen/
That doesn’t seem right?
August 26, 2021 at 13:40 #34648@themodactyl- 0 Topics
- 6719 Posts
Hi René, 🙂
We released the pro version yesterday. The pro version is called MatchPress. You can take a look here: matchpress.me.
You shouldn’t see the profiles twice. In that case, it’s best if we take a quick look as we can’t reproduce this with our demo.
Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
August 27, 2021 at 09:34 #34663René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
This reply has been marked as private.August 27, 2021 at 10:13 #34665René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
Great news about the new release. Congrats. I just tried to buy it but I need to register and the register page is not loading. Could you have a look?
August 27, 2021 at 10:14 #34666@themodactyl- 0 Topics
- 6719 Posts
Hi René,
Thank you. We hope this plugin will suits your needs! 😊
To buy it, you have to make it through the pricing page: matchpress.me/pricing.
Thank you for granting us access to your WP Admin. We will investigate further to find from where this issue is coming from.
We will be back to you ASAP.
Thank you for your patience.
Regards,
August 27, 2021 at 10:22 #34668René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
I can’t it’s not working, cause I need to login. To login, I need to register. And the registering page is not loading.
August 27, 2021 at 10:26 #34671René WappiezParticipant@wappiez- 106 Topics
- 352 Posts
This reply has been marked as private.August 27, 2021 at 16:11 #34683 -
AuthorPosts
The topic ‘Updating the lay-out of the Swiping pages’ is closed to new replies.