Go to website
Back
Articles on:
Troubleshooting
No description
How to fix animated gif image not working in WordPress?
The problem may occur in following condition: While Uploading GIF image in post/pages While Uploading GIF image in widget While Uploading GIF in post/pages When you upload your GIF in WordPress, Go to the image settings of the GIF and under the image size option, select Full Size. You can see image below: Notice the red box at the bottom right of the editor. This is where you
Few readers
Developer Console in Browser.
Console messages are great for debugging. Console log messages are generally used for following reasons: To make sure that code is executing right. Inspecting the values of variables at a particular moment. How to view console messages on various browsers **Google Chrome: ** To see the console messages on google chrome. Click on the Chrome settings button the three dots in the upper-right hand corner of the browser. Go to More Tools > Developer Tools. This should open up the C
Few readers