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
Fix Portrait Orientation iPad 2 Viewpoint Bug for 980px Width Site
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
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
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
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
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
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
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
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
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