Other plugin Smart Slider 3 does not support Alidropship themes (DaVinci, Michelangelo and Rembrandt).

Zesko

Member
Hello,
i installed other plugin Smart Slider 3. I created a new post with a slider.
But the slider does not show in my blog on DaVinci theme. Why?

Smart Slider 3 has no problem with woocommerce themes.
 

Zesko

Member
I know that Metaslider works, but it looks not good for me, because it has no touch support.
 

bbarbi

New Member
Hello,
i installed other plugin Smart Slider 3. I created a new post with a slider.
But the slider does not show in my blog on DaVinci theme. Why?

Smart Slider 3 has no problem with woocommerce themes.

The Slider Revolution plugin also does not work. For some reason several plugins do not work with the Alidropship themas. :(
 
E

Ekaterina Sayapina

Guest
The Slider Revolution plugin also does not work. For some reason several plugins do not work with the Alidropship themas. :(
There is no need to use third-party slider plugins for the built-in themes as they have their own slider functionality.
 

Mar

Moderator
I know that Metaslider works, but it looks not good for me, because it has no touch support.
It is not the kind of slider, in fact most slider work with Davinci theme. You need to edit code of front-page.php and add the short code of any slider. I am using slider in my site intstead of Davinci default front page images.
 

neeraj89

Active Member
It is not the kind of slider, in fact most slider work with Davinci theme. You need to edit code of front-page.php and add the short code of any slider. I am using slider in my site intstead of Davinci default front page images.
exactly this way.. and if you search in the forum, there is a specific thread, already discussed, related to this.
 

cleve

Member
There is no need to use third-party slider plugins for the built-in themes as they have their own slider functionality.

How to set the slider to full width in michelangelo theme ??
 

Olisa

New Member
It is not the kind of slider, in fact most slider work with Davinci theme. You need to edit code of front-page.php and add the short code of any slider. I am using slider in my site intstead of Davinci default front page images.
how can i do this for my website?
 

Mar

Moderator
Please see the instruction below:

First you need to have a plugin for slider installed. I am using MetaSlider. You create a slider, take note of the short code, you will paste it later. Open in edit mode the theme file front-page.php (public_html/wp-content/themes/davinci/). Delete the code:

<a href="<?php echo cz('tp_img_product_cat_url'); ?>"
title=""> <img src="<?php echo cz('tp_img_product'); ?>?100"
class="img-responsive" alt="">
<div <?php if ( !cz('shop_now_text') && !cz('id_video_youtube_home') ) echo 'style="display: none;"'; ?> class="topImg__content--big">
<div class="topImg__content__text">
<h1><?php echo cz('tp_img_product_text'); ?></h1>
</div>
<div <?php if ( !cz('shop_now_text') ) echo 'style="display: none;"'; ?> class="topImg__content__btn"><?php echo cz('shop_now_text'); ?></div>
<div <?php if ( !cz('id_video_youtube_home') ) echo 'style="display: none;"'; ?>
class="btn b-topImg__btn--play_video" data-toggle="modal" data-target="#prHome_video" onclick="return false;">
<i class="ico_play"></i><?php _e( 'View Video', 'ami3' ) ?></div>
</div>

Replace it with the short code of the slider.
example: <?php echo do_shortcode('[metaslider id=12657]');?>

Take note of the size of the slides that will fit the screen. You can change the width of the frame with the width of your slider, you can even remove the two smaller images in the right or you can make it one. I use GIF images in place of this, put it in the Customization. In the small image, make sure the size is correct, or else it will not show.

In editing the front-page.php code, it is wise to have a back up in case something goes wrong, especially if you are new to it.
 
Top