If your website won't load after updating to BuddyPress 12.1.1 it is likely a conflict with bbPress or another BuddyPress compatible plugin. Install the BP Classic plugin to fix this issue.

Okay
  Print

Buddy

I cannot access the drop down menu links on Android devices? By default Android will redirect to the top level menu item link URL as soon as it is tapped. To display a submenu, users must tap, and without lifting their finger slide off of the menu item.

What SEO plugin do you recommend? All my themes work well with "Yoast SEO" WordPress plugin: https://wordpress.org/plugins/wordpress-seo/

How I do I disable the WordPress Admin Bar for users? WordPress is adding the admin bar to your website, not the theme. You can use the following plugin to disable the admin bar: https://en-gb.wordpress.org/plugins/hide-admin-bar/ If you're using BuddyPress go to Settings > Bu ...

How do I insert advertisements on my site? To insert advertisements in the header and footer go to the Theme Options page of your theme and locate the header and footer content options (not available on all themes). To insert advertisements in your sidebar go to Ap ...

My page(s) look weird? This is probably because you have:Or:tags within your page text boxes. Edit your pages, switch to the Text/HTML tab and remove all occurrences of these tags.

How do I resize Google ads on my site? Visit the following site which explains how to make your Google ads responsive: http://www.labnol.org/internet/google-adsense-responsive-design/25252

I cannot see any related posts? Related posts are only displayed if posts have one or more of the same post tags as the post you are viewing. To add post tags to posts, on the right-hand side of the post add your tags from the "Tags" panel.

How do I allow users to register to my site? This is a general WordPress option that can be found under Settings -> General -> Anyone can register. If you're using BuddyPress the register page should have been created automatically. If it has not, create a new page cal ...

How do I display related posts based on categories instead of tags? In your child theme's functions.php file add: function ghostpool_related_posts_by_cats( $tags, $cats ) { return $cats; } add_filter( 'ghostpool_related_posts_type', 'ghostpool_related_posts_by_cats', 10, 2 );

How do I centre the logo and/or navigation? Go to Theme Options > CSS Settings and add:#header { text-align: center; } #logo { float: none; } #nav { float: none; position: static; display: inline-block; margin-top: 30px; text-align: left; } #bp-butto ...

I do not receive emails from the contact form? The are several reasons why you may not be receiving the emails: 1. Your emails are being sent to your spam/junk mail folder 2. You have entered the wrong email address in the contact form shortcode 3. Your web host ...

I get a Page Not Found error when I click on links? Sometimes your server rewrite rules need flushing. To do this go to Settings -> Permalinks and save the page. In some cases you may need to change the permalink structure. To do this in the Custom Structure field add the f ...

How do I change the size of the videos in the lightbox? You need to add the desired width and height to the video URL. For example for a YouTube video with the URL http://youtu.be/oeuHxC1cF0o you would add the following to the end of the URL &width=500&height=250 to give http://yo ...

How do I remove the comments section from pages? Go to Pages -> All Pages and edit the desired pages. In the top right corner of the page click the Screen Options button and make sure the Discussion box is checked. Now scroll down the page and locate the discussion panel an ...

Can I display different widgets on different categories? Yes you can do this using the "Display Widgets" WordPress plugin, which allows you to specify which posts, pages and/or categories individual widgets are displayed on.

How do I fix the header at the top of the page? Go to Theme Options > CSS Settings and add:#header { position: fixed; width: 1200px; } @media only screen and (min-width: 1024px) and (max-width: 1199px) { #header { width: 1000px; } } @media only screen and (min-width: ...

I cannot see the icons on my site? This is probably because of a permission issues with the font used to display the icons. Using an FTP client set lib/fonts/ and lib/fonts/fontawesome/ permissions to 755 and the font file permissions to 644.

Why do I not see the featured images on my site? 1) Make sure you have selected a featured image for each post/page/slide. 2) Make sure you have not set the image width to 0 or left it empty on the Theme Options pages, Also make sure you've not set it to 0 (it can be left ...

It says the theme is broken or missing a style sheet? If after installing the theme it says it is broken or the style sheet is missing it's nothing to worry. This is one of the most common errors new users to WordPress experience. To upload the theme correctly do the following: ...

How do users add avatars (images) to their profiles? WordPress uses Gravatar to add avatars (user images). Register a free account at http://gravatar.com, associate it with the email you're using on your WordPress site and upload your avatar image. Now go back to your site and ...

