by Themeflection | May 26, 2021 | WordPress
If you just migrated your website from localhost or different url, like staging one, to the live website, there is a chance you will see broken images in some pages and posts. One of the ways To fix broken images after WordPress migration is through cPanel. Broken...
by Themeflection | Jul 29, 2015 | WordPress
Today we’re going to replace wordpress submit meta box for multiple custom posts at once. First we’re going to hook into ‘admin_menu’ action, removing the old submit meta_box, and replacing it with new one. This will be achieved with standard...
by Themeflection | Jul 25, 2015 | Javascript
Today I will be sharing an Font Awesome array of icons classes and unicode chars and showing you how you can dynamically append it to your page. So, lets see the array: <script type=”text/javascript”> var fontAwesome = {};...
by Themeflection | Jun 17, 2015 | Freebies
[separator width=”78″ size=”normal”][/separator] [separator width=”86″ size=”normal”][/separator] A FREE Phone PSD mockup for a non-branded phone, ideal for showcasing Android, Windows or/and iOS apps. The mockup...
by Themeflection | Jun 15, 2015 | Bootstrap
Bootstrap is one of the top frameworks available on the web. Integrating it is relatively simple, but there might be some components that can cause troubles to novice web developer, meeting with bootstrap for the first time. One of these components, which I will be...