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

Zine (formerly Magzine)

How do I set Web Hosting details? The web hosting details display on the right is generated from custom fields. To add/edit/delete these custom fields on your posts see: How to add custom fields Now you can use the following custom field names and set� ...

Ordering posts by views If ordering posts by views the theme will order by daily views but you can also order by weekly, monthly and all time views. To do this activate the Magzine Child theme and in the child theme's functions.php file add: fu ...

I get a "Sorry, the content area was not found in your page" error Go to GhostPool Core > Display Conditions and under Page Templates make sure you have a template set for the Entire Site condition. This template must contain the Post Content element so it loads the_content filter.

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 ...

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 ...

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.

How to edit/remove the loading icon? Go to GhostPool Core > Site Settings > Layout > Page Loader.

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: ...

Why are the Good and Bad Points not displaying on the page? If you've added good and bad points, ratings, a summary or any of the other options in the page settings and you don't see them on the frontend this is because the template this page uses does not contain the relevant elemen ...

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 ...

I can't get see any rating or page loader icons? If you can't see any of the theme icons such as for ratings or the page loader, gGo to Elementor > Settings > Features and disable the Inline Font Icons option.

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 ...

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 ...

Translating the months in release dates In your child theme's functions.php file add the following: function ghosptool_translate_months( $date ) { // Add all months you want translated $current_months = array( 'January', 'February', 'March', 'etc' ); ...

Comment form is not reloading after submitting comment This will happen if you've added a Comment element to an end point tab. To fix this you also need to add a Comment element to the main page (your hub page tab). You can hide this Comment element by editing the Comment element ...

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 ...

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 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 ...

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 ...

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 ...

Adding custom post/page options To add your own option fields below posts/pages add the following to your child theme's functions.php file: function ghostpool_custom_meta_boxes( $settings ) {     $custom = array( ...

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 ...

Adding shortcodes via custom fields Go to Plugins > Add New and search for "Advanced Custom Fields". Install and activate this plugin. In your child theme's functions.php file add: function ghostpool_shortcode_meta( $value, $name ) {     if ( get_field ...

Switching To Tablet and Mobile View in Elementor In the Elementor editor in the bottom left hand corner click the Responsive Mode icon to change the display from desktop to tablet or mobile.You can now change the styling for the display you've switched to and access elemen ...

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 ...

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 add/remove breadcrumbs? The breadcrumbs shown in the demo are added by the Yoast WordPress SEO plugin. Install this plugin and then go to SEO -> Search Appearance and click the Breadcrumbs tab and click Enabled.

"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 ...

Using comment plugins such as Disqus In order to use Disqus or other third party comment plugins you may need to disable the theme's own comment features. To do this go to Elementor > Settings > Advanced and disable the Theme Comment Features option.

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 ...

How do I show all members in Members Directory as the admin? If you're using profile filters to filter which members are shown in your Members Directory you may still want to see all members from the admin account. To do this make sure you're using version 2.14 of the theme and Ghost ...

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 ...

Manually editing user rating on a post To manually edit the user rating on a post add the following to your child theme's functions.php file: function ghostpool_update_average_user_rating() { $post_id = 123; $rating_data = array(); ...

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 ...

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

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 ...