How do I remove the latest activity update in the profile header? If you're trying to remove the latest activity text from your profile header and it doesn't exist in the activity stream you can manually delete it. In your child theme's functions.php file add the following: delete_user_met ...

How can I make the slider transition automatically? Edit the page containing the slider (probably your homepage) and locate the slider shortcode e.g.[slider timeout="0" margins="0,0,15,0"]Change the "timeout" value of 0 to the number of seconds between slide transitions. So fo ...

How do I find my ThemeForest Item Purchase Code? To find your licence key/purchase code you need to log into your ThemeForest account and go to your “Downloads” page. Locate the relevant theme and click on the Download button and next on the License Certificate & pu ...

Why am I not receiving emails? This is unlikely to be a theme issue and it is most likely server or plugin related.  To test this, activate the default Twenty Twenty-One theme (don't worry this won't affect your site content). If the issues still occur ...

Increasing WordPress Upload Limit To increase the WordPress Upload Limit do the following: Step 1: Locate the php.ini file inside the wp-admin directory (if you’re not sure how to do this, ignore the steps below and contact your webhost who can do this fo ...

Increasing Post Maximum Size To increase the Post Maximum Size do the following: Step 1: Locate the php.ini file inside the /wp-admin directory using an FTP client or file manager in your web hosting control panel (if you’re not sure how to do this, i ...

How do I show the back to top button on mobile/tablet devices? Go to Theme Options > Styling and in the CSS Code box add : @media only screen and (max-width: 1023px) {     .gp-theme #gp-to-top { display: block !important; opacity: 0.7 !important;     } }

CDN images are not working on my site? The theme uses the Aqua Resizer script to resize/crop images to the selected size, this script only accepts images hosted on the same server as the site so CDN images will not work. In order to support CDN images you will ne ...

How do I add a BuddyPress cover image? Go to Settings > BuddyPress, click the Options tab and make sure Allow registered members to upload cover images is checked. Now go to your BuddyPress profile page, by clicking your username anywhere on the site and cli ...

How do I change the widget header background color? Go to Theme Options -> CSS and in the CSS Code box add:.widget .widgettitle { background-color: #000; color: #fff; margin-top: -20px; padding-top: 15px; border-radius: 4px 4px 0px 0px; }Replace #000 with the colour code ...

I would like a refund? Before requesting a refund If you're having any issues with a theme you've just purchased this can be incredibly frustrating, however in most cases the issues can be quickly resolved. Please follow the steps in the document ...

Creating BuddyPress Profile Menus Step 1: Go to Appearance > Menus and create or edit an existing menu. Step 2: Click the Screen Options tab in the top right corner of the page and make sure the BuddyPress Member option is checked. Step 3: Now scroll do ...

Adding Google Webfonts 1) In your child theme's functions.php file add: function ghostpool_google_webfonts() { echo ''; } add_action( 'wp_head', 'ghostpool_google_webfonts' ); Make sure you activate the child theme to load this code.2) Go ...

How do I remove specific entries from activity stream? If you want to exclude certain activity entries from your activity stream add the following to your child theme's functions.php file: function ghostpool_activity_dont_save( $activity_object ) { $exclude = array( ...

How do I set up the bbPress forum like the demo? The forums seen in the demo site are created using the bbPress plugin. Please install and activate this plugin from Plugins > Add New and search for "bbpress". Once you've activated the plugin your forums should be located a ...

How do I modify the BuddyPress registration fields/template? Modifying Registration Fields: BuddyPress provide documentation on how to modify the registration fields here: https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/ Modifying Registration Tem ...

I can't login because it says "Incorrect Captcha"? This is because you have activated the Google Captcha plugin but not set it up. If you don't want to use a captcha on the login form, go to Plugins > Installed Plugins and deactivated the Google Captcha plugin.  If you do ...

How do I modify X and Y on my BuddyPress pages? Most BuddyPress page templates can be modified by adding the directory structure and file within your theme folder to override the default styling as explained here: https://codex.buddypress.org/themes/theme-compatibility- ...

My site is running slow, what can I do? Before blaming the theme there are a number of things that may be causing your site to slow down.  First ask yourself, does this issue occur when you are using any other theme? If it does, then it's probably a server or plu ...

Why do I have so many different versions of the same image on my server? If you look in your uploads folder and see different versions of the same image this is perfectly normal. The theme crops each image to different sizes because these sizes are used in various places on your website. So you ma ...

I can see shortcodes in my excerpts - how do I use custom excerpts? Excerpts do not support shortcodes or HTML, they just display unformatted text. By default excerpts will strip all the HTML tags but you'll see raw shortcodes so you'll need to use custom excerpts to remove these. To do th ...

I can't update the theme - it says update failed? You must now use the Envato Market WordPress plugin to update the theme. When you do, sometimes you may see an update failed message. To fix this try the following: 1) Firstly, try clicking the update link again, sometimes ...

Increasing Maximum Input Vars Maximum input vars limit the number of input variables which affect menus and theme options in the Aardvark theme. To increase the Maximum input vars do the following: Method 1: Increasing Max Input Vars In .htaccess File S ...

Increasing PHP Maximum Execution Time To increase the PHP Maximum Execution Time do the following: Method 1: Editing .htaccess File Manually Step 1: Locate the .htaccess file inside the root of your WordPress installation (located in the same folder as your /wp ...

How do I show inactive members in my BuddyPress members directory? For current members: BuddyPress will only show users in the members directory if they have  logged into to their account. You can get around this and activate all user accounts by installing and activating the Retroactive B ...

How do I add a Favicon to my site? This is controlled by WordPress, not the theme. Go to Appearance > Customize > Site Identity > Site Icon.

Increasing PHP Memory Limit To increase the PHP Memory Limit do the following: Method 1: Increasing Memory Limit In wp-config.php File Step 1: Locate the wp-config.php file inside the root of your WordPress installation (located in the same folder a ...

How do I create BuddyPress groups? I'm not sure why I get this question so often as creating groups has nothing to do with the theme, it's part of the BuddyPress plugin. However since I'm always asked please check the following: 1) Go to Settings > BuddyPress ...

I cannot import the demo data If you cannot import the demo data because it never completes the import process or you receive an error it could be because one of the following reasons: Your PHP memory, file upload size, and/or execution limits are set t ...

I can't see the BuddyPress/bbPress pages? 1) Please ensure you have installed and activated the BuddyPress and bbPress plugins. 2) Go to Settings -> BuddyPress and click the Components tabs and enable "User Groups" and any other features you want to use. 3) ...

Updating your PHP version The theme requires at least PHP 7.3 or above because this is what WordPress itself recommends. Updating Your PHP Version In most cases you cannot update the PHP version yourself and need to contact your host about this. The ...

Editing the BuddyPress profile tabs Please see:https://rtmedia.io/docs/developers/add-remove-buddypress-tabs/

Enabling the "BuddyPress Legacy" Template Pack This theme requires that you enable the BuddyPress Legacy template pack. To do this go to Settings > BuddyPress > Options and from the Template Pack dropdown menu select "BuddyPress Legacy" and click Save Settings.

My BuddyPress widgets have disappeared? BuddyPress widgets have been removed from version BuddyPress version 12.0.0 and later. You can restore these widgets by using the BP Classic plugin. Please note, the widgets will not automatically reappear. You will need to ...

"The link you followed has expired. Please try again." error You are seeing this error because the theme is too big to be uploaded to your site. This is because your web host has set one of the following too low: - PHP Memory Limit (should be 256MB or higher) - Post Maximum Size (sh ...

How to install the default Twenty-Twenty * themes? You may want to install the default WordPress theme in order to see if an issue still occurs when switching themes. To install the default WordPress theme do the following:Go to the "Appearance" section on the left-hand side ...

After updating BuddyPress my website won't load or I get a fatal error? If after updating to BuddyPress 12.1.1 your website won't load or you're getting a fatal error similar to this: PHP Fatal error: Uncaught Error: Call to undefined function bp_core_get_user_domain() It is likely a confli ...

How to add custom fields There are two ways to add custom fields depending on if you're using the Gutenberg Editor or Classic Editor. If the fields are hidden use the Show Hidden Post Meta plugin to show hidden fields. Gutenberg Editor Edit or cr ...

How do I add/edit the favicon? This is a core WordPress option and not part of the theme. Go to Appearance > Customize > Site Identity > Site Icon to change the favicon.

Limit the number of cores using MAGICK_THREAD_LIMIT In certain versions of ImageMagick there is a problem when trying to import the demo images and the system becomes extremely slow. This causes the demo importer to never complete. You can use a workaround to fix this as follo ...

BuddyPress members and groups have not been imported? The demo importer does not import members and groups. If you want to import these you can use a plugin such as BuddyPress Default Data.

Finding the cause of your issue(s) To find the cause of the issue(s) please do the following: 1. Update The Theme/PluginsEnsure you using the latest version of the theme and required plugins. We will not look at any issues if you haven’t updated these. To ...