Discussion on Cinematix - BuddyPress Nouveau Membership Theme

Discussion on Cinematix - BuddyPress Nouveau Membership Theme

Cart 1,399 sales
Well Documented

Diabolique supports this item

Supported

This author's response time can be up to 2 business days.

638 comments found.

Does it have WP Bakery instead of Elementor? OR can Elementor be ripped out and Bakery installed instead?

Hello

No wp bakery here. Theme is shortcodes based do it can be used with any page builder.

The card height needs to a FIXED HEIGHT. Look at the 4th card in.

https://diaboliquedesign.com/demo/cinematix-new/groups/

You may also want to remove the DOTS on the LI tags for this people icons.

https://diaboliquedesign.com/demo/cinematix-new/achievements-1/get-liked/

Also I can add something to the cart but VIEW CART is not working.

If you want to have equal height then you can just setup css min-height for groups description.

You may also want to remove the DOTS on the LI tags for this people icons.

Thank you for bug report, the fix will be included to the next theme update.

Also I can add something to the cart but VIEW CART is not working.

There was some temporary problem with permalinks, it works fine now.

Do you by chance know how I can custom sort group members. I would like to sort by Last name, and also have the last names displayed as well. This is just for the various groups.

Open wp-content/themes/cinematix/buddypress/members/members-loop.php and paste it
<?php
$profile_field = bp_get_member_profile_data( 'field=Surname' );
        if( $profile_field ) {
          echo ' ' . esc_attr( $profile_field );
        }
?>
after
<?php bp_member_name(); ?>

You should create profile field called Surname. This profile fileld is already applied on the single profile page,

Sorting isn’t so easy to implement but somebody did it – https://support.searchandfilter.com/forums/topic/sort-author-dropdown-by-last-name/

I want to add some text to the registration fields.

I need to add eg. “only usernames without spaces allowed” under the username field. Perhaps someone can help me and tell me what file I have to change. I have tried changing the buddypress file here: buddypress\bp-templates\bp-legacy\buddypress\members\register.php

But the changes wont show on the frontend. I dont want to use the Loco Translate plugin as suggested before. I just need to know what file needs to be updated.

You should edit cinematix\buddypress\members\register.php

I dont see the username form field under “Account Details” in the file. Not sure how or where to add a text.

It’s in the plugins\buddypress\bp-templates\bp-nouveau\includes\template-tags.php bp_nouveau_signup_form function. In your case the loco translate would be the easiest solution.

I modified the following file : buddypress/bp-themes/bp-default/registration/register.php, because I need to rename the default fields on the registration page (e.g. email address, username), but it wont update on the actual front end. Am I supposed to modify a different file?

I think the the easiest way would be change it with loco translate plugin. Otherwise you should change the register.php file in the cinematix/buddypress folder.

The register.php file in the cinematix/buddypress doesnt have the option to rename fields under “Account Details” like : Username, Email Address

Just translate it (buddypress plugin) with the Loco Translate plugin – https://diaboliquedesign.com/demo/cinematix-new/Help/#translate

How do you edit what goes on this menu (see screenshot) https://d.kuku.lu/26b0a67cef

Also, I need to update the custom login form on the homepage. Where do I find the code? Or do you know of a way to add recaptcha to the login form?

Go to appearance -> menus -> compact menu

Login code is in the wp-content/plugins/cinematix-addons/inc/general.php file (cinematix_login function).

I followed the instructions on how to change the menu, but it wont update on the front end. I still see the menu from when I loaded the dummy data. I created new menu, updated the menu loaded from the dummy data install, nothing changes. Need some help with this soon. Thanks

You should disable transients under appearance -> customize -> transients

Hello, Pre-Sale: 1. Option for multiple Admins per group? 2. Can members invite non-members to register on the site? 3. Option to hide member/profile from site? Thanks.

A few presales questions

1. Is it possible to add a live chat functionality?

2. Can i had all the buddypress activity from non logged in members?

3. I want to upload videos, is it possible?

4. Can i add badges in front of names? (For e.g. if someone is a teacher, i would manually give them a title near their usernames, that he/she is a teacher)

