by Marshall | Sep 15, 2015 | Blog |
If you use DIVI WordPress theme and come across a situation when you don’t want to auto hide the video in slider module on mobile devices, you can add this line of code to disable auto hiding of the videos. This snippet will leave behind the video and it...
by Marshall | Jul 2, 2015 | Blog |
If you want to add custom css on all the pages of a WordPress website except the homepage, you can do it via something like this. Put this code in the header.php of your theme file In place of .yourcssclass you need to use your own css classes. This setting will work...
by Marshall | Jun 25, 2015 | Blog |
If you’re trying to add category to Magento and after filling the details get an error that says “Please Wait” (technically not an error until it goes away in few seconds and the category is added successfully. But in case if the message did not go...
by Marshall | Jun 25, 2015 | Blog |
“Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.” If you are getting a service temporarily available error on your Magento store after...
by Marshall | Jun 24, 2015 | Blog |
Having trouble with your Magento store with 500 Internal Server Error? This is a very common magento problem and often show up after updating the version of Magento or extensions. You can try this quickest and reliable solution for Magento 500 Internal Server Error....
by Marshall | Jun 24, 2015 | Blog |
If you’re looking for a solution of the question – how to access XAMPP on network or how to view website running on XAMPP from different computer, you can do it in the following manner. In your xampppathapacheconfextra open file httpd-xampp.conf and find...
by Marshall | May 26, 2015 | Blog |
Selection of a plugin for a WordPress based website completely depends on the nature of website we are creating/managing. Some WordPress plugin might be required during the course of development like (Custom CSS, Sliders etc). Some plugins are required post...
by Marshall | May 6, 2015 | Blog |
If you want to use own php file in WordPress, you need to make the file friendly to WordPress so that I can read rest of the core WordPress funtctions. Add this snippet on the top of the php page you create.
by Marshall | Apr 29, 2015 | Blog |
There is probably no end to what you can achieve with WordPress if you are building a standard website/blog/portfolio. With tons of customization options available with the themes, there is nothing less you can achieve when it comes to functionality in WordPress using...
by Marshall | Apr 13, 2015 | Blog |
When writing HTML code or working with WordPress pages, we often come across a situation where we want to clear areas and put next div or element on next line instead of floating with previous block. You can write quick HTML to fix such issues. But in case of repeated...