Froday - Coupons and Deals WordPress Theme

Contents

1. How to Change Google Font

2. How to update Visual Composer and Revolution Slider

3. Demo Installation

4. Theme is missing the style.css stylesheet error

5. How to Update a WordPress Theme

6. How to enable Visual Composer on custom post types (portfolio, movie etc)

7. Where Is My Purchase Code?

8. How to set Cart - Checkout and My Account Page

9. Google Map Issue

10. How to Enable Registration Form

11. Translation

12. User Menus – Nav Menu Visibility

13. Price Filter Does Not Work

14. Bundled Plugins

15. Add to Cart and Refresh Issue

16. Why Is Your Website Slow And How To Speed Up

17. Category Icon

18. How To Edit The Shop Page In Our Themes

1. How to Change Google Font

  1. From your WordPress Admin Dashboard go to: Plugins > Add New
  2. Search for “Easy Google Fonts”
  3. Locate the “Easy Google Fonts” plugin by Titanium Themes and click the Install Now button.
  4. Activate the plugin labeled “Easy Google Fonts”.
  5. You’re done!

You can download the plugin from here.

Video Tutorial


2. How to update Visual Composer and Revolution Slider

Buying a theme which is bundled with Visual Composer and Revolution Slider ( like our theme) does not mean that you also buying a license code of that plugins. So you just don't have a license key and can't get automatic updates. 

You can purchase separate plugins on : 

https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431?s_rank=1

https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380?s_rank=1

We bought an extended license to be able include it in our theme, and we own only one license key (as well as in case with single license), theme buyers are not allowed to use that key.

If you want update it you need wait our theme update new version , or you can buy Regular License for you

Thank you for reading.

Best Regards

3. Demo Installation

If you want to make your site like our demo, You can use One Click Installation.

Step 1 - Please deactivate WordPress Importer plugin from Dashboard > Plugin, if it was activated.

Step 2 - Go Dashboard > Appearance > Install Demo.

Step 3 - Click Run Installer.

Note: While installer is running please do not refresh the page. A notification will show after demo has been installed.

You can also easily install it by watching our tutorial video below. 

Install Demo Video Tutorial

4. Theme is missing the style.css stylesheet error

A common issue that can occur with users new to installing WordPress themes is a "Broken theme and/or stylesheets missing” error message being displayed when trying to upload or activate the theme. This error message does not mean that the theme you have purchased is broken, it simply means it has been uploaded incorrectly. Luckily, there is a very easy fix.

5. How to Update a WordPress Theme

Hi,

Please check the following urls to learn how to update a WordPress Theme.

https://klbtheme.com/how-to-update-a-wordpress-theme/

Best Regards.

6. How to enable Visual Composer on custom post types (portfolio, movie etc)

Step 1 - Please go Dashboard > WPBakery Page Builder > Role Manager

Step 2 - Select Custom post types.

7. Where Is My Purchase Code?

How to find your purchase code

  1. Log into your Envato Market account.
  2. Hover the mouse over your username at the top of the screen.
  3. Click 'Downloads' from the drop down menu.
  4. Click 'License certificate & purchase code' (available as PDF or text file).

If you need more help about the issue, please check the following url.

https://klbtheme.com/where-is-my-purchase-code/

8. How to set Cart - Checkout and My Account Page

To set the shop pages please go Dashboard > WooCommerce > Settings > Advanced.


9. Google Map Issue

You need to create a google map api key.

https://developers.google.com/maps/documentation/javascript/get-api-key

or

You can create a map iframe from the following url;

https://www.maps.ie/create-google-map

10. How to Enable Registration Form

You can enable the registration form from Dashboard > WooCommerce > Settings > Account & Privacy.


11. Translation

You can freely translate our all themes thanks to Loco Translate plugin.

You can download the plugin from here.

Video Tutorial


or 


You can use WPML plugin.(PREMIUM)

https://wpml.org/


12. User Menus – Nav Menu Visibility

The plugin gives you more control over your nav menu by allowing you to apply visibility controls to menu items e.g who can see each menu item (everyone, logged out users, logged in users, specific user roles).

https://wordpress.org/plugins/user-menus/

User Menus allows you to do the following:


13. Price Filter Does Not Work

You need to update the products. 

You can do it one by one

or

Please go Dashboard > WooCommerce > Settings > Tools > Product lookup tables / Regenerate

14. Bundled Plugins

Many themes sold on ThemeForest come bundled with premium plugins from CodeCanyon.

A plugin is an additional component that offers functionality and features beyond a typical WordPress installation. Theme authors (who sell the themes) may choose to include certain plugins (such as Visual Composer, Revolution Slider or other Page Builder plugins) within their item to add these special functions and features to the theme package.

15. Add to Cart and Refresh Issue

You can add the following code in functions.php file

add_action('add_to_cart_redirect', 'resolve_dupes_add_to_cart_redirect');
function resolve_dupes_add_to_cart_redirect($url = false) {     
    if(!empty($url)) { return $url; }    
    return get_bloginfo('wpurl').add_query_arg(array(), remove_query_arg('add-to-cart'));
}


16. Why Is Your Website Slow And How To Speed Up

According to recent research on a website that is performing slowly, people leave immediately without waiting for the website to be uploaded and don’t tend to come back to the same site. That is why a website must be opened at a certain speed standard, to keep people in it. An Ideal website should be opened in 0-4 seconds. Read the article and follow the steps to speed up your site.

17. Category Icon

You can set an icon from the product category page. 


You can check the following url to see the available icons;

https://fontawesome.com/v4/icons/

18. How To Edit The Shop Page In Our Themes

You can easily edit your shop page with Elementor or from the Customizer and Widgets section of the panel. Click to go to the article.