I tried to send the below but your form returns an error:
Hi,
I really like your Hot Cars theme but searching the web, I don’t find many reviews for you or the theme. Even searched the Joomla forum although I’m interested in your WP themes. Even your forum’s latest posts are from many years ago, I’m not trying to be negative but I don’t see a changelog and I’m concerned about buying themes that haven’t been updated in years.
For those who wish to use this Plugin but are getting this error:
RESPONSIVE_SLIDER_plugin has a deprecated constructor in \wp-content\plugins\hot-responsive-slider\hot_responsive_slider.php on line 31
1- Go to the plugin location for Hot Responsive Slider and edit hot_responsive_slider.php (Use a plain text editor like NotePad++ or Brackets (Google to find it)
2- Find the following section of code:
class RESPONSIVE_SLIDER_plugin {
var $OPTIONS = array();
var $plugin_path = '';
function RESPONSIVE_SLIDER_plugin() {
3- Change the function line:
From: function RESPONSIVE_SLIDER_plugin() {
To: function __construct() {
Now open Dashboard and error is gone, open ‘Settings’ and will see ‘Hot Responsive Slider’
Hope this helps
Mike
]]>Either through <?php echo do_shortcode( '{slider}photos{/slider}' ); ?>
or just by putting {slider}photos{/slider}
directly to a page, {slider}photos{/slider} is exactly what I see on the page. Folder /photos exists in the root of WP, it is full of images all of the same size (just in case you need this info).