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.
<?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.
Hello
1. Yes
2. It’s possible with this plugin – https://wordpress.org/plugins/invite-anyone/
3. Yes – https://buddyuser.com/plugin-review-simple-buddypress-profile-privacy
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?
Hello
Each section has unique id – https://imgur.com/a/yXExwAk You can use css, for example
section.elementor-element-7139ea4 { display:none!important; }
It is not clear to me where to find the unique IDs for these two sections and now my page is broken. I tried to look at the code but did not see the sections. I just need to put this into the homepage custom CSS, correct?
You can put it to appearance -> customize -> additional css
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.
Hello
Try to open the cinematix/header.php file and replace:
get_theme_mod( 'cinematix_preloader_enable', false ) === true
for:
get_theme_mod( 'cinematix_preloader_enable', false ) == 1
This is how it looks – https://imgur.com/a/SZL6vc0
thank you!
I exchanged the above.
After that, if you enter [Activate] in [Put page slug available to guest:], you can authenticate and login, but [500 internal server error] is displayed.
Do you know the solution?
So does it happen each time after login?
Sorry for late reply.
Occurs during authentication after temporary registration. It comes out every time.
I can duplicate your problem – https://diaboliquedesign.com/screenshots/3/screenshot_at_18-06-02.png then after click on the log in button it redirects to the login page. Maybe there is conflict with some plugin, does it work when a default wp theme is active?
Did not come out by default I will check the plugin relationship
Please tell me one more thing. When displayed on a smartphone, the sidebar breaks in the footer.
Is there a solution?
Can you show a screenshot how does it look?
Displaying near the footer breaks the bottom
By the way, can I close the sidebar with a slide action?
Please open themes/ciematix/footer.php, remove everything and paste it -> https://pastebin.com/dQ0fENYa
Let me know is there everything working fine then I will apply this fix in the next update.
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/59c2981f46Please 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?
Hello
You should edit the Frontpage 1 Elementor with elementor -> https://diaboliquedesign.com/screenshots/2/Screenshot-at-22-19-09.png
I did but it didn’t change when I viewed my website through my browser
Probably you setup a different page as your frontpage udder settings -> reading. It should be Frontpage 1 Elementor
I have the right set up. Please confirm from this screenshot: https://snipboard.io/HPSwzZ.jpg
Maybe the old image is still in the web browser cache.
Not at all, I cleared all histories…cache, cookies, etc etc inclusive and still the changes didn’t reflect.
Are they visible on the elementor preview mode (eye icon)?
yes they are: https://snipboard.io/kJji0g.jpg
Well, then I need login credentials to your wp dashboard so I will make few tests.
ok where do I send…here?
You can send it via this contact form – https://themeforest.net/user/diabolique
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?
I am trying to login to the demo environment with the provided codes demo/demo, but it seems it doesn’t work. please help.
It’s
Demo
demo
yes, that’s what i am typing username “demo” and password “demo”.
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.
Hello
1920 px × 1454 px is recommnded
I just tested color customisation and it works fine – https://diaboliquedesign.com/screenshots/2/Screenshot-at-14-05-37.png
There is also a global setting for body:
body { color: #ffffff; }
You can paste this css snippet in appearance -> customise -> additional css
I tried all of this and nothing is changing. Check out WeekendStartupWarriors.com
I see some colors were changed – https://diaboliquedesign.com/screenshots/2/Screenshot-at-23-45-00.png
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