Plugins

Learn which plugins were tested with this theme.

FAQ

Q: My contact form doesn't send emails. What to do?

  1. Contact Form 7 plugin doesn't work if you have "maintenance mode" or any "website is coming soon" plugins enabled.
  2. It doesn't work on localhost.
  3. Some people reported issues on the following servers:

    This can be fixed by the server administrators.

  4. Other than that Contact Form 7 is successfully used by over 1,000,000 people and it's up to the hosting company to make it work out of the box. If it doesn't work please contact the server administrator and ask them to fix that (plugin support, theme support and WordPress support will not help you if this is a server issue).
  5. Debugging yourself (follow the steps until it works):
    1. Make sure that the form is configured correctly in Contact → Contact Forms → (your form) → Mail.
    2. Activate the default WordPress theme and check if the plugin works.
    3. Deactivate other plugins and check if it works.
    4. Put <?php wp_mail( get_option( 'admin_email' ), 'subject', 'message' ); ?> in functions.php at the very top, refresh your website and check if you received any email.
      • If you won't receive an email then it's an indicator that the source of the problem probably lies somewhere in the SMTP configuration of the server. The server must support mail() (PHP) and wp_mail() (WordPress) functions.
      • If you received an email this way (but you still don't receive any emails using the plugin) then it's probable that the server rejected the plugin's custom headers. The plugin allows sending emails on behalf of another domain which may be prohibited by the server and thus such email won't be sent.
    5. Contact the server administrator.
  6. Notes:
    • This plugin is supposed to work right after you install it. You don't have to configure absolutely anything. It will send emails to the email address of the administrator account of your WordPress website by default.
    • If the hosting company tells you that it's not the issue on their end, please don't believe them. Everyone who has had this issue so far had it because of the server's configuration and it was eventually resolved by the hosting company.
    • Contact us only if it does work with the default theme but doesn't work with one of our themes.
    • This issue happens to roughly 1 person in 100.

Q: Is it better to have a plugin or a built-in feature in a theme?

It is against WordPress's and ThemeForest's best practices to include features such as analytics, SEO options, widgets etc. in a theme. We separate as much non-essential functionality as possible into plugins.

Q: Do plugins slow down the website?

No, they contain exactly the same code that a theme would contain if it had such feature built-in. The delay caused by including a couple of additional PHP files is statistically insignificant.

The impression that plugins slow down the website may be caused by the fact that many plugins (more than 9 out of 10) come with not optimal code, too many additional JS and CSS files and many additional database calls. You should avoid plugins with bad ratings or low number of users to avoid issues. Correctly prepared plugins won't slow down your website.

Q: One of the plugins doesn't work, what to do?

We have tested all of the above plugins but since they are updated independently we can't guarantee that they will always work with the theme.

Every time something doesn't work you'll have to contact us and we'll investigate the issue. Before contacting us make sure that the plugin works when the default theme is active.