Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

How to Fix Short Code Error

This topic is resolved
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Andrew Michaels
    Participant
    • 2 Topics
    • 8 Posts
    @andrewmichaels03

    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?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    Hi @andrewmichaels03,

    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.

    Andrew Michaels
    Participant
    • 2 Topics
    • 8 Posts
    @andrewmichaels03

    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.

    Andrew Michaels
    Participant
    • 2 Topics
    • 8 Posts
    @andrewmichaels03

    Hi there. Also noticed that calendar, today’s events, event list pages are missing. how do i get them without losing all progress?

    Andrew Michaels
    Participant
    • 2 Topics
    • 8 Posts
    @andrewmichaels03

    Also, why is no info popping up under forum statistics? it only shows its title

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    Hi @andrewmichaels03,

    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.

    Andrew Michaels
    Participant
    • 2 Topics
    • 8 Posts
    @andrewmichaels03

    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)

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    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:

    Adding Custom PHP Without Changing Your Child Theme

    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,

    Andrew Michaels
    Participant
    • 2 Topics
    • 8 Posts
    @andrewmichaels03

    Thank you so much for the feedback.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    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/24872621

    It 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!

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘How to Fix Short Code Error’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site