The showtime plugin creates a table in the database because of which you may be seeing the slideshow even after deleting the plugin. In order to remove the slideshow, you need to delete that table, possibly named _showtime (for example wp_showtime). After that you can add another slideshow or use the built-in slideshow of the theme.
However, backup your database first so that you can reinstall the current site if anything goes wrong.
Would you please give me the steps to delete the table and also the steps to backup the database first. I’d greatly appreciate it..
Review:
http://codex.wordpress.org/Restoring_Your_Database_From_Backup
http://codex.wordpress.org/Backing_Up_Your_Database
You can login to your hosting account and locate phpMyAdmin and look for database tables where you may find the table of the name I suggested above.
Backup plugins: http://wordpress.org/plugins/search.php?q=backup
Hi Krisna, I got the information about database backup, but not the steps to remove the slideshow…
You can login to your hosting account and locate phpMyAdmin and look for database tables where you may find the table of the name I suggested above.
Look for a table named wp_showtime or a similar name in your MySQL tables (use phpMyAdmin to access it – login there).
How Can I add now a slideshow using the built-in slideshow from Max Magazine, the theme that I’m using to build my website..
Have you removed the old slideshow permanently? How?