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.

Carsten

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 31 total)
  • Author
    Posts
  • Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    It certainly did the trick. Thanks…
    Let’s mark this topic, as resolved! 🙂

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    Regarding the nav issues: I have tried to remove the background-color on the mobile/ipad – header-navbar. But I can’t seem to find the item to edit! See picture!

    Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    I understand and thanks. 🙂

    The register page looks okay now. I minimized it, by removing unnecessary text and space..etc. See picture:

    Mobile/ipad issue:
    1. This issue is only on the profile page and shows on ipad and mobile view.
    2. I use google and edge. No issue on live mobile view (my phone or Iphone). A far as I can see.
    When I edit CSS in the selector on wordpress. It shows different on my mobile view. Than is does on wordpress mobile view.
    So I can’t really use that option to edit!
    3. Same issue on my testing server.
    2. I have deactivated all plugins. Except buddypress. But the issues is still there.
    3. When I deactivate all plugins, the gap gets bigger!
    4. When I use the boxed layout in the global settings, it disappears!
    5. When I install another theme, it disappears.
    6. So it seems to be related to the theme.

    Wishlist:
    1. The Buddypress Nouveau templates? I can’t set it, in buddypress settings! Why?
    2. I still have an Issue with the logo size on wordpress login!
    3. Icons on the profile picture. I want it show at least 5 icons. Before the drop down menu shows! Thanks.

    Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    Just discovered a new problem!

    Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    Sorry for the delay. I have successfully updated all your plugins and fixed most styling issues myself.
    And I have decided not to install a child theme, after several failed attempts. 🙂

    I have removed the rtmedia plugin, which causes many viewing issues. Especially on the mobile view.
    And installed Mediapress instead. Which works much better, with your theme. Nice viewing on the mobile and with a few style changes, it looks acceptable.

    Regarding the register form. If is possible to change a few item. See already posted picture!
    1. Icon before profile details and account details!
    2. x Close button underneath!
    3. Setting icon and choose! after everyone text.

    Activity page.
    1. Star icon – favorites in the upper right corner, as before and no dropdown menu, thanks.
    2. Delete/text – button as it where before. Beside comment!

    Icons on profile picture:
    1. Please allow at least 5 icons to be shown, before the dropdown menu is shown, thanks.

    That’s all for today! Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    I understand that, of course. However, it also depends on, which theme you have installed and yes, that’s the first thing I check, after an update.
    If the styling/theme design has changed…etc.

    I prefer it clean, monotonous and that the design/style fits together, throughout the site. 🙂

    The match me snippet didn’t work.
    ——————————————————————
    body.my-profile .profile-header–member .hmk-percentage {
    display: none !important;
    }
    ——————————————————————
    We have been working on the wrong item. It’s not “.hmk-percentage”.
    It’s “.hmk-percentage.fake”
    ——————————————————————
    /* Hide the match percentage on your own profile */
    #buddypress:not(.youzer) div#item-header .hmk-percentage.fake {
    display: none !important;
    }
    ——————————————————————–
    This snippet works like a dream. 🙂

    Regarding the updates. There is simply so many style changes in your latest updates, which I don’t prefer.
    I have tried to create a child theme twice. But every time, I end up with the classic demo. Blue and no picture..etc.

    Is it possible to create a child theme? That actually looks like my main site. So we can avoid this problem in the future?

    1.I still haven’t updated. Because of the signup form, etc.

    2. I still have a issue with signup form and the profile header. See picture – before and after!

    3. And number 18 didn’t move at all!

    If you can fix all these issues with a snippet. Then let’s try that!
    But I would prefer a child theme.

    Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    First I want to thank you(all) for your help and support.
    And that I have learned a lot about, how to use the google/CSS selector and this has giving me a greater understanding, how CSS more or less works. Thanks… 🙂

    1.The Match me Icon:
    Viewing your own Profile – Icon Display: none!
    Viewing others members Profile – Icon Display: True!

    Members can only view each others profile, if they are logged in.
    Of course, there should be a Match me icon, on your own profile. There is no reason, to match yourself. 🙂
    ———————————————————————————————————
    /* Hide the match percentage for non logged users */
    body:not(.logged-in) .profile-header–member .hmk-percentage {
    display: none !important;
    }
    ———————————————————————————————————
    I changed (.logged-in) to (.logged_in).
    But now no one can see the Match me Icon!

    NOTE: It worked before and still does on my main site. Because I haven’t updated you theme + plugins.

    2. Regarding the sign up form. I like the old one much better. So can I please get it back. See picture…

    Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    I almost forgot, the search form – big space gap – between (from>to field and the submit button.

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    I really appreciate your commitment and I thank you for time and effort. 🙂

    Most CSS codes worked very well.

    /* 1. Hide the match percentage for non logged users */
    body:not(.logged-in) .profile-header–member .hmk-percentage {
    display: none !important;
    }
    —————————————————————————————————————
    Didn’t work! I can remove it, by removing body. But then is gone everywhere. (Hide on users own profile, when they are logged in!)
    —————————————————————————————————————
    /* 2. Change bolt icon to fire icon */
    #buddypress:not(.youzer) div.item-list-tabs.primary-list-tabs > ul > li#members-featured > a:before,
    #buddypress:not(.youzer) div.action .bp-featured-members-button a:before, #buddypress:not(.youzer) #members-list div.action .bp-featured-members-button a:before, #buddypress:not(.youzer) #groups-list div.action .bp-featured-members-button a:before, #buddypress:not(.youzer) #friend-list div.action .bp-featured-members-button a:before, #buddypress:not(.youzer) #mods-list div.action .bp-featured-members-button a:before, #buddypress:not(.youzer) #admins-list div.action .bp-featured-members-button a:before, #buddypress:not(.youzer) div#item-header #profile-header #item-buttons.action .bp-featured-members-button a:before {
    font-family: ‘gwangi’ !important;
    content: ‘\e92e’;
    }
    —————————————————————————————
    Worked like a dream!
    —————————————————————————————
    /* 5. Remove shining header */
    #header-cover-image {
    opacity: 1 !important;
    }
    —————————————————————————————
    Worked like a dream!
    —————————————————————————————
    /* Prevent overflow header */
    @media (min-width: 1200px) {
    #buddypress:not(.youzer) div#item-header #profile-header {
    height: auto;
    }
    .profile-header__avatar {
    top: 120px;
    }
    }
    —————————————————————————————————————
    /* Prevent overflow header */
    @media (min-width: 1200px) {
    #buddypress:not(.youzer) div#item-header #profile-header {
    height: auto;
    }
    #buddypress:not(.youzer) div#item-header .profile-header__avatar {
    top: 75px;
    }
    }
    —————————————————————————————
    As you can see I changed the CSS a bit.
    But the – @media (min-width: 1200px) – have no effect.
    —————————————————————————————
    /* Limit mycred badges size */
    #mycred-users-badges img {
    max-width: 128px !important;
    }
    —————————————————————————————
    Worked like a dream!
    —————————————————————————————
    /* Remove field seperator on register */
    #buddypress .standard-form .editfield {
    border: none;
    padding-top: .1rem;
    padding-bottom: .1rem;
    }
    —————————————————————————————
    Gap still to big, even if I set the padding from 5 to 1rem.
    —————————————————————————————
    /* Fix submit button on register page */
    #buddypress .standard-form#signup_form div.submit {
    float: right;
    padding: 0;
    border: 0;
    margin: 1rem 0 0 0;
    }
    —————————————————————————————
    Worked like a dream!
    —————————————————————————————

    You are welcome to login. Regarding the hmk-percentage/.hmk-match-inside, etc…
    Is it possible to move the macth me icon up a bit, lets say – height: 150px !important;
    See the picture, regarding number 18.

    Best regards Carsten. 🙂

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Erembert.

    I guess you’re right. So I will post it here. Maybe others will find it useful.
    I had a few issues with the Match me for buddypress plugin. When I Installed Gwangi dating theme, the first time.

    Now I don’t know, If you have done any customization yet.
    But sometimes it’s best to start all over. With a clean installation.

    1. Clear your browser and install wordpress again on your server. Login in to wordpress site and update wordpress, etc.
    2. Before you download and install your theme.
    3. You should install and acvivate this plugin: https://wordpress.org/plugins/updraftplus/
    Then go to updraftplus settings and make a backup.
    4. Install your theme and activate it and then click the theme setup and follow the setup steps.
    5. Now you should have a clean installation, with all recommended plugins installed.

    If you still have an issue(S). Then is definitely related to your theme.

    But before you do this, you should try these actions and follow the checklist below.

    Check list:
    1. Try to open the match me settings.
    2. Choose a few fields and fill in a percentage in each – 10 or 20.
    3. Then click save settings and check if the issue is gone.
    If that didn’t work!
    1. Try to deactivate woocommerce!
    If that didn’t work!
    1. Open buddypress settings and make sure all component are activated.
    If that didn’t work!
    Open settings and click on general. Make sure to set it to “Anyone can register”
    Open settings and check if your parmalinks is set to /%postname%/

    If you have tried and checked all these options and you still have the issue. Then there is nothing wrong with the Match me for buddypress plugin. Then is the your theme, an update or another plugin!

    To make sure that it is your theme or another plugin, that causes the issue. Then you should try the above. That means start all over, with a clean installation and after that, run the check list again.

    Best regards Carsten and good luck.

    —————————————————————————-
    To avoid seeing wordpress warnings. You should replace –
    define(‘WP_DEBUG’, false); OR define(‘WP_DEBUG’, true);

    with

    ini_set(‘log_errors’,’On’);
    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    in

    public_html/wp-config.php
    ——————————————————————————-

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi guys, is it allowed to make suggestions or try to help. Regarding the Match Me issue?

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish
    This reply has been marked as private.
    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hello again. 🙂

    First, I had to restore a backup. To get back to the old setup/style!

    1. Match me icon. Should not be shown, on the members own profile page!
    Please removed it!

    2. Features members icon. I cannot see why a lightning icon is better that a flame icon and furthermore, it’s not replaced everywhere.
    Please keep it as is was!

    3. See the number 18. Not centered! But is actually everywhere. Especially buttons.
    Please fix it.

    5. An Issue with the nav header. It looks like the color is shining through. The color comes from the Global background color. See picture. Nav-1.
    Please turn it off. 🙂

    These are some of the main styling issues, at least on my site. However, I have the same problems on my testing server.
    All styling issues, are more or less related to the buddypress profile page – and I think the Grimlock for buddypress is the villain.

    I haven’t updated your plugins and theme!! Because, see pictures – I will let the pictures speak for themselves.

    <<<<<<<<<<<<I hope you can fix these issues. If not, then I’ll not be able to update anymore>>>>>>>>>>>

    1. Positive things regarding the update. The columns and rows styling, looks great. A table around the profiles fields, etc. Looks much better.

    2. And after restoring, the poke me page is back.

    3. And your right about the “BuddyPress Xprofile Custom Field Types plugin”. I have already contacted buddydev and they said, that they are gonna fix, asap.

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jason.

    Thanks for the help. I managed to change the poke icon! 🙂

    ———————————————————————-
    #buddypress:not(.youzer) div.action a.poke-user-button:before {
    content: “\2764” !important;
    color: #EF5B85 !important;
    position: relative !important;
    top: 2px !important;
    font-size: 0px !important;
    font-weight: 900 !important;
    }
    ———————————————————————–
    Finding a good icon, was a little difficult. That actually worked in the content: – and I can’t change the font-size. So I use the font-weight: – instead.
    I have skipped the compliments plugin/icon. To many bugs!

    See the picture, regarding the success button.

    I haven’t tried the Youzer plugin yet. But I think I’ll try it, on my testing server first.

    Thanks again. 🙂

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish
    This reply has been marked as private.
    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jason.

    Thanks for the information. But I really want to do this by myself. I just need a few tips or something to work with. Because it’s only way, you learn and understand, how things work. 🙂

    Pic1: = Change the icons.
    Pic3: = Like you can, with the class=”icon-wrapper”.

    Regarding the success button. How does it work and how to activate it?
    And does your theme work with the Youzer plugin?

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    The picture shows – the members page..

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi there.

    After updating Grimlock for buddypress. Everything broke down. Members page, members list – profile fields, bp search – profile search – the search form and all text underneath the profile pictures, is now showing as links etc..

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jean-Pascal.

    Yes, thanks. Everything is back to normal, regarding the Grimlock login. 🙂

    I’ll return as soon as possible, regarding the nav issues.

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Jason.

    After updating the Grimlock Login, a few Issues occurred!

    1. A Privacy Policy link is now shown, when you logout!
    2. When you login, the Lost Password and Register link is shown twice! How can I remove these Issues/links?

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Support.

    Your welcome. But I already have the most recent Grimlock Login Version 1.0.7 installed. Here is a new picture of the issue. Every time you update the plugin, the big logo picture, moves further to the left and down a bit 🙂 How can I remove this picture?

    Regarding the nav issue. I will return as soon as possible. 🙂

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi Support.

    Thanks for the info. But I’m sorry to say, that the Mobile Background Color doesn’t work on the top, nav or header on the mobile, but only in the nav menu. The only way you can change that color, is in the global background color settings? and that would affect all devices! So if you can show the background picture on the desktop, way not on the mobile/Ipad? But I think is depends on which template you are using. The Homepage template: minimal & Minimal template, have this issue.

    Grimlock login plugin still have an issue. See the picture..

    Best regards Carsten.

    Note: After updating Yoast SEO plugin yesterday. I couldn’t get access to any Buddypress profile! So now it’s deactivated! “Please share, with others. So the know which plugin, there is causing the issue”

    If anybody wants/needs a “Return to profile” link. Here is the recipe! <div align="center"><a href="https://(your domain)/members/me/"><br>Return to profile</a></div>

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi there.

    I have exactly same issue and furthermore, there is also a issue with the wp-login.php, when you logout as admin. The logo is now – mega big!
    This occurred after I tried to upgrade the first time.

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish

    Hi support.

    There were a few LBRACE Error’s in the css.

    @media (max-width: 992px)
    .main-navigation .navbar-brand__logo img {
    max-height: 75px !important; /* Adjust the height to your needs */
    }
    ————————————————————————-
    So I fixed it and now It works perfectly.

    @media (max-width: 992px) {
    .main-navigation .navbar-brand__logo img {
    max-height: 65px !important; /* Adjust the height to your needs */
    }
    }
    ————————————————————————-

    One more issue with the mobile/Ipad. “Customizing ▸ Appearance ▸ Navigation” – Mobile Background Color, Background Color, Background Color on Scroll is set to None color. But it still shows the Global background color. Is it possible to fix this?

    Best regards Carsten.

    Carsten
    Participant
    • 8 Topics
    • 39 Posts
    @privatedanish
    This reply has been marked as private.
Viewing 25 posts - 1 through 25 (of 31 total)

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