Here is a guide how to change display of team members in Rows and Columns instead of default display of Slider:
Read More…Blog
How to Connect to WebDAV and Upload Files in Ubuntu Using the Graphical Interface
Are you looking for a convenient way to connect to a WebDAV server and upload files in Ubuntu? The graphical interface in Ubuntu provides an easy-to-use method for accessing WebDAV resources. In this guide, we’ll walk you through the steps to connect to a WebDAV server and upload files using the Ubuntu UI:
Read More…Projects Single Page: Remove Description and Details and make image full width
To remove the “Project Description” and “Project Details” sections from all projects you upload, you can make the following modifications to the single-project.php
file:
Why Selling WordPress Themes is a Dying Business
There are a few reasons why selling WordPress themes may no longer be a profitable business:
Read More…Apply a Hotfix to an existing Github tag
Sometimes I need to apply a hotfix to an existing github tag. Instead of creating a new tag and new release it can be done to the existing one. Here are all of the steps:
Read More…Duplicate GitHub Repo including history, tags, branches
Here are all necessary steps if you need to migrate a github repository from one organization to another and you want to include history of commits, branches, and tags:
Read More…How to Change ‘project’ Slug Name
We include Projects as a custom post type in many of our WordPress themes. It is a useful custom type of data which allows you to organize your website content and display it as a block and single projects page.
In some cases you may want to rename the ‘projects’ slug (the part ‘projects’ in single projects URL i.e. https://yoursite.com/projects/some-project-name/) it to another word. It will require some code changes. Here are all of the necessary steps:
Read More…Create Bootable Windows USB on Ubuntu
There are many guides how to create a bootable windows USB on Ubuntu, but most of the solutions are no more working or too complicated. I was able to find an easy solution how to write an Windows installation .iso file to a bootable USB. Here are the steps I followed:
Read More…Not Working Microphone on Ubuntu
For some reason the microphone from my headphones stopped working on Ubuntu. Here is how I resolved the issue on Ubuntu:
Read More…Hide Project Info from Single Project Page
By default in Projects single page, we display a project Thumbnail, Project short info, release date, client, etc. But if you need to display a more minimalistic view of the project single page, you can hide these sections. It will require a small change. Here are all of the necessary steps:
Read More…TishCreative: Remove Search from Header Menu
If you use our creative WordPress Theme (TishCreative), you may want to make the look even more simplistic and minimal by removing the search icon and popup from the header. There 2 options to achieve that:
Read More…Determine Kernel Architecture on Linux
Usually, when download an app, you need to select between 32bit and 64bit version. It needs to be compatible with your Linux Kernel Architecture. Here is how to find what version you have:
Read More…TishClinic: Change Landing Colours
If you use our TishClinic Theme, you may want to change the default pink colors of the Header Phone button and Slider allows to some other colour i.e. green. Here is a a guide how it can be done:
Read More…How to Deactivate Google Fonts from a Theme
Most of our premium themes comes with built-in functionality for loading Google Fonts (default fonts loaded in style.css and custom fonts which can be set from Admin Panel -> Left Menu -> Appearance -> Customize -> ‘Font’ section.
In case you want to fully remove Google fonts from your website, it will require some small code changes. Here are all of the necessary steps:
Read More…TishConstruct: Set a Custom Page Header Background Image on a Specific Page
By Default the Page Header Background Image (set in Admin Panel -> Left Menu -> Appearance -> Customize -> ‘Header and Footer’ Section -> ‘Page Header Background Image’) is same for all page. In case you want to set a specific image as a page header background image for some page, it will require a small customization:
Read More…TishWine: Extend Header with My Account and Search Box
TheWine theme is our a winery store WordPress Theme which supports WooCommerce plugin as well. By default, it’s header is clean and minimal. In case you want to add my account icon link and/or search box it will require a small code change. Here are all of the necessary steps:
Read More…How to Disable Revolution Slider Ken Burns Effect
For some themes we use Revolution Slider with enabled Ken Burns Effect (Zoom-in and Zoom-out effect for the Slides background images). In case you want to disable that effect, it will require a small code change. Here are all of the necessary steps:
Read More…Get Total Count of Tables per Database in MySQL
Since most hosting providers restrict the number of tables per database, it’s a good idea to check the total number of tables to avoid hitting the quota. Here is how it can be done if you use MySQL:
Read More…Add Custom Text Next to Mobile (Burger) Menu
In case you want to add a custom text next to Mobile (Burger) Menu icon, it will require a small code change. Here are all of the necessary steps:
Read More…How to Change default ‘Read more’ text
By default when you insert ‘More’ block, it will insert a link to blog page URL with text ‘Read more’. In some cases you may want to change that text to something else i.e. ‘Learn more’. Here is how it can be done:
Read More…