Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Pages › How to Fix Short Code Error
- This topic has 9 replies, 2 voices, and was last updated 4 years, 7 months ago by
Manathan.
-
AuthorPosts
-
Andrew MichaelsParticipant@andrewmichaels03
- 2 Topics
- 8 Posts
Hi there. When I go to Wiki and to KnowledgeBase this pops up: [epkb-knowledge-base id=1]
Also, under the organisers tab, how do i add organisers?
July 20, 2020 at 11:41 #15445@themodactyl- 0 Topics
- 6695 Posts
Thank you for buying our theme. We hope it will meet all your expectations. ?
Could you provide us with screenshots of your website please? Please don’t hesitate to comment or highlight your screenshots to help us better understand your issue.
Thank you.
July 20, 2020 at 12:10 #15447Andrew MichaelsParticipant@andrewmichaels03- 2 Topics
- 8 Posts
Hi. There you are able to see the shortcode, or error. Also, how do I add organisers?
I hope you don’t find this question as customization service, but do you know how I’d able to add a group video call feature? Any plugins you could recommend?
Thank you.
July 20, 2020 at 12:17 #15450Andrew MichaelsParticipant@andrewmichaels03- 2 Topics
- 8 Posts
Hi there. Also noticed that calendar, today’s events, event list pages are missing. how do i get them without losing all progress?
July 20, 2020 at 13:06 #15462Andrew MichaelsParticipant@andrewmichaels03- 2 Topics
- 8 Posts
Also, why is no info popping up under forum statistics? it only shows its title
July 20, 2020 at 13:51 #15463@themodactyl- 0 Topics
- 6695 Posts
I think if the shortcode is visible, it’s certainly because the Bnowledge Base plugin is missing : https://wordpress.org/plugins/echo-knowledge-base/
Thank you for bring these other issues to our attention. We’re glad to answer any question related with the setup of our theme.
However, it very difficult for us to provide the best support possible and to keep track of issues and their resolution if so many questions are asked in the same topic.
Moreover, it’s easier for us to share the resolution for a single issue with other members of our community facing the same problem.So, could you split your questions into different topics?
By doing this, you will be making a great contribution to this forum, and we thank you very much for that! 🙂Thank you.
July 22, 2020 at 15:04 #15507Andrew MichaelsParticipant@andrewmichaels03- 2 Topics
- 8 Posts
Hi there. I upgraded to php 7.4 and properly reinstalled my theme and from there everything worked perfectly. Thank you. I saw you had a snippet to hide admins from members directory, is it possible to hide members (subscribers) and only show admins? I’ll create another post for my other questions (in their respctive categories)
July 22, 2020 at 17:29 #15516@themodactyl- 0 Topics
- 6695 Posts
To change this, simply add the following code snippet to your website:
// Remove subscribers from the member directory function gwangi_hide_subscribers_from_directory( $qs = false, $object = false ) { $excluded_user = implode( ',', get_users( 'role=subscriber&fields=ID' ) ); if ( $object != 'members' && $object != 'friends' ) // hide subscribers to members & friends return $qs; $args = wp_parse_args( $qs ); if( ! empty( $args['user_id'] ) ) return $qs; if( ! empty( $args['exclude'] ) ) $args['exclude'] = $args['exclude'] . ',' . $excluded_user; else $args['exclude'] = $excluded_user; $qs = build_query( $args ); return $qs; } add_action( 'bp_ajax_querystring', 'gwangi_hide_subscribers_from_directory', 20, 2 );
To add this code snippet to your site, we recommend that you use a the Code Snippets plugin (https://wordpress.org/plugins/code-snippets/). If you have never activated this plugin, please read the following post:
Please also note that we don’t provide any theme customization. So, you shouldn’t expect other snippets from us unless it’s to fix an issue stemming from our own codebase. We always try our best to help theme users whenever we can and only provide code snippets out of courtesy to prevent them from waiting for the next update.
Regards,
July 23, 2020 at 10:55 #15537Andrew MichaelsParticipant@andrewmichaels03- 2 Topics
- 8 Posts
Thank you so much for the feedback.
July 23, 2020 at 11:44 #15550@themodactyl- 0 Topics
- 6695 Posts
You’re welcome! ?
If you’re happy with our theme, feel free to review our theme on our Themeforest page:
https://themeforest.net/item/cera-intranet-community-theme/24872621It very appreciated and it helps us making our products more known to new potential customers, which allow us more time to improve the quality over time and develop new features. It’s a win-win !
And by doing this, you will be making a great contribution to our community! #SharingIsCaring ??
Thank you!
July 23, 2020 at 11:46 #15551 -
AuthorPosts
The topic ‘How to Fix Short Code Error’ is closed to new replies.