Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

Updating the lay-out of the Swiping pages

This topic is resolved
Viewing 25 posts - 1 through 25 (of 37 total)
  • Author
    Posts
  • René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    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

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    😀 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.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    Oh cool. Yeah sure, I have a test site running. Will put it on there.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl
    This reply has been marked as private.
    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez
    This reply has been marked as private.
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    We do not keep this kind of information. Can you generate a new password please? 🙂

    Best,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez
    This reply has been marked as private.
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    Thank you for granting us access to your WP Admin René. We will be back to you ASAP. 🙂

    Thank you for your patience.

    Regards,

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    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?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    Worked thanks. So, just to be clear. I need to manually remove the code before or after the coming Grimlock update?

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    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.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    Awesome, sounds great.

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    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?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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.

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez
    This reply has been marked as private.
    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    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?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl

    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,

    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez

    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.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6290 Posts
    @themodactyl
    This reply has been marked as private.
    René Wappiez
    Participant
    • 106 Topics
    • 352 Posts
    @wappiez
    This reply has been marked as private.
Viewing 25 posts - 1 through 25 (of 37 total)

The topic ‘Updating the lay-out of the Swiping pages’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site