Support for Cinematix - BuddyPress Nouveau Membership Theme

Support for Cinematix - BuddyPress Nouveau Membership Theme

Cart 1,369 sales
Well Documented

Diabolique supports this item

Supported

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

Popular questions for this item

Missing style sheet error when installing the theme

A common issue that can occur with users new to installing WordPress themes is a "Broken theme and/or stylesheets missing” error message being displayed when trying to upload or activate the theme. This error message does not mean that the theme you have purchased is broken, it simply means it has been uploaded incorrectly. Luckily, there is a very easy fix.

How to make full width page with single blog post and posts archive?

Open archive.php and remove it:

<div id="sidebar">
<div id="sidebar-spacer" />
    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar-blog')) : ?><?php endif; ?>
</div><!--sidebar ends-->

Open single.php and remove it:

<div id="sidebar">
<div id="sidebar-spacer" />
    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar-single')) : ?><?php endif; ?>
</div><!--sidebar ends-->

Open style.css and replace:

.page-template-blog-full-php #container
.page-template-blog-full-php #content

for:

.page-template-blog-full-php #container, body.single-post #container, body.archive #container
.page-template-blog-full-php #content, body.single-post #content, body.archive #content

Open css/responsive.css and replace:

.page-template-blog-full-php #content

for:

.page-template-blog-full-php #content, body.single-post #content, body.archive #content

I have trouble installing this theme.

If you see following error:

    Unpacking the package…
    Installing the theme…
    The package could not be installed. The theme is missing the style.css stylesheet.
    Theme install failed.

then you are trying to upload whole file downloaded from ThemeForest. You have to unzip downloaded file -> compress Cinematix folder to ZIP format and upload. Inside the Help folder you’ll find a documentation – make a double click on the index.html.

I’ve purchased a LayerSlider plugin – where do I paste the Shortlink to activate it within this theme?

Open frontpage1.php, remove it http://pastebin.com/LkRT9Dqs and paste code with your slider.

How to display Alphabetical member first instead of popular member in th Home page?

Open wp-content/plugins/cinematix-shortcodes/cinematix-shortcodes.php

find
/// MEMBERS

replace

id="alphabetical" class="hidden-tab"

for

id="alphabetical"

and replace

id="popular"

for:

id="popular" class="hidden-tab"

How to make the memberlist page visible for logged in members only?

1. Open members\index.php

2. Replace <?php locate_template( array( 'members/members-loop.php' ), true ); ?>

for:

<?php if ( is_user_logged_in() ) { locate_template( array( 'members/members-loop.php' ), true ); } else { ?> You are not logged in. <?php } ?>

How to redirect users to the specific page after successful login?

Please open wp-content\themes\cinematix\js\login.js and replace
location.reload();
for
window.location.href = "https://www...com/some-page";

How to hide the left column on the single blog post page?

Add following CSS under Appearance -> Customize -> Additional css

.single-post main#content aside#left { display:none!important; }
.single-post main#content article#text { float:left!important; width:100%!important; }

Show more

Contact the author

This author will respond to buyers' questions and provides limited support through their own support system.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

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