Fix Portrait Orientation iPad 2 Viewpoint Bug for 980px Width Site

Testing some site on iPad 2 I’ve noticed that several particular pages in portrait orientation mode were shown with different widths. My site has fixed width of 980 pixels, and content area of 960px, according to advisable iPad size, so I anticipated no width problems at all. Landscape mode was completely ok.
Continue reading

Posted in Mobile Websites | Tagged | Leave a comment

Best and Free Live Chat Widget for Your Site

I found a very good live chat widgets provider. They have a free plan also. It can be customized to your language. It connects to GTalk and now also to your Skype.
Continue reading

Posted in Personal Blog | Tagged | 2 Comments

Trim Excerpts and Content Directly in Your Child Theme Templates – No Need to Deal With Functions.php

I’ve desperately tried to change excerpts words limit in my TwentyTwelve WordPress child theme, with no success. Then I found this post to limit excerpts and other content directly in a template page code. It’s using a new wp_trim_words() feature.
Continue reading

Posted in WordPress | Tagged | Leave a comment

Easily Move Woocommerce WordPress Site with Duplicator Plugin

I had to move a site to another hosting. The site was complex and included also woocommerce shop. Duplicator plugin did all this job for me in minutes.
Continue reading

Posted in WordPress | Tagged | Leave a comment

Change Default TwentyTwelve WordPress Theme Font in My Child Theme

I needed to change default Open Sans font in my child theme for WordPress with default Twenty Twelve theme as parent. The function which calls to google web fonts is in the TwentyTwelve functions.php
Continue reading

Posted in WordPress | Tagged | Leave a comment

Make a Local Development Copy of Prestashop 1.4 Installation

To make a copy of working Prestashop 1.4 online shop installation we’ll need a backup of all files from the FTP account you want to copy. Make such backup with control panel or just copy all files from your prestashop installation. Download yout copy of WAMP server to fit your operating system and online software of your server.
Continue reading

Posted in PrestaShop | Tagged | 7 Comments

Add New Dynamic Widgets Area in Header of Your Child Theme with TwentyTwelve Parent

This is a short tutorial on how to add a new dynamic widgets area to a custom header of a child theme with Twenty Twelve parent new WordPress Theme.
Continue reading

Posted in WordPress | Tagged | 15 Comments

Remove ie.css of Parent Twenty Twelve Theme and Add a Copy of it in Your Child Theme

When creating a child theme to the new WordPress parent theme called TwentyTwelve, I needed to override CSS file created for Internet Explorer 7 and 8. The file is located in /css folder of parent Twenty Twelve theme and loading from parent’s functions.php
Continue reading

Posted in WordPress | Tagged | 28 Comments

Add FancyBox Lightbox on CMS pages in Prestashop 1.4

Prestashop 1.4 uses FancyBox lightbox script to show product images on product pages. But when we want to reuse fancybox script on CMS pages, i.e. for displaying big image from a thumbnail, we will notice that fancybox script is available on product page only. Therefore we must enable it on CMS pages as well. We will use controller override to be able to upgrade Prestashop without problems. Continue reading

Posted in PrestaShop | Tagged | 11 Comments

Installing WordPress At The Domain Root, But In Its Own Folder

I like to install WordPress in its own directory, but to have it visible directly from the root of domain. It’s easy, more secure, and better organization of the server space. Here’s how to. Continue reading

Posted in WordPress | Tagged | 1 Comment

How to Add Second Navigation Menu to WordPress Child Theme (with Twenty Eleven or Twenty Twelve Parent)?

To add a secondary menu, you need to add the following code to your child theme functions.php file.
Continue reading

Posted in Templates, WordPress | Tagged | 3 Comments

Google+ Sharing Product Image on PrestaShop

Only the logo was sharing with Google Plus on PrestaShop site product’s page. Facebook was sharing images just OK. Here’s how to fix Google+ sharing of products.
Continue reading

Posted in PrestaShop | Tagged | Leave a comment