Special Offer: Buy All 55 Premium WordPress Themes for Just $59. Learn more

Embed Vimeo Video Mute by Default

No Comments

All of our Premium WordPress themes include’Display Vimeo Video’ widget which allows you to embed Vimeo videos in your website.

When you play the embed video the sound is enabled by default. In some cases you may want to disable the sound by default. Here are instructions how it can be done:

Read More

Categories: Help

Premium Themes: How to Separate Footer Copyright into Footer Socket

No Comments
Create a Footer Socket

In some cases you may want to separate the footer copyright text into a different colored box. It will require a small code change and here is a guide how it can be done:

Read more

Categories: Help

Special Offer – Buy All 41 Premium WordPress Themes for Just $55.00

No Comments

Categories: WordPress Themes

How to Remove Header Search Icon

No Comments

In some cases you may want to remove the header menu search icon. It will require a small code change. Here are all of the necessary steps:

 

1. Navigate to Admin Panel -> Left Menu -> Appearance -> Editor

2. Open yourtheme/inc/utilities.php

3. Find and DELETE the following code:

$result .= ‘<li><a class=”search-form-icon” href=”#” title=”‘.__(‘Search’, ’tishonator’).’”></a><div id=”search-popup-content”>’;

ob_start();
get_search_form();
$result .= ob_get_clean();

$result .= ‘</div></li>’;

4. Save Changes

Read More

Categories: Uncategorized