Search
Category: Templates
Get Blog Template Content Visible in WordPress
By default the content you add to a designated Blog page in WordPress won’t be visible on the front-end. The template called home.php will overwrite any content you input to the editor on that page. This could be changed by […]
Posted in Templates, WordPress Leave a comment
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
Making of Zendesk Custom Responsive Theme
Some highlights on making a custom responsive Zendesk theme. Zendesk templates could be customized with HTML, JavaScript and CSS. It is also possible to have multiple languages customization inside templates.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
Fetching Inactive eBay Store Categories or Using Dynamic eBay Menu on Product Templates
Create a hosted dynamic eBay menu for your product listing template. Or just take links to needed store’s categories with Firebug.Continue reading
Bootstrap 3 CSS Extension for Larger Screen Size Resolutions
I had to make slightly different layout for larger screens on a client’s Bootstrap3 website. So had to extend Bootstrap with extra large classes. It was easy to make, and I shared my CSS on GitHub. Continue reading
Ebay Templates Coding Guide
Coding eBay template could be troublesome experience. Some tips to circumvent pitfalls of such a task.Continue reading
A Quick Way to Change Content Based on Selected Language in OpenCart
A piece of code to show a different content on multilingual OpenCart template.Continue reading
Make Site Elements FadeIn on Page While Loading
Make site layout elements fadeIn on load of the page with small javascript and CSS transitions..Continue reading