Tags: child theme

Modify Yoast SEO Breadcrumbs with Additional Item

Helpful snippets to implement Yoast SEO breadcrumbs functionality. Add a link to your last level breadcrumb. Or add a text item after the new link.Continue reading

Posted in Templates, WordPress | Tagged | Leave a comment

Masonry Gallery RTL Solution for Visual Composer – Page Builder

Now we can change Visual Composer masonry gallery layout for RTL site version without changing masonry script of page builder, that is not good for updates and not suitable to multilanguage LTR + RTL websites.Continue reading

Posted in WordPress | Tagged | Leave a comment

Woocommerce Update from v.2 to 3 – Tips for Child Themes

Woocommerce version 3 introduced many changes. You can easily see changes on single product page image galleries. But there are many more changes under the hood.

Posted in WordPress | Tagged | Leave a comment

Randomize Predefined Colors for WordPress Theme Element

Randomize colors for any CSS selector in WordPress theme from your theme functions.phpContinue reading

Posted in WordPress | Tagged | Leave a comment

Output Total Number of Locations from Store Locator Plus Plugin

Create a WordPress theme shortcode to show a total locations count from Store Locator Plus plugin.Continue reading

Posted in WordPress | Tagged | Leave a comment

Remove Google Fonts from Woo Storefront Theme

Dequeue Google font from WooThemes Storefront theme, which was included into it after last September 2016 update. You may also replace default Storefront font with another one from Google fonts repository.Continue reading

Posted in WordPress | Tagged | 4 Comments

Woocommerce: Remove One of Product Dimensions from Frontend

Remove specific products dimensions from displaying dimensions set of Additional Information Woocommerce tab and all other appearances of dimensions on front-end theme. In this case I’m removing the Height.Continue reading

Posted in WordPress | Tagged | 2 Comments

Remove Brackets for Category Counts On Woocommerce Storefront Theme Homepage

A code to remove brackets from your storefront homepage category products count display and some CSS to style it with background and rounded.Continue reading

Posted in Templates, WordPress | Tagged | 1 Comment

Replace Woocommerce Breadcrumbs in Storefront Theme with Yoast SEO Breadcrumbs

Replace woocommerce storefront theme breadcrumbs with options-rich seo yoast plugin’s breadcrumbs without changing their design.Continue reading

Posted in Templates, WordPress | Tagged | 9 Comments

Adding New BuddyPress 2.4 Cover Images to Twenty-Fourteen Child Theme with Active RTL language

I had a strange problem with newest cover images functionality on BuddyPress 2.4 new installation: cover images were uploading OK, but didn’t showed after page reload. Here’s my code to resolve this problem.Continue reading

Posted in WordPress | Tagged | Leave a comment

Replace “Read More” Text for Woocommerce Out of Stock Products Listing

After newest updates of Woocommerce it was hard to find how to replace texts on product boxes buttons on products categories archives. Finally I’ve compiled a code that works for Read More default text of Out of Stock items listing.Continue reading

Posted in WordPress | Tagged | 15 Comments

Add Last Modified Date of Post Update in TwentyThirteen WP Child Theme

Google requires “Last Modified” date to be present on a post in a special formatting. But latest TwentyThirteen WordPress theme still doesn’t have it. I found a way how to insert it into my child theme from its functions.php file.Continue reading

Posted in WordPress | Tagged | 1 Comment