-
DD
KeymasterFebruary 16, 2023 at 14:59 in reply to: Forum post counterHello,
Try this plugin – https://wordpress.org/plugins/bbp-topic-count/
Do you use the youzify theme variant?
DD
KeymasterDo you have following files in the child theme?
wp-content/themes/onecommunity-child/img/icon-facebook.svg wp-content/themes/onecommunity-child/img/icon-instagram.svg wp-content/themes/onecommunity-child/img/icon-rss.svg wp-content/themes/onecommunity-child/img/icon-twitter.svg wp-content/themes/onecommunity-child/img/icon-youtube.svgThere is a ready child theme shipped with the main theme.
DD
KeymasterI mean html code when you view the page source in the web browser. Do you use a child theme?
DD
KeymasterBut what is meant by unwrapping it ? can you clarify what it should look like
It means remove this html tag:
<aside id="left">...</aside>And also my twitter, facebook and reddit icons are not showing
How html code of this icons look like? Especially src=”…” inside img tag.
DD
KeymasterActually it’s 960×540 -> https://diaboliquedesign.com/demo/onecommunity-youzer/an-amazing-camera-and-serious-ai-smarts/ and it’s defined in the the theme’s functions.php:
add_image_size( 'post-thumbnail-2', 960, 540, true );DD
KeymasterJanuary 27, 2023 at 15:35 in reply to: Ajax Search pro update issuesUpdate is available now
DD
KeymasterJanuary 26, 2023 at 14:35 in reply to: LiteSpeed Cache PluginPlease try again, I exported it with the latest version of the LiteSpeed Cache plugin.
DD
KeymasterJanuary 25, 2023 at 18:05 in reply to: Why so many profile details on register ? How to put only somes ?You can’t edit the title of each profile field? – https://diaboliquedesign.com/screenshots/4/screenshot_at_19-04-48.png
DD
KeymasterJanuary 25, 2023 at 17:58 in reply to: [wpdreams_ajaxsearchpro id=1]It can be changed under ajax search settings.
DD
KeymasterHere is a contact form – https://themeforest.net/user/diabolique
DD
KeymasterHello
I can’t duplicate your problem – https://diaboliquedesign.com/screenshots/4/screenshot_at_16-20-24.png
Does it work when a default WP theme is active? What web browser are you using?
DD
KeymasterJanuary 13, 2023 at 14:38 in reply to: All in one WP migration freezesHello,
Are you able to upload bigger 300 MB file using the files manager like this one? – https://wordpress.org/plugins/file-manager-advanced/
Try to install Duplicator demo content
DD
KeymasterDecember 29, 2022 at 13:32 in reply to: search result page not workingI tested Ivory search on the test site and it’s working fine – https://diaboliquedesign.com/demo/onecommunity/news/ (bottom of the sidebar)
DD
KeymasterDecember 27, 2022 at 16:36 in reply to: Ajax Search pro update issuesPlease remove the Ajax Search Pro plugin and and install it again
DD
KeymasterDecember 22, 2022 at 14:28 in reply to: search result page not workingHello,
Does it work when you use this search under a default theme? On the live demo it’s working fine – https://diaboliquedesign.com/demo/onecommunity-new/?s=lorem
Maybe this search engine doesn’t search everything on the site.DD
KeymasterIt counts blog posts only. I just tested it and it changes count instantly.
DD
KeymasterDecember 20, 2022 at 15:17 in reply to: Cannot modify headerI don’t think it’s possible with most themes. You can build your own header with this Elementor extension – https://elementor.com/blog/header-footer-builder/ but there won’t be user profile.
DD
KeymasterPlease go to WP Customizer -> General and check “Enable the blog posts tab on the buddypress user profile”.
DD
KeymasterI suppose this counter can be cached and not updated instantly.
DD
KeymasterOpen buddypress\groups\single\cover-image-header.php and inside item-header-details div paste it
Posts count: <?php echo count_user_posts(bp_get_displayed_user_id(),true); ?>DD
KeymasterIt’s 404.php file in the theme folder, this page content should be changed using language file. Check out the IX. How to translate theme? chapter -> https://diaboliquedesign.com/demo/onecommunity-new/Help/#translate
DD
KeymasterDecember 5, 2022 at 15:59 in reply to: Pages loading very slowlyCancelled URLs? What is it? On the live demo speed is 0.583 seconds. You can see it viewing the page source – https://diaboliquedesign.com/demo/onecommunity-new/ search for “queries in”
Anyway please read it – https://diaboliquedesign.com/demo/onecommunity-new/Help/#speed
It can be caused by some bots too which you should block.
DD
KeymasterI think it will be only possible if user will subscribe each forum category.
DD
KeymasterNovember 16, 2022 at 15:26 in reply to: Help with installation demoYou should download full zip file from Themeforest then you will find “Demo Content” folder with instructions inside.
DD
KeymasterNovember 8, 2022 at 15:15 in reply to: editing activity page?As far as I remember you wanted to add shortcode of reactions [sharethis-reaction-buttons] under the post so code will be following:
<?php echo do_shortcode("[sharethis-reaction-buttons]"); ?>DD
KeymasterIt’s not so simple, this code can show comments activity, you should inc/bp-activity-entry.php to the location which will be reachable for this code
if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&per_page=5&page=1&action=new_blog_comment' ) ) : while ( bp_activities() ) : bp_the_activity(); include( ONECOMMUNITY_SHORTCODES_PATH . 'inc/bp-activity-entry.php' ); endwhile; endif;DD
KeymasterNovember 5, 2022 at 10:47 in reply to: editing activity page?Buddypress pages are not editable by page builders. This shortcode can be added in this file – wp-content/themes/onecommunity/buddypress/activity/entry.php
DD
KeymasterIt’s not so simple because comments belongs to wordpress and user profiles to buddypress
DD
KeymasterNovember 4, 2022 at 15:11 in reply to: editing activity page?Hello
What page are you trying to edit?
DD
KeymasterOctober 31, 2022 at 10:10 in reply to: logo main header sizeHello,
It would be impossible because there is no enough space for bigger logo.
DD
KeymasterOctober 31, 2022 at 09:55 in reply to: Error: Purchase code invalid?Hello
Support can be activated on this forum only. Theme doesn’t require activation.
DD
KeymasterOctober 28, 2022 at 09:57 in reply to: short codePaste following code in theme functions.php
function BP_Groups_Count($atts, $content=null, $code="") { $return .= groups_get_total_group_count(); return $return; } add_shortcode('BPGroupsCount' , 'BP_Groups_Count' );then use following shortcode
[BPGroupsCount]Fow event I don’t think there is some counter available.
DD
KeymasterIt’s the user with the most gained points. It’s defined in this file (best-user div):
wp-content/plugins/onecommunity-shortcodes/inc/buddypress.phpDD
KeymasterOctober 15, 2022 at 12:32 in reply to: Demo import failed..Hello,
What is max file size upload allowed? I would change hosting company because you won’t be able to make backups of your site. On the live demo there is about 20 members, imagine if there will be few 1000s members with tons of content, photos, videos.
DD
KeymasterOctober 5, 2022 at 14:17 in reply to: How to update theme?How did you translated it? Language files are not in theme folder.
DD
KeymasterNo, remove it
#header-menu-container { display: none; } #compact-menu .menu ul li.mobile-only { display: block; }from
@media screen and (max-width:1300px) { ... }and add removed CSS inside:
@media screen and (max-width:760px) { … }DD
KeymasterOctober 3, 2022 at 11:33 in reply to: Activity and GroupsWell, then I need to see your website
DD
KeymasterIt seems like 17′ has tablet resolution.
Open wp-content/themes/cinematix/css/responsive.css, cut it
#header-menu-container { display: none; } #compact-menu .menu ul li.mobile-only { display: block; }inside:
@media screen and (max-width:1300px) { ... }and paste it inside:
@media screen and (max-width:760px) { ... }DD
KeymasterSeptember 29, 2022 at 16:01 in reply to: Ajax Search pro update issuesUpdate for bundled plugins isn’t provided by Envato or plugin author but by theme author and update isn’t available instantly after new version of plugin release. More info about bundled plugins can be found over here – https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins
I have just updated this plugin so you can remove the old version and install the new one.
DD
KeymasterSeptember 27, 2022 at 15:22 in reply to: BugI just fixed it, somehow empty wp-content/themes/onecommunity/buddypress/css/buddypress.css style file was used instead of wp-content/themes/onecommunity/buddypress/css/buddypress.min.css where all buddypress style was located.
DD
KeymasterSeptember 26, 2022 at 16:08 in reply to: BugYou can send it via this contact form – https://themeforest.net/user/diabolique
DD
KeymasterSeptember 26, 2022 at 16:06 in reply to: Activity and GroupsThey are already on frontpage (under elementor) and sidebars.
DD
KeymasterSeptember 23, 2022 at 13:36 in reply to: Activity and GroupsYou should remove all shortdoces related to these disabled components. Also enable a debug mode in wp-config.php so there will be more detailed error.
DD
KeymasterSeptember 23, 2022 at 13:28 in reply to: Show Past EventsHere is a list of all possible parameters of shortcodes – https://wp-events-plugin.com/documentation/event-search-attributes/ There is available scope=”past”
DD
KeymasterYou can enqueue this script using child theme, inside
function onecommunity_js_functions_child() {put this code
wp_enqueue_script( 'youzify-directories-js', get_template_directory_uri() . '/js/youzify-directories-js.js', true, null, 'in_footer' );You should put this js file in the child js folder.
DD
KeymasterIt looks like a bug of the Events Manager plugin, you should report it to the plugin developer.
DD
KeymasterSeptember 22, 2022 at 15:01 in reply to: BugI need to see the website then
DD
KeymasterI suppose it doesn’t work under other themes too so you should report it to the plugin author.
DD
KeymasterSeptember 21, 2022 at 16:50 in reply to: BugIt looks like broken javascript, does other javascript actions work? For example right bar with members?
DD
KeymasterI have no idea, can you translate other plugins?
DD
KeymasterWhile creating new language template (.pot) https://diaboliquedesign.com/screenshots/3/screenshot_at_16-08-58.png https://diaboliquedesign.com/screenshots/3/screenshot_at_16-07-32.png it will be saved here -> plugins/events-manager/events-manager.pot
Where can I translate the Events button? in picture belox
https://drive.google.com/file/d/1–2EHQ00GK2q0R6HH1ynksf9gjAwcnGh/view?usp=sharingUsing loco translate but somehow it doesn’t work for your language. Try to regenerate .pot file and translate it again.
DD
KeymasterPlease create the bp-custom.php file with following code:
function yzc_translate_text( $translated_text ) { switch ( $translated_text ) { case 'Search Members...' : $translated_text = __( 'translated', 'youzer' ); break; } return $translated_text; } add_filter( 'gettext', 'yzc_translate_text', 30 );DD
KeymasterI have contacted with youzify developer for this bug fix.
DD
KeymasterI don’t see such error message on your site.
DD
KeymasterBuddypress pages are not editable by Elementor. Using elementor you can create fresh registration page which can be used by buddypress.
DD
KeymasterHello
It is a part of BuddyPress plugin so you should translate the BuddyPress plugin
DD
KeymasterI see it works fine with all other languages excepts your current, I suspect there is few versions of your language (like GB vs. US english) and you selected different language under generall wp setting and different under event manager.
DD
KeymasterFrom the admin panel, go to WooCommerce > Product Visibility > Global visibility tab and select the category you want to hide.
DD
KeymasterDo you mean the right expandable bar with users?
DD
KeymasterSeptember 19, 2022 at 15:17 in reply to: User Profile EditingI am not sure what do you mean, there are widgets are available on sidebars, if you don’t use youzify.
DD
KeymasterI can’t test translation under group pages because your site requires paid membership – https://diaboliquedesign.com/screenshots/3/Screenshot-at-00-45-58.png
DD
KeymasterSeptember 16, 2022 at 22:21 in reply to: User Profile EditingThere is few gamipress widgets available under appearance -> widgets
DD
KeymasterSeptember 16, 2022 at 22:13 in reply to: Front Page Not editable.my elementor wouldn’t show the updates and wouldn’t work.
Are they visible on elementor preview mode?
There is max response time 2 business days – https://themeforest.net/item/onecommunity-buddypress-theme/3713046/support
DD
KeymasterSeptember 15, 2022 at 22:29 in reply to: Front Page Not editable.Did you setup it as your frontpage under Settings → Reading?
DD
KeymasterHello,
Thank you info, it will be fixed within next few days.
In the meantime install Events Manager 5.12.1 -> https://wordpress.org/plugins/events-manager/advanced/
DD
KeymasterLogin credentials doesn’t work, I see this error – Unknown username. Check again or try your email address.
DD
KeymasterOpen wp-content/themes/cinematix/js/login.js and replace
location.reload();for
window.location.href = 'https://www.your-domain-name.com';DD
KeymasterHere is a contact form – https://themeforest.net/user/diabolique
DD
KeymasterSeptember 12, 2022 at 14:48 in reply to: Footer plugin instalation – Gamipres problem, Members list disapeardActually you are the first client asking for it. It can be done using for example cookies.
DD
KeymasterSeptember 12, 2022 at 14:47 in reply to: Member menu not respondingThis is onecommunity theme
