Home › Forums › Air WordPress Theme › Home Page Slider – Slider Gallery
- This topic has 9 replies, 2 voices, and was last updated 8 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
May 4, 2018 at 1:13 pm #15119
Hi,
Thank you for amazing theme, it’s really great!
I have a question about slider at home page. I want to have slider at home page looking exactly the same as in Slider Gallery (Project Item Layouts). So it should have spacing between pictures, and pictures between should be visible. Exactly like this: https://seatheme.net/wp/air/red-room/ . Is it possible to make it the same for home page?
Best regards
KamilMay 4, 2018 at 2:32 pm #15121Hi Kamil,
It needs some custom coding job. You can change the php file: /plugins/bm-slider-air/bm-slider.php line 780
<div class="owl-carousel" data-loop="true" data-auto="<?php echo esc_attr($bm_autoplay); ?>" data-item="<?php echo esc_attr($item); ?>" data-center="<?php echo esc_attr($center); ?>" data-margin="<?php echo esc_attr($margin); ?>" data-autowidth="<?php echo esc_attr($autowidth); ?>" data-slideby="1" data-showdot="<?php echo esc_attr($showdot); ?>" data-autoplaytimeout="<?php echo esc_attr($bm_auto_duration); ?>">line 810 change background as img :
<div class="carousel-img-wrap ux-background-img" style="background-image:url(<?php echo esc_url($thumburl); ?>);"></div>You can refer the HTML code in single gallery php file: /themes/art-theme/template/single/gallery/portfolio-slider.php
The slider plugin owl carousel DOC here.
Regards!
Bwsm – uiueux.com – Twitter – FacebookMay 4, 2018 at 3:05 pm #15123Thank you for quick response! Could you please let me know step by step what should I do? It’s my second time with WordPress and I’m not sure if I’m doing it correctly. It would be great!
Regards!
KamilMay 5, 2018 at 7:42 am #15129Hi, welcome!
Sorry, it is very complex to give more details. It is belonged custom job, it’s not included in our Free Support scope. I suggest you hire a program engineer to work on it or use our charging services.
Regards!
May 5, 2018 at 7:51 am #15130This reply has been marked as private.May 5, 2018 at 10:37 am #15132This reply has been marked as private.May 5, 2018 at 10:48 am #15133This reply has been marked as private.May 5, 2018 at 12:57 pm #15134This reply has been marked as private.May 5, 2018 at 1:07 pm #15135This reply has been marked as private.May 6, 2018 at 5:31 am #15137This reply has been marked as private. -
AuthorPosts
- You must be logged in to reply to this topic.
