Discussion on Cinematix - BuddyPress Nouveau Membership Theme

Discussion on Cinematix - BuddyPress Nouveau Membership Theme

Cart 1,397 sales
Well Documented

Diabolique supports this item

Supported

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

637 comments found.

Hi! Awesome theme! I have just bought it. I wonder how to add a caroussel displaying the members on the homepage. (Similar like group memeber carousel) Thank you!

Hello

I will take a look on it after this weekend but I’m afraid there will be too much work.

Pre Sales Question:

Team, I have been looking to develop an Online shopping eCommerce website where customers can buy products or memberships, please let me know if this products meets the requirement as I really like the design and UI of this product.

Thanks ! :)

Yes, of course. Theme works great with woocommerce and this paid membership plugin – https://wordpress.org/plugins/paid-memberships-pro/

Love the new design. Im currently adding the update!

I’m glad you like it :)

Theme is looking awesome! Is it suitable for video stream (youtube, selfhosted) from events, does it support video?

Unfortunately ther is member demo only:

Demo

demo

login form doesn’t work (chrome Version 80.0.3987.87) So the front page can be modified with elementor?

I’m sorry, it works fine now.

The demo is not working right now. I’m getting the error:

“The webpage at https://diaboliquedesign.com/demo/cinematix-new/ might be temporarily down or it may have moved permanently to a new web address.”

What is your IP address? Well, it depends what features needs the dating site.

I got assigned a new IP, and this one is not blocked. The features of a typical dating site. Members being able to chat, send likes, enter details in a profile that correspond to a usual dating site. Pay for subscriptions to be able to contact each other and view hidden areas of the profiles. The usual kind of thing.

There is private messaging system, you can customize profile fields as you wish -> https://codex.buddypress.org/administrator-guide/extended-profiles/ Theme works great with this plugin – https://wordpress.org/plugins/paid-memberships-pro/ You can make any part of website accessible for specific type of user.

hello does it support arabic? also can i add Events Manager plugin , task to do plugin , file share plugin

Hello

Do you mean right-to-left writting? Unfortunately it’s not supported yet.

hello any update on the next update? We are anxious to purchase, but want to purchase after the update as we will be doing some mods to theme. thanks

screenshots are not working, hope to see it soon. approx how many days to release?

Probably your IP address was blocked by hosting company, what’s your IP adress? It’s hard to say when it will be released.

I want to test and analyze the topic creation system. But it is impossible to register in the template. How do I see the details?

ok i will wait for the update. Thanks

can insert login system by google and facebook in the next update?

Yes, you can do it with any social login plugin.

Hi, please how do I edit the Cinematix Homepage? I can’t seem to find it on my pages. Secondly, can the Cinematix buddypress theme work with the latest version of WordPress?

You should remove the whole old theme and install the new one or just reupload modified files only -> http://diaboliquedesign.com/demo/communityjunction/changelogs.txt

In your case the wp-content/themes/communityjunction/footer.php file reupload should help you.

How do I get the update to download?

It’s available over here – https://themeforest.net/downloads

Hi, please the Cinematix I recently got keeps giving an error. I cannot edit pages and the link to the website shows fatal error, the link to the website is https://www.femfilmforum.com For this reason I have not been able to work on the website. Please what could be the cause of this? This is really urgent as we are trying to make the website available as soon as possible. Thank you.

What error do you see? You can send WP login credentials so I will take a look on it -> https://themeforest.net/user/diabolique

Please this has been rectified. Thank you.

I send you the e-mail message.

Registration Disabled issue, imported demo content, had issue on registration page “Registration Disabled”. Updated all plugins, then dragged in new register.php file (via latest theme download) still having issue, NEED HELP ASAP.

Do you mean top menu with icons on header?

No, I figured that out easy. The areas on the forum (and the forum itself) that say “forum” I’d like to replace with different verbiage.

Just simply change page title under wp dashboard -> pages

