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.

Jean-Pascal

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 615 total)
  • Author
    Posts
  • Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Tayronasoft,

    Here is more information about these two strings to translate:

    Posted On
    This string is displayed by our Grimlock plugin. So we have to translate this string via Locotranslate by creating a new translation for this plugin (and not by the theme)

    What’s new
    This string is directly displayed by the BuddyPress plugin. You should be able to find it in the translation file of this plugin (see screenshots)

    Let me know if you need more information!

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Rene,

    The upload of the profile avatar and the profile cover are managed by the BuddyPress plugin (Rtmedia only manages media uploaded by users in the activities and their image albums).

    This specific sentence (“Your profile photo will be used on your profile and throughout the site.”) is present in our “Grimlock for BuddyPress” plugin (see screenshot – in French as a test – ). You should be able to find it via the Loco Translate search.

    Let me know if something is not clear enough!

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    You’re welcome Catarina😀

    Cheers,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Travis,

    There is definitely (yet) an issue with this in our theme for this which will be fixed in the next update (Thanks for your great feedback).

    We’ll be back to you as soon as the update is available.

    In the meantime, simply add the following code snippet to your website:

    @media (min-width: 992px) {
    .section__content--avatars-2-2-2-2-2-2-cols-line .shortcode-author-avatars .grimlock-author-avatars__author-list > li {
        float: 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,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi David,

    Thank you for your precious feedback. There is definitely an issue in our plugin (Grimlock for The Events Calendar) which will be fixed in the next update.
    We’ll be back to you as soon as the update is available.

    In the meantime, simply add the following code snippet to your website:

    .tribe-events-single--classic .tribe-events-single-content .tribe-events-c-subscribe-dropdown {
    	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,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Wil,

    You’re welcome!

    Please note that I took the liberty to move this topic to our Feature Requests forum. As your idea could be a nice addition to our theme, we will implement this feature if other community members upvote your request.

    We’ll keep you informed!

    Best regards,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Ellegimultimedia,

    I took the liberty of installing the code snippet plugin on your site and inserting the snippet from my previous answer.

    Note that the snippet is the following:

    function ioautore_register_msg_title() {
    	echo '<div class="ioautore_register_message text-center my-4"><h2>Custom message on top of register page.</h2></div>';
    }
    add_action( 'bp_before_register_page', 'ioautore_register_msg_title' );
     
    function ioautore_register_message() {
    	echo '<div class="alert alert-primary">Custom message inside register panel.</div>';
    }
    add_action( 'bp_before_account_details_fields', 'ioautore_register_message' );

    All you have to do is activate this snippet via the plugin settings screen (see screenshot) and modify it as you like.
    Don’t forget to constantly empty your cache to see your changes (form cache plugin installed on your site)

    Also, it’s important to remember that we usually share snippet only to solve issues with our theme. Any further request for snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.

    Regards,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Will,

    Thank you for giving us access to your site!

    If it also possible to make the dashboard widgets movable by the users on the front end so they can order things in their own preference.
    It would be indeed very nice! I think we have already answered this request via our Themeforest page and we suggest that you create a feature request (https://support.themosaurus.com/forums/forum/cera/feature-requests/). We hope that this feature will get upvotes form other community members!

    Also how do I add a banner like on the demo, again please see screen grab.
    This alert message is a WordPress block (Gutenberg editor). I see that you use the classic editor, so you can copy/paste this code into the content field (text mode) :

    <!-- wp:group {"style":{"color":{"text":"#ffffff"}},"backgroundColor":"button-primary","className":"card card-no-transform p-4"} -->
    <div class="wp-block-group card card-no-transform p-4 has-button-primary-background-color has-text-color has-background" style="color:#ffffff"><!-- wp:columns {"verticalAlignment":"center","className":"m-0"} -->
    <div class="wp-block-columns are-vertically-aligned-center m-0"><!-- wp:column {"verticalAlignment":"center","width":"66.66%"} -->
    <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:66.66%"><!-- wp:paragraph -->
    <p>Nunc interdum lacus sit amet orci. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur suscipit suscipit tellus. In consectetuer turpis ut velit. Vestibulum facilisis, purus nec pulvinar.</p>
    <!-- /wp:paragraph --></div>
    <!-- /wp:column -->
    
    <!-- wp:column {"verticalAlignment":"center","width":"33.33%"} -->
    <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.33%"><!-- wp:buttons {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"}} -->
    <div class="wp-block-buttons"><!-- wp:button {"className":"is-style-secondary"} -->
    <div class="wp-block-button is-style-secondary"><a class="wp-block-button__link" href="#">Learn more</a></div>
    <!-- /wp:button --></div>
    <!-- /wp:buttons --></div>
    <!-- /wp:column --></div>
    <!-- /wp:columns --></div>
    <!-- /wp:group -->

    I’m not sure why, but the news widget on my dashboard seems to look odd, it doesn’t look like the one in the demo. Please see scree grab.

    There is definitely an issue in our theme which will be fixed in the next update.
    In the meantime, simply add the following code snippet to your website:

    .wp-block-latest-posts li, .wp-block-categories li, .wp-block-archives li {
        background: none;
        padding: 0 !important;
    }
    .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft, .wp-block-categories .wp-block-latest-posts__featured-image.alignleft, .wp-block-archives .wp-block-latest-posts__featured-image.alignleft {
        padding-right: 0.5em;
    }

    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,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Ellegimultimedia,

    Same thing here, your link doesn’t seem to work.

    But to add this code snippet to your site, we recommend that you use the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post: Adding Custom PHP Without Changing Your (Child) Theme.

    Regards,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Ellegimultimedia,

    Unfortunately, the link is still not working. Can you check again?

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Ellegimultimedia,

    Could you share the URL to your website with us please? The link you sent us does not seem to work.
    You can post it in your next reply and mark it as private to keep this between us.

    Thank you.

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Gil,

    No worries, that’s why we are here :).

    For the right sidebar area

    If you select the “Sidebar right” page template, it should display a sidebar area on the right (for placing widgets).
    Maybe you don’t have any widgets in this area?

    You can also create a “columns” block via the editor and insert the members block on the left and the blocks of your choice on the right.
    It allows to be more flexible than with WordPress widgets.

    For the transparency of arrows

    To change this, simply add the following code snippet to your website:

    .bp-member-swipe-pagination .bp-member-swipe-pagination__link i {
        opacity: .75;
    }

    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,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Will,

    Could you share the URL to your website with us please? You can post it in your next reply and mark it as private to keep this between us.

    Thank you.

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Michelle,

    Unfortunately, shortcodes or blocks to display events are only available in the PRO version of The Events calendar plugin (https://theeventscalendar.com/products/wordpress-events-calendar/)

    However these plugins seem to be good alternatives, even if we never tested them with our themes or plugins :
    https://wordpress.org/plugins/the-events-calendar-shortcode/
    https://wordpress.org/plugins/template-events-calendar/

    Best regards,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Michelle,

    Here is a link to our doc that could be useful:

    Creating the Activation and Registration Pages

    If you want to bypass this activation system, it seems that the best solutions around are the following plugins:
    – BP Registration Options (https://wordpress.org/plugins/bp-registration-options/) (Free)
    – BuddyPress Auto Activate Auto Login (https://buddydev.com/plugins/bp-auto-activate-auto-login/) (Not free)

    However, please note that neither of these plugins have been tested or integrated with our product.

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Travis,

    The WordPress editor (aka Gutenberg) is constantly evolving and we try to make it as compatible as possible.
    We are aware that, unfortunately, some differences may appear in the display between the editor and the front view.

    Be assured that we will improve this as soon as possible and thank you very much for your great feedback.

    Note that I took the liberty to visit your project homepage and all seems to be fine on the front-end side.

    Best regards,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Tayronasoft,

    All you have to do is edit the page.
    After that you can modify the page title and the featured image field.

    Let me know if you need further explanation!

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Ellegimultimedia,

    Note that these tasks are part of BuddyPress plugin.

    I think these links may help you achieve what you are looking for:

    Add text/elements before register form and before register fields (code snippet)
    https://theme.co/forum/t/buddypress-pages-adding-text-on-top/74819/4

    Modifying the Registration Form

    Modifying the Registration Form

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Mike,

    To control the visibility of your menu items, it seems that the best solutions around are the following plugin :
    If Menu (https://wordpress.org/plugins/if-menu/)

    This plugin will allow you to control what menu items your site’s visitors see (visibility rules).

    If you want to control the visibility of any type of block, we advise you to look at this plugin :
    Block visibility (https://wordpress.org/plugins/block-visibility/)

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Catarina,

    When editing the menu, you have to edit the “class” menu item (parent item).
    We wrote an article in our documentation about that: “Creating Mega Menus” : https://doc.themosaurus.com/creating-mega-menus/

    Let me know if you need more explanations. 🙂

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi Christian,

    We recently released a new version of the Grimlock for WooCommerce plugin (1.3.1). Updating this plugin to the latest version should fix this issue.

    If you have correctly updated, the problem should now be fixed. You might still be seeing the issue because your browser cache is showing you an older version of the page (browsers do that to load pages faster). So to see that the issue is resolved you will need to empty your browser cache and reload the page. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.

    Thanks a lot for your great (and complete) feedback :).

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi epgb101,

    Thank you for your precious feedback.
    There is definitely some work to do in our plugin (Grimlock for BuddyPress) to become compatible with this new feature.

    We are currently working on it and you can expect full compatibility in the next version of our “Grimlock for BuddyPress” plugin.
    We’ll be back to you as soon as the update is available.

    Thank you for your patience.

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi 3Bs Studio,

    At the moment, there are some inconsistencies in the settings of the forms. We will look to improve this in a future version of our theme and plugins.

    In the meantime, simply add the following code snippet to your website:

    .bps_form .editfield .bps-label {
        display: block !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,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi @surrealer,

    Thank you (again!) for your great feedback :).

    There is definitely an issue in our plugin (Grimlock for BuddyPress) which will be fixed in the next update.

    Best,

    Jean-Pascal
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 615 Posts
    @themopteryx

    Hi @surrealer,

    Thank you for your great feedback. ?

    It would be indeed very nice indeed. But this is a pretty big change and requires quite a bit of testing to not break anything or load icons packs several times (plugins conflicts).
    Note that if you use the Youzer plugin (and I think you do), this plugin loads the FontAwesome 5 icon pack 5 as well, giving you access to all the free icons listed here: https://fontawesome.com/icons?d=gallery&m=free.

    Best regards,

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