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.

Dominik

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 33 total)
  • Author
    Posts
  • Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Hello Jean-Pascal,

    thank you. Now it looks perfect.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Thank you. Topic can be closed. Everything looks fine now. 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Hello Jason,

    this is an older thread i created but you can mark it as done.

    With your new update there is a new design of woocommerce checkout page and that looks very beautifull.
    I like it that the “your order” content is now a kind of sticky sidebar. Very nice work!

    Thank you.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Yes i really need that function too.

    But only for members swap.

    If anybody needs a random order at the members directory then use this code an put it to your bp-custom.php file:

    add_filter (‘bp_user_query_uid_clauses’, ‘random_order’, 10, 2);
    function random_order ($sql, $object)
    {
    $request = bps_get_request (‘search’);

    if (count ($request) > 1)
    $sql[‘orderby’] = ‘ORDER BY rand()’;

    return $sql;
    }

    (found at dontdream.it – creator of BP Profile Search )

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    I’d love to see that funcion too. 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Hello Teresa,

    i’m a customer of another theme from themosaurus and i got the same problem as you do.
    Now i found the answer how to fix it:

    1.) I installed the child theme to add a snippet at wp-config.php:

    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    2.) I added the following snippet via FTP at the .htaccess file:

    php_value post_max_size 32M
    php_value upload_max_filesize 32M
    php_value memory_limit 256M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value session.gc_maxlifetime 86400

    3.) Then i started the setup again and it worked. After that i deleted the code snippets and everything is fine.

    Cheers,
    Dominik

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    I GOT IT! 🙂

    Ticket can be closed.

    Here is the answer:
    1.) I installed the child theme to add a snippet at wp-config.php:

    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    2.) I added the followong snippet via FTP at the .htaccess file:

    php_value post_max_size 32M
    php_value upload_max_filesize 32M
    php_value memory_limit 256M
    php_value max_execution_time 300
    php_value max_input_time 300
    php_value session.gc_maxlifetime 86400

    3.) The i started the setup again and it worked. After that i deleted the code snippets and everything is fine.

    Cheers,
    Dominik

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik
    This reply has been marked as private.
    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    I started a new thread for my question to handle the support in a better way for us two users. 🙂

    @admins please delete my messages in here. This thread is only for ‘lemon’.

    Cheers

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik
    This reply has been marked as private.
    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    This reply has been removed.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    This reply has been removed.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Awesome. Thanks a lot.

    Greets,
    Dominik

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    And again – thank you so much. It works. 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Well done. Thats it. Thank you Jean-Pascal 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Got it. Topic can be closed. Thank you Oliver 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Awesome – thank you so much. That’s what i’m looking for. 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    The register and login button in the navbar.

    I know i can change them via customizer. But i want them in totally different color. Is that possible?

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Thank you 🙂 That’s what i’m looking for.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Hello Oliver,

    no problem. Please take a look at attached screenshot. I want to translate the “Register button”.

    I’ve found an answer where another guy asked for it.

    –>

    Hi @politikwerft,

    The texts that you are trying to translate are all located in the Grimlock Login plugin. So with Loco Translate you need to select the Grimlock Login plugin and you will be able to translate the login texts from there.

    Hope this helps ?

    Regards,

    –>

    But this didn’t work for me. LOCO says when i open translation to grimlock login. “translation set is not known” (see attached file).

    I’ve found that word when i open your theme in LOCO. But when i change it right there nothing happens… (also attached file)

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    I’m using an child theme (don’t know why ^^ ) – maybe this is the reason?

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Sorry for the multipost. But now i got two other questions:

    – is it possible to set a “primary” menu for logged out user and a primary for logged in users?

    and

    – i integrated my footer (made with elementor) by shortcode at widget-area footer 1. But this is only shown up at dektop and not at mobile or tablet view. Any ideas how to fix that?

    Thank you so much.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    Got it. So sad that its don’t usefull for community pages. So i heave to use the basic one.

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    okay thank you 🙂

    Dominik
    Participant
    • 21 Topics
    • 54 Posts
    @dominik

    That looks interessting. I subscribed to this forum to hear, when we can use it for our gwangi projects.

Viewing 25 posts - 1 through 25 (of 33 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