Hey. I can’t upload the demo files via All-in-One WP… the files are too big and I can’t upload another version of the plug-in. Can you pleas help me? If I can’t find a solution, the theme would be completly useless… thank you.

I install the plug-in now. But I can’t upload the file… i Chose the file and the loadings Progress does not move on… it’s just 0%.. any ideas what the Problem could be?

Thanks for the fast answer and have a great we

Maybe you have too slow upload speed?

Anyway upgrade plugin version and try to paste following code at the very bottom of the .htaccess file (root of wp installation) so it will increase upload limit:
php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 512M
If it won’t help then you should contact with your hosting provider so they will help you increase upload limit.

Where is the front page slider in v2 ?

It’s a part of WP Bakery page builder.

Hello. One thing I found with other BuddyPress themes I’ve come across here on ThemeForest is that they show user posts (Articles, Blogs, etc.) in the demo. but when I install the theme and set it up like the demo, I found the front end posting option is not included, which means I either have to mess with the code to allow/publish a front end posting form, or set up, learn, and be dependent on a third party plugin. Does Cinematix have a built-in way for site users to publish Article and Blog posts from the front end?

Unfortunately there is no built-in functionality. 3rd party plugins usually require create new page and insert a shortcodes with editor so there is no coding required.

Thanks for the quick response. I wish this info was included in the theme sales pages, because there’s not many options (at least that I’ve found) for front end posting completely compatible with BuddyPress. I found BuddeDev, but they say that’s geared towards developers which means getting into the code a little. Is there one you use or recommend, or were all those blog/article posts in the demo published from the backend Wordpress admin area?

Question – I am looking for a video community theme that will allow me to place polls on video pages for registered users to answer. Ideally this can have a path to integration with a points system. Does your theme support this? If so, does it support both options?

You can create additional posts type with videos, install a frontend editor plugin like this one – https://wordpress.org/plugins/wp-quick-front-end-editor/ and some polls plugin. Theme should work fine with gamipress. Videos can be uploaded in activity stream too using rtmedia plugin, there is a paid plugin for activity polls.

group pages not responsive! on mobiles

I sent you a reply on the support forum.

Tried to login in the support page, but it keeps crashing… anyways Im getting these errors.

Deprecated: Function create_function() is deprecated in /wp-content/themes/cinematix/functions.php on line 894

Deprecated: Function create_function() is deprecated in /wp-content/themes/cinematix/functions.php on line 895

Please remove previously mentioned code and paste following code

// WOOCOMMERCE
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);

function DD_woocommerce_content_wrapper_open() {
    echo '<div id="content">';
}
add_action( 'woocommerce_before_main_content', 'DD_woocommerce_content_wrapper_open', 10 );

function DD_woocommerce_content_wrapper_close() {
    echo '</div><!--content ends-->';
}
add_action( 'woocommerce_before_main_content', 'DD_woocommerce_content_wrapper_close', 10 );

remove_action( 'woocommerce_before_main_content',
    'woocommerce_breadcrumb', 20, 0);

add_theme_support( 'woocommerce' );

Fatal error : Uncaught Error: Call to undefined function messages_get_unread_count() in /wp-content/themes/cinematix/header.php:97

You should enable a messaging component under settings -> buddypress

How can I remove top menu items, the ones with icons?

You can use following css

#header-right { display:none; }

I followed the instructions for importing the demo content using the all in one migration plugin but it never imports more than a few percent.. Help Please? :)

I replied to your e-mail.

If I purchase this theme, can I have it installed and setup to desired spec? I’m looking to remove certain features (like activity feed etc) and have everything working as in demo, but don’t have time to learn and setup myself as I’m using it for a demo model myself.

Well, it depends what specs are desired by you. You can remove any parts of theme, there is a page builder too.

Can I get access to admin to check the membership and Events modules?

Hello,

Theme uses event manager and buddypress plugins so you can just install it on your website and check it out.

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