-
DD
KeymasterHello
How did you show blog posts? What code/plugin you used?
DD
KeymasterYou didn’t update style because still I see Version: 3.7.6 instead of 3.7.6.1. Please replace whole theme.
DD
KeymasterNovember 29, 2021 at 16:43 in reply to: Looks like something’s gone wrong. Wait a couple seconds, and then try again.Are you talking about elementor (what page?) or appearance -> customize page?
DD
KeymasterI checked out the Elementor #7523 page on your site and everything looks fine https://diaboliquedesign.com/screenshots/3/screenshot_at_14-30-35.png
DD
KeymasterTry to install this updated theme – https://diaboliquedesign.com/demo/onecommunity-new/onecommunity-theme.zip
DD
KeymasterI need to see the website, like I said probably there is still old style.css
DD
KeymasterHello
Please check out this message – https://diaboliquedesign.com/screenshots/3/screenshot_at_18-20-34.png
DD
KeymasterDD
KeymasterIt seems like old style.css is stored in cache.
In the functions.php replace:wp_enqueue_style( 'onecommunity-style', get_stylesheet_uri() );for:
wp_enqueue_style( 'onecommunity-style', get_stylesheet_uri(), array(), rand(111,9999), 'all' );DD
KeymasterPlease open wp-content/themes/cinematix/page.php, remove everything and paste it – https://pastebin.com/dC0Ah7mZ
DD
KeymasterNovember 23, 2021 at 16:02 in reply to: Changing background colours of text input boxes and woo commerce checkout boxes.for instance the woo boxes on checkout are currently displaying white on white
Please open wp-content/themes/cinematix/style.css, remove everthing and paste it:
https://diaboliquedesign.com/demo/cinematix-new/wp-content/themes/cinematix/style.css?ver=6583If you find and color issues then please let me know.
Is there an easy way to Place all the theme’s colours in a child css ‘colours style’ rather than have them littered throughout the main theme’s css? – Or am I missing an easy fix?
You can put it in the style.css of the child theme.
Here is a trick how to easy find styling of each theme element -> https://diaboliquedesign.com/demo/cinematix-new/Help/#customize
DD
KeymasterNovember 23, 2021 at 13:21 in reply to: Add topics list shorcode on forum tag in a specific group templateHello
Here is the list of bbpress shortcodes – https://codex.bbpress.org/features/shortcodes/
In your case it would be[bbp-single-forum id=$forum_id]bbpress uses this template – wp-content/themes/onecommunity/buddypress/groups/single/home.php
You should put it just before</main><!-- content -->DD
KeymasterPlease open wp-content/themes/onecommunity/style.css, remove everything and paste it ->
https://diaboliquedesign.com/demo/onecommunity-new/wp-content/themes/onecommunity/style.cssOpen wp-content/themes/onecommunity/inc/customizer-style.php
remove everything and paste it -> https://pastebin.com/XkDyTVkXDD
KeymasterPlease open wp-content/themes/onecommunity/style.css, remove everything and paste it https://diaboliquedesign.com/demo/onecommunity-new/wp-content/themes/onecommunity/style.css
DD
KeymasterNovember 22, 2021 at 14:42 in reply to: Colors in dark modeIt seems like this module of elementor isn’t ready to work with dark mode (it doesn’t inherit colors from parent elements). You should use CSS snippet, something like this:
body.dark-mode .some-element { background:#dfdfdf!important; }And how can I fix the color of the buttons in dark mode? https://drive.google.com/file/d/1lYrYbYjAvEOv1ZVZsdlJggdiQzmEgyKJ/view?usp=sharing
Please open wp-content/themes/onecommunity/inc/customizer-style.php, remove everything and paste it – https://pastebin.com/HAMJQ43s
DD
KeymasterYou should’s translate links, translate names only, if you do this then you should know what you are doing, generally in buddypress link slugs are not translatable.
DD
KeymasterNovember 22, 2021 at 13:38 in reply to: Dynamic portfolio carousel to show posted group media or wall post media contentLike I said there is possible to display list of all recent images using rtmedia shortcode. Speaking about slider, seems like there is no such solution probably because users upload images in totally different sizes (vertical, horizontal) and on slider each image should have similar size. In your case would be simpler just show gallery of recent images and slider with features images (where images are added manually by admin and linked to the original source).
DD
KeymasterAre you refering to this bug? – https://diaboliquedesign.com/screenshots/3/screenshot_at_13-48-56.png
I have fixed it on your side 2-3 days ago. If it’s other bug then please make a screenshot, upload it for example on https://imgur.com/upload and post link to the screenshot in this topic.DD
KeymasterUnfortunately I can’t duplicate your problem – https://diaboliquedesign.com/screenshots/3/screenshot_at_12-24-02.png
DD
KeymasterHello
In buddypress there are member types possible – https://codex.buddypress.org/developer/member-types/
DD
KeymasterHere is the info how to translate theme – https://diaboliquedesign.com/demo/cinematix-new/Help/#translate
DD
KeymasterHello
What text?
DD
KeymasterNovember 17, 2021 at 10:54 in reply to: Homepage editingPlease check out this tutorial – https://elementor.com/help/adding-templates/
DD
KeymasterNovember 17, 2021 at 10:42 in reply to: Font customizationTry to put this url
//fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400and this nameFira SansDD
KeymasterThe problem can be caused by some additionally installed plugin.
DD
KeymasterHello
Probably you downloaded theme only instead of full zip file with docs etc. there should be
Demo Contentfolder with instructions.DD
KeymasterHello
Which one exactly? I tested buddypress activities and it works fine -> https://diaboliquedesign.com/demo/onecommunity-new/activity/
DD
KeymasterThere are displayed events related to buddypress (e.g. forums inside buddypress groups).
DD
KeymasterYou don’t need, it’s a fragment cache which reduces server usage.
DD
KeymasterNovember 16, 2021 at 14:19 in reply to: Font customizationJust put it //fonts.googleapis.com/css?family=Roboto:200,200i,300,300i,400,400i,600,700,800,900&display=swap instead of //fonts.googleapis.com/css?family=Nunito:400,400i,600,700,800,900&display=swap
andRobotoname instead ofNunito1st font is for headings, the 2nd one is for content.
DD
KeymasterNovember 16, 2021 at 13:21 in reply to: Homepage editingYou can asign each elementor template to a different page – https://diaboliquedesign.com/screenshots/3/screenshot_at_14-18-55.png
At the very bottom is Add Template button -> https://diaboliquedesign.com/screenshots/3/screenshot_at_14-21-03.pngDD
KeymasterIt seems like you have enabled transients (fragment cache) appearance -> customize -> transients
DD
KeymasterNovember 15, 2021 at 12:22 in reply to: Editing Header MenuHello
Please disable Enable transients for the header menu under Appearance -> Customize
DD
KeymasterNovember 15, 2021 at 12:21 in reply to: Homepage editingHello
Just open Frontpage 1 Elementor, Frontpage 2 Elementor, Frontpage 3 Elementor or Frontpage 4 Elementor pages (wp dashboard -> pages) using Elementor.
DD
KeymasterNovember 15, 2021 at 12:15 in reply to: Font customizationHello
You can change it under appearance -> customize -> fonts (if you are not using youzify theme variant).
DD
KeymasterNovember 9, 2021 at 10:16 in reply to: Getting error in widgets page.They recommended to install this plugin – https://wordpress.org/plugins/classic-widgets/
DD
KeymasterNovember 8, 2021 at 16:45 in reply to: Getting error in widgets page.They are still working on the fix, the problem is caused by Youzify Group Suggestions and Youzify Friend Suggestions widgets, if you remove these 2 widgets then it will work fine.
DD
KeymasterHello
I will take a look on it and let you know about progress.
DD
KeymasterNovember 2, 2021 at 19:30 in reply to: Like button inactiveActually this theme is prepared to work with one setup only. If you remove wp ulike section from style.css then you can try other settings.
DD
KeymasterOctober 31, 2021 at 09:07 in reply to: Getting error in widgets page.It seems like the youzify issue and it happens to all themes, I have reported it to the youzify developer. Sorry for the inconvenience.
DD
KeymasterPlease remove ajax search pro plugin and install once again using plugins installation wizard.
DD
KeymasterOctober 23, 2021 at 11:26 in reply to: Like button inactivePlease setup all ULike settings just like on this screenshot – https://diaboliquedesign.com/demo/onecommunity-new/Help/#ulike
DD
KeymasterOctober 23, 2021 at 10:26 in reply to: widgetDid you use the custom html widget? – https://diaboliquedesign.com/screenshots/3/Screenshot-at-12-25-25.png
Can you paste the full code of your advertisement here https://pastebin.com/ and publish the link hereDD
KeymasterOctober 21, 2021 at 09:42 in reply to: Like button inactiveHello
Can you show a screenshot how does it look?
DD
KeymasterOctober 21, 2021 at 09:39 in reply to: widgetWhat is code of the ad?
DD
KeymasterOctober 21, 2021 at 09:21 in reply to: aictivate emailPlease check it out – https://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/25664
DD
KeymasterHello
Yes, if there will be some problem after deactivation then let me know.
DD
KeymasterPlease check it out – https://themeforest.net/item/onecommunity-buddypress-theme/3713046/faqs/48366
DD
KeymasterIf you want to link to a login page then open wp-content/themes/onecommunity/header.php remove
header-top-login-jump login-popup-actionand after<aadd it href=”/login”. Then create login page with login slug and this shortcode[onecommunity-login]DD
KeymasterOctober 8, 2021 at 10:03 in reply to: RSS Button ErrorHello
It’s normal for such feeds. You can hide it using following css:
li.feed { display:none!important; }DD
KeymasterHello
You should enable pop up login for frontpage under customize -> general
DD
KeymasterOctober 7, 2021 at 11:40 in reply to: We cant able to edit PageI have added this code line in the .htaccess (at the very bottom)
php_value memory_limit 700Mand it caused Internal Server Error, it can be removed via hosting files manager only. Anyway I disabled 1 heavy plugin (woocommerce in this case) and elementor worked, it seems like on your site is required more memory.
DD
KeymasterOctober 7, 2021 at 10:59 in reply to: Mobile Profile Image Bug FixI just fixed it, fixing code is in the customizer -> additional css
DD
KeymasterLike I said you can recopy this function in the child theme functions.php file
DD
KeymasterOctober 6, 2021 at 11:40 in reply to: We cant able to edit PageHello
Well, if you send login credentials to your wp dashboard via contact form then it will be easier to find the problem source.
DD
KeymasterHello
In the
onecommunity_gamipress_leaderboard_bigfunction replace$leaderboard .= '<a href="' . esc_url( home_url( '/' ) ) . 'members/' . $user_info->user_nicename . '" class="name">' . $user_nicename = $user_info->display_name . '</a>';for:
$leaderboard .= '<a href="' . esc_url( home_url( '/' ) ) . 'members/' . $user_info->user_nicename . '" class="name">' . $user_info->first_name . ' ' . $user_info->last_name .'</a>';You can just copy this all
onecommunity_gamipress_leaderboard_bigfunction, replace onecommunity_gamipress_leaderboard_big for onecommunity_gamipress_leaderboard_big_2 and onecommunity-gamipress-leaderboard-big for onecommunity-gamipress-leaderboard-big-2 and paste it in the child theme functions.php file. Now open onecommunity-new/wp-content/themes/onecommunity/leaderboard.php and change onecommunity-gamipress-leaderboard-big for onecommunity-gamipress-leaderboard-big-2 in 2 places.DD
KeymasterOctober 4, 2021 at 15:13 in reply to: We cant able to edit PageAdd such code line at the very bottom of the .htaccess (root of wp installation):
php_value memory_limit 400MDD
KeymasterOctober 4, 2021 at 12:48 in reply to: We cant able to edit PageThere is not enough memory, there is required about 512 MB -> https://docs.rackspace.com/support/how-to/php-memory-limit/
DD
KeymasterOctober 2, 2021 at 09:13 in reply to: We cant able to edit PageAre you sure you have setup a proper admin email under settings -> general and under users -> all users -> admin?
Otherwise please open the wp-config.php file in the root of your wp installation and changedefine( 'WP_DEBUG', false );for:
define( 'WP_DEBUG', true );then you should see more detailed error message.
DD
KeymasterOctober 1, 2021 at 11:56 in reply to: Reply box layout – Displays differently based on the type of accountHello
Please open wp-content/themes/onecommunity/css/bbpress.min.css, remove everything and paste code available under this URL – https://diaboliquedesign.com/demo/onecommunity-new/wp-content/themes/onecommunity/css/bbpress.min.css?ver=2.6.6
DD
KeymasterSeptember 30, 2021 at 09:12 in reply to: Search Page alignment issuePlease add this CSS too:
body.search #sidebar, body.search #sidebar-spacer { display:none!important; } body.search main#content { width:100%!important; } .blog-classic h1.blog-post-title { width:100%!important; } .single-post-details { width:100%!important; }DD
KeymasterSeptember 29, 2021 at 10:08 in reply to: We cant able to edit PageLike I said you should find more detailed error message related to Elementor in the admin e-mail box.
DD
KeymasterSeptember 29, 2021 at 09:31 in reply to: Search Page alignment issueInstead of this css
body.search-results main#content .blog-post article { float:left; width:100%; }
please use this css
body.search main#content .blog-post article { float:left; width:100%; }DD
KeymasterSeptember 28, 2021 at 10:36 in reply to: We cant able to edit PageHello
You should receive more detailed error related to elementor on your admin e-mail box.
All other warnings will disappear if you delete the onecommuity/buddypress/common/js-templates folder.
DD
KeymasterSeptember 28, 2021 at 09:57 in reply to: Website Speed Super SlowHello
Please check out the XIX. How to increase speed of your website? chapter in the theme doc -> https://diaboliquedesign.com/demo/onecommunity-new/Help/#speed
DD
KeymasterSeptember 27, 2021 at 11:32 in reply to: Mobile Profile Image Bug FixOK, please send me login credentials to your wp dashboard so I will take a look on it. you can send it via this contact form – https://themeforest.net/user/diabolique
DD
KeymasterYou can use widget called Gamipress User Earnings or Gamipress User Points.
DD
KeymasterHello
Is it working when a default WP theme is active?
DD
KeymasterSeptember 23, 2021 at 09:50 in reply to: Search Page alignment issueHello
Please open wp-content/themes/onecommunity/search.php remove everything and paste it https://pastebin.com/y0LjFPvr
Also add this style under customizer -> additional cssbody.search-results main#content .blog-post article { float:left; width:100%; }DD
KeymasterSeptember 22, 2021 at 10:53 in reply to: Cannot post on profileHello
Are you using youzify 3.2.2? If not then please remove old this plugin and install the new version with the plugins installation wizard.
