Hi Domello,
This plugin can be helpful: Simple Responsive Slider
If NOT, then it would be wise to contact Theme Developer.
1.install plugin and…
Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
Activate the plugin;
Navigate to Appearance -> Simple Responsive Slider
Add the images and configure the slider if needed
Use slider in your theme
Use this function:<?php if ( function_exists( 'show_simpleresponsiveslider' ) ) show_simpleresponsiveslider(); ?>
Or use the shotcode in page or post: [simpleresponsiveslider]
Or use the widget
To use function you need to have Child theme
Then copy file header.php to the child theme
Open it and ADD CODE <?php if ( function_exists( 'show_simpleresponsiveslider' ) ) show_simpleresponsiveslider(); ?>
…to the bottom of the file
Save it and take a look how it looks like
I DID it on my server site and HERE is a SCREESHOT VIDEO
Hope this will help.
DO NOT PAY CLOSE ATTENTION TO QUALITY OF THE PICTURES FOR SLIDE. I DID QUICK AND DIRTY WAY. ??
Cheers
TR
-
This reply was modified 8 years, 5 months ago by
Tahoerock.
-
This reply was modified 8 years, 5 months ago by
Tahoerock.
-
This reply was modified 8 years, 5 months ago by
Tahoerock.