Search
Category: WordPress
Enable prettyPhoto Lightboxes from Woocommerce to the whole WordPress site
Enable woocommerce products lightboxes throughout your whole WordPress site without any additional plugins. Add the code to your child theme functions.php file.Continue reading
Trim Excerpts and Content Directly in Your Child Theme Templates – No Need to Deal With Functions.php
Change word limits of different text elements, like excerpts, titles, etc. using wp_trim_words new function. Useful to truncate and cut different texts directly on wordpress template file. No need to change function.php anymore.Continue reading
Easily Move Woocommerce WordPress Site with Duplicator Plugin
I found this great plugin and easily duplicated a complex wordpress site with woocommerce to another hosting. Worked very well!Continue reading
Change Default TwentyTwelve WordPress Theme Font in My Child Theme
Switch default google webfonts cdn Open Sans twenty twelve wordpress theme’s font to any other font from googlefonts in my child theme.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 parent Twenty Twelve new WordPress theme we must override parent ie.css file located in /css folder of parent theme. Here’s the solution.Continue reading
Installing WordPress At The Domain Root, But In Its Own Folder
Put your WordPress installation in a separate folder on FTP, but still have site accessible from the domain root. It’s easy and makes your FTP organized better. Continue reading
Adding More Posts Links with Featured Images to WordPress Templates with Mini Loops Plugin
Adding more post links to WordPress templates can be done using Mini Loops Plugin. The list will have 6 featured images rectangles with post’s title. This post links will show next to regular post links with another design and they will not include links already used.Continue reading
Authors List Widget and Full Featured Author Page with HTML Editing for WordPress
Extending users default WordPress functionality with 2 plugins to create authors list as widget and to make full featured author’s page.Continue reading
Change “Continue reading →” of Twenty Eleven WordPress Theme from its Child Theme functions.php
Change default “Continue reading →” text after an excerpt in WordPress default Twenty Eleven from functions.php of your child theme. Both for Custom Excerpts and Auto Generated Excerpts.Continue reading
WordPress Admin Menu Not Visible After Upgrading qTranslate Plugin for Russian
When updated WordPress and plugins to the new version the Admin navigation menu bar disappeared. Disabling plugins showed that the cause was qTranslate multiple languages plugin. After closer investigation I found that the cause was in Russian CSS file, which came not updated from 2010 and wasn’t suitable to wp 3.2 new design.Continue reading