Skip to content

KAV Design Blog Posts

Minimal Portfolio WordPress Theme

minimal-portfolio-wordpress-theme-preview-590-300

Featuring the new theme by us called Minimal Portfolio. It’s nice and responsive.

See DEMO of Minimal Portfolio WordPress Theme

Features:

  • Fully responsive (mobile ready);
  • Fast – no additional frameworks and plugins used in this demo;
  • Clean quality code;
  • Social media icons included in the theme;
  • Multi-browser support – tested on most browsers out there;
  • Logo uploader in the theme customizer (if no logo is uploaded you site title from the general settings will be used like in this demo);
  • Documentation, installation and usage instructions in the theme readme.txt file;
  • Easy to customize – if you are a developer you will find it very easy to customize;
  • Submenu items support included in the theme;
  • HTML5 & CSS3 ready.

Email us if you want this theme for free.

How to remove text from file name for multiple files on Windows

On Windows, you can take advantage of PowerShell:

dir | rename-item newname { $_.name ireplace '(.+?) 203\.bmp$','$1.bmp' }

In this code snippet we use a command that removes ‘203’ from the file name.

Description

dir          => list the content of the current directory
 |           => send each found element to the next command
rename-item  => rename an element in a Windows PowerShell provider namespaceject
newname     => specify the name of the renamed file
{
    $_               => points to an object representing the actual file
   .name             => the name property of the automatic variable
   -ireplace         => perform a insensitive replace
   '(.+?) 203\.bmp$' => here comes the regex for matching the desired files
   '$1.bmp'          => the replacement string
}

You must run this command inside a power shell. Here is how to start it:

how to launch powershell on Windows 7?

Then cd into you dir from the Powershell window:

Change to the directory containing the files to be renamed from powershell window

More on http://stackoverflow.com/questions/21837836/how-to-rename-multiple-files-at-once-by-removing-a-varying-part-in-the-file-name

Also – http://superuser.com/questions/236820/how-do-i-remove-the-same-part-of-a-file-name-for-many-files-in-windows-7/871799

Minimal Wide- Responsive Joomla Template

Minimal Wide Joomla Template

DEMO

Features:
– responsible or fixed;
– sortable portfolio;
– light and fast loading;
– multibrowser support;
– quickstart package;
– PDF documentation.

Version – 1.1
Latest revision – May 2015

This is a clean, multipurpose, responsive, easy to customize template for Joomla 2.5 and Joomla 3.

Everything on this template is very standard and you can use it for very different kinds of websites.

Pretty basic code, so if you are a developer you will find it very easy for customization.

Please check the demo to see all features.

Tested on all modern browsers and different mobile phones. Works pretty well even on the old IE6.

Only one additional plugin used for the demo and quickstart packages and it is the slideshow on the front page by WidgetKit by YooTheme.

All images on the template photographed and edited by me.

Expect more nice templates from me soon…

Please email me if you want this theme for free.