Themes general

Vimeo/Youtubes Video Thumbnails
You can add a thumbnail to you video as shown in this video tutorial: http://www.youtube.com/watch?v=VMnSh3DwQOM
Wed, 26 Feb, 2014 at 7:58 PM
How to add video background
In order to add video background like this page for example Sermons page, please refer the steps below: Step 1: Create page and insert "colu...
Tue, 26 Jan, 2016 at 8:17 AM
Editing Styles And The DOM
The Elements panel lets you view structured information about the current page. In today's applications, the HTML markup served on an initial page load ...
Mon, 26 Jan, 2015 at 1:14 PM
How to make an embed video responsive
There are two ways to make an embedded video responsive: 1. (preferred) Put a full (not minified) link to the video in a text block. In order for th...
Tue, 4 Nov, 2014 at 4:40 PM
Removing the update notification
The update notification checks whether your currently installed version is smaller than the latest released version. You can remove the notification by sett...
Sun, 6 Jan, 2013 at 6:45 PM
How to disable the "Install required plugin notifications"
You can remove the notice "Install required plugin notifications" for all users by putting the code below in a child theme's functions.php fil...
Thu, 2 Oct, 2014 at 6:37 PM
How to add a target _blank on a WordPress menu item or other elements
How to add a target _blank on a WordPress menu item The new features of WordPress 3.x are great and allow us to customize the websites and manage th...
Tue, 19 Jan, 2016 at 8:38 AM
How to enable additional initialization-time options to the Google Analytics script?
In order to enable additional initialization-time options to the Google Analytics script, please follow the instructions below: Disable the current opti...
Tue, 21 Aug, 2018 at 10:55 AM
Hide the update notification
Add this line to your wp-config.php file, somewhere around the WP_DEBUG definition:   define('VAMTAM_HIDE_UPDATE_NOTIFICATION', true);
Sat, 18 Oct, 2014 at 4:21 PM
How to add a link to an external website or internal page or section of a page?
The standard way to do that is using anchors. In the Vamtam themes, you can do it with the Vamtam Drag and Drop columns' ID Please follow the steps ...
Fri, 19 Feb, 2021 at 1:09 PM