Home › Forums › All Other Themes › Responsive Testimonials in Banquet theme
- This topic has 11 replies, 2 voices, and was last updated 6 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
September 5, 2018 at 9:14 pm #106988
I am working in the Banquet theme and am trying to clean up the layout for tablet and mobile sizes.
the site is here: http://naidevsite1.us/in section 14 on the home page (testimonials), you show 2 testimonials until the width is 768px, the at 767px you change the layout to display only one. I would like to change that so it changes to a single testimonial at your breakpoint of
{max-width: 47.938em}
I already have the
@media screen and (max-width: 47.938em)
in my css for some other changes, but I am unable to find what to change for the testimonials, can you help?September 6, 2018 at 12:25 pm #107037Hi,
So do you want to show 2 testimonials in mobile.
Regards,
ChrisSeptember 6, 2018 at 12:28 pm #107039no, just one
September 6, 2018 at 12:47 pm #107041Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisSeptember 6, 2018 at 12:59 pm #107045The site is here:
http://naidevsite1.us/Just scroll down the home page until you see the reservations. All I want to know is the CSS code to change the breakpoint where it changes from 2 testimonials to one because I want it to switch to one at a wider screen.
September 6, 2018 at 1:10 pm #107047Hi,
Okay, Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
ChrisSeptember 6, 2018 at 3:14 pm #107064If you can tell me what the class or ID css code is, I can easily add it to my @media styles, I just dont know what the code is and dont see it in chromes webmaster tools
September 7, 2018 at 1:29 pm #107130Hi,
Kindly go to assets >> js >> complete.js line number 255 and 256.
Find
jQuery.noConflict(); jQuery(window).load(function(){ jQuery('.bxslider').owlCarousel({ loop: true, autoplay:false, autoHeight:true, autoplayTimeout:3000, autoplayHoverPause:true, margin:30, slideBy:1, nav: false, paginationNumbers: false, navText:["", ""], dots: true, responsiveClass:true, responsive: { 0: { items: 1 }, 480: { items: 1 }, 768: { items: 2 }, 1000: { items: 2 } } }) });
And replace
jQuery.noConflict(); jQuery(window).load(function(){ jQuery('.bxslider').owlCarousel({ loop: true, autoplay:false, autoHeight:true, autoplayTimeout:3000, autoplayHoverPause:true, margin:30, slideBy:1, nav: false, paginationNumbers: false, navText:["", ""], dots: true, responsiveClass:true, responsive: { 0: { items: 1 }, 480: { items: 1 }, 768: { items: 1 }, 1000: { items: 1 } } }) });
Regards,
ChrisSeptember 7, 2018 at 1:32 pm #107132ok thank you, so there is no way to change it via css? Is there a way to add this code that wont get overwritten when the theme is updated?
September 10, 2018 at 12:19 pm #107255Hi,
Issue resolved from our end. Kindly check and confirm.
Regards,
ChrisSeptember 13, 2018 at 5:11 pm #107653I would have kept it showing 2 at its widest browser widths (desktop) but this is better than before, thanks!
September 14, 2018 at 11:31 am #107706🙂
-
AuthorPosts
- You must be logged in to reply to this topic.