Category: General

How to add blog page?

Step 1: Add new page (Pages > Add new) and choose the proper template, for example “Blog – large image” or “Blog – 3 columns”, etc. then please click on “Publish”. Step 2: Make sure that blog page is not assigned in Setting > Reading. It should be set like on the screenshot if you

How to add blog page? - Read more

How to add video on single post?

There are two methods: 1) Use embed shortcode: [embed]https://www.youtube.com/watch?v=iR6oYX1D-0w[/embed] Notes: embed is default WordPress shortcode, please have a look here for more details. 2) If you want to add video instead of featured image then use the custom field below text editor (marked on the screenshot). In this field you can put URL to the

How to add video on single post? - Read more

How to setup Events plugin settings?

Step 1. Please go to  Dashboard > Events > Settings > Display and set Default stylesheet used for events templates to Skeleton Styles. Theme is using custom styles and templates for “The Events Calendar”, so that there is no need to load “Tribe Events Styles”. Step 2. Set Events template to Default Events Template. Then custom theme templates

How to setup Events plugin settings? - Read more

How to speed up your WordPress website easily?

Install and activate Autoptimize plugin Download Autoptimize plugin. Then in the plugin settings (Settings > Autoptimize) you can check the checkboxes, like on the screenshot below: If don’t use “Revolution Slider” plugin then you can remove jquery.js from the “Exclude scripts from Autoptimize” in “advanced settings”. This will improve your website loading speed. If you

How to speed up your WordPress website easily? - Read more

How to extend PHP memory limit on your WordPress?

In order to extend PHP limit in your WordPress please login to your FTP account on your hosting account and edit wp-config.php. Then add the following code at the end: define( ‘WP_MEMORY_LIMIT’, ‘128M’ ); define( ‘WP_MAX_MEMORY_LIMIT’, ‘128M’ ); ini_set( ‘memory_limit’, ‘128M’ ); Notes: If your hosting provider doesn’t allow for increasing the PHP memory in

How to extend PHP memory limit on your WordPress? - Read more

How enable or disable top bar?

Please go to WP Dasboard > Customize > Header and then select option: “Top bar visible” or “Top bar hidden” and save the changes. If you selected “Top bar visible” then you can also set what to display in top bar. It could be one: “Secondary navigation”, “Social links” or “Search form”. If you selected

How enable or disable top bar? - Read more

How to register and add Google Maps API key?

If your Google Maps stop working on your website recently or you get the following error: Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details. and you didn’t register your API key yet then: Please follow the instruction from here: https://developers.google.com/maps/documentation/javascript/get-api-key#key and register new API key

How to register and add Google Maps API key? - Read more

How to create and add contact form on page in WordPress?

Step 1. Install and activate Contact Form 7 plugin. Step 2. Add new form depends on your needs (WP Dashboard > Contact > Add New). You can also visit http://contactform7.com/getting-started-with-contact-form-7/ if you need more details about creating a new form. Step 3. Copy the shortcode from the created form (see the screenshot above) and then

How to create and add contact form on page in WordPress? - Read more

How to fix “Download failed. A valid URL was not provided.”?

If you get error message Download failed. A valid URL was not provided. during plugin installation then It sounds like you are trying to install plugin using TGM Plugin Activation from child theme. In this case please: Temporary switch your theme to parent theme (WP Dashboard -> Appearance -> Themes) and then install recommended/required plugins.

How to fix “Download failed. A valid URL was not provided.”? - Read more

How to use shortcodes?

A shortcode is a code that allows you to create many things with very little effort. Thanks to shortcodes is’t possible to simply add different page elements that would normally require lots of code in just one line. Shortcode = shortcut. To use shortcodes, please activate “Clean Cutta Shortcodes” plugin first. Then on WordPress default

How to use shortcodes? - Read more

How to translate WordPress theme?

To translate your WordPress theme you can of course use plugin like WPML, but there is also a way to make transaltion easily and without additional plugin usage. Step 1. Change your site language settings in your WordPress (for example WP admin > Settings > General -> Site language -> Deutsch) and save changes. Step

How to translate WordPress theme? - Read more

How to update WordPress theme?

(Method 1) Automatic update using Envato Toolkit plugin If your theme was bought on ThemeForest then you can install and activate Envato Toolkit plugin and then go to WP Dashboard > Envato Toolkit and put your Marketplace Username and Secret API Ley. You can get your API key from ThemeForest (Settings -> API keys ->

How to update WordPress theme? - Read more

Top