Search
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 breadcrumbs child theme themes wordpress yoast seo 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 child theme Hebrew Page Builder Right-To-Left RTL themes Visual Composer wordpress 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.
Randomize Predefined Colors for WordPress Theme Element
Randomize colors for any CSS selector in WordPress theme from your theme functions.phpContinue reading
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
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
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
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
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 child theme storefront themes woocommerce yoast seo 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
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
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