5. Is it possible that the videos, photos and other medias uploaded by all the users is visible at a common videos, photos page like a sitewide videos, photos and music page?

6. Is it possible to add events?

7. Can users start their own forums

8. Can i hide menu from non logged in members, at the moment i would just need a login and a registration page visible and no other menu item to be visible to them.

The demo credentials provided in your theme are not working, can you please let me know the demo credentials for login to the site?

Hello

1. You can install additional chat plugin.

2. Yes.

3. Yes

4. Yes, just indert here a gamipress shortcode with badges.

5. Yes, rtmedia has a shortcode for that.

6. Yes – https://diaboliquedesign.com/demo/cinematix-new/events/munich-strong-beer-festival-starkbierzeit/ https://diaboliquedesign.com/demo/cinematix-new/events/

7. It’s possible with buddypress groups only.

8. Yes.

I just tried Demo / demo and it’s working.

Is there a way to remove the “Like” and “Comments” Counters on the blog posts?

Please use following CSS

.single-post-details .single-blog-comments, .single-post-details .wpulike.wpulike-heart { display:none!important; }

Hi – How can I hide specific sections of the homepage and then make them live later?

Ok thanks but I am still not clear on how to find the Unique IDs for these two sections.

You should make a right click and choose inspect, then you should see list of sections with classes like elementor-section just like on this screenshot – https://imgur.com/a/yXExwAk

Thanks! It is working

Finally have this working on a new install using the Demo-Lite and notice a few things: 1. The site runs slower. 2. When I click Groups I get Nothing found. So I imported some more groups and when checking get the same message. What am I missing?

Any responses appreciated

1. Please check out the “XIX. How to increase speed of your website?” chapter in the theme doc. On the live demo (shared hosting) it took below half second – https://diaboliquedesign.com/screenshots/3/screenshot_at_18-05-20.png

2. Maybe you changed slug for this page. Is it visible when a default WP theme is active? Try to disable all cache plugins.

Pre Sale question. We will offer our social media for free. But want to offer paid membership for additional functions. Which license do I need now?

You need regular license

Theme menu won’t update when i add new page links. I tried in other themes and the changes showed up fine, but when i switch back to the Cinematix theme the changes won’t update.

Please go to appearance-> customize-> transients and disable it

problem solved thanks

Hello!

When the preloader is enabled, the authentication activation page at the time of member registration is not displayed. Please tell me how to resolve.

The sidebar does not break in the footer, but it breaks in the screen depending on the amount of sidebar content

https://d.kuku.lu/59c2981f46

Please open the wp-content/themes/cinematix/js/functions.js file, remove everything and paste it -> https://diaboliquedesign.com/demo/cinematix-new/wp-content/themes/cinematix/js/functions.js

Thank you very much.

I got a convincing result.

Thank you for responding to the unreasonable request!

Hi Diabolique,

How do I change the homepage background image?

done…pls check

You didn’t clear the cache of litespeed, now it looks fine.

oh ok thanks so much

Pre purchase question, can you add a payment method to each event?

It’s possible with the pro version of the events manager plugin -> https://wp-events-plugin.com/features/

I am trying to login to the demo environment with the provided codes demo/demo, but it seems it doesn’t work. please help.

You should use Demo not demo

Username is case sensitive? and i am using capital ‘D’ as well, I am actually using both and it is not working. It shows login succesful but I still see the login-area.

Yes, try to use other web browser

Hi – Is there a required size for the background image on the homepage? I updated the image but nothing shows us an my site looks really bad. Also I tried to change the colour of the text – all of these changes were made in Elementor but the changes are not being reflected on the site. The homepage looks really messy.

I tried all of this and nothing is changing. Check out WeekendStartupWarriors.com

I sent you screen shots of what I see on my end.

Hello!

Is there a button like “Create a post” somewhere in the theme to facilitate access for contributors?

Hello

You can add such link for example on the header user menu – https://diaboliquedesign.com/screenshots/2/Screenshot-at-11-58-50.png

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey