Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 slider slide number box not tall enough
Author « Topic »  

bhenkle
Starting Member

USA
29 Posts

Pre-sales questions only
(More Details...)

Posted - 09/01/2020 :  09:20:05  
I am using the slider2, and after adding several images the box below the slides that contain the slide number isn't large enough, is there a way I can make it 2 lines tall? You can see the issue here: https://www.rockyknobwoodcrafts.com/index.php

Thank you

Brian L. Henkle
Rocky Knob Woodcrafts
(740) 253-8492
bhenkle@rockyknobwoodcrafts.com
www.rockyknobwoodcrafts.com

Vince
Administrator

42874 Posts

Posted - 09/01/2020 :  14:19:26  
Hi Brian
That really, really is a lot of images for the slider. Would it not be better to limit it to a few select images?

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

bhenkle
Starting Member

USA
29 Posts

Pre-sales questions only
(More Details...)

Posted - 09/01/2020 :  15:35:04  
Hi Vince,

It is a lot of images, but as everything I make is custom I want to show a lot of products to show what I (and my equipment) am capable of making and to inspire customers. So, from your response, am I to assume that the size of that box can't be more than one line?

Brian L. Henkle
Rocky Knob Woodcrafts
(740) 253-8492
bhenkle@rockyknobwoodcrafts.com
www.rockyknobwoodcrafts.com

dbdave
ECT Moderator

USA
10468 Posts

Posted - 09/01/2020 :  17:28:45  
Hi Brian, If you want to wrap that text, you can open the slider2.css file and aat line 60, you have

.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}

I tested adding overflow-wrap: break-word; in there and it worked.

.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
overflow-wrap: break-word;
}


My personal opinion is that you create a page with a gallery of these photos where customers can flip through them at their leisure. But I also understand it's your site, and you know what's best for you and your customers.

Thanks,
David
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000