Category: Templates

Templates for sites and other software 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

Scroll to Enable Agree Button for Terms Lightbox

Enable Agree button only after terms and conditions text was scrolled down. Using JavaScript and CSS inside a lightbox, created with Popup Maker WP pluginContinue reading

Posted in Templates, WordPress | Tagged | 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 | 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

Posted in Templates | Tagged | 1 Comment

Remove Some Element From Site for Certain Screen Width with JavaScript / jQuery

I wanted to remove ads from my website for smaller screens as these ads are not responsive and I want to use other ads for mobiles. Here’s how to remove some containing element based on a screen width.Continue reading

Posted in Monetizing, Templates | Tagged | Leave a comment

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

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

Posted in Templates | Tagged | Leave a comment

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

Posted in Templates | Tagged | Leave a comment

Ebay Templates Coding Guide

Coding eBay template could be troublesome experience. Some tips to circumvent pitfalls of such a task.Continue reading

Posted in Templates | Tagged | 2 Comments

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

Posted in Templates | Tagged | Leave a comment

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

Posted in Templates | Tagged | Leave a comment