Click here to Skip to main content
15,889,116 members
Home / Discussions / Web Development
   

Web Development

 
SuggestionRe: Display Derived Objects In Swagger Example Values Pin
Richard MacCutchan15-Dec-17 22:43
mveRichard MacCutchan15-Dec-17 22:43 
AnswerRe: Display Derived Objects In Swagger Example Values Pin
VenkatReddy.RC3-Jan-18 23:01
professionalVenkatReddy.RC3-Jan-18 23:01 
Questionan unusual problem of building multiple sites towards a longer term goal Pin
symfonycoda12-Dec-17 8:48
symfonycoda12-Dec-17 8:48 
AnswerRe: an unusual problem of building multiple sites towards a longer term goal Pin
W Balboos, GHB29-Dec-17 6:02
W Balboos, GHB29-Dec-17 6:02 
QuestionHow can i disable add to cart button in Magneto 2? Pin
suthan alley10-Dec-17 19:41
suthan alley10-Dec-17 19:41 
AnswerRe: How can i disable add to cart button in Magneto 2? Pin
Afzaal Ahmad Zeeshan14-Dec-17 4:07
professionalAfzaal Ahmad Zeeshan14-Dec-17 4:07 
AnswerRe: How can i disable add to cart button in Magneto 2? Pin
Member 1358395818-Dec-17 20:43
Member 1358395818-Dec-17 20:43 
QuestionBootstrap Carousel not carouselling Pin
#realJSOP10-Dec-17 3:56
mve#realJSOP10-Dec-17 3:56 
I'm trying to use the bootstrap carousel (using the sample code from the bootstrap web site), and it's displaying all of the images at the same time. What am I doing wrong? ([Image data] indicates the base64 text where the image is being specified - I left the actual data out in the interest of brevity.)

HTML
<div class="row">
    <div class="col-md-12">
        <div id="ttpImageCarousel" class="carousel slide" data-ride="carousel">
            <div class="carousel-inner" role="listbox">
                <div class="carousel-item active">
                    <img class="d-block img-fluid" src="data:image/jpg;base64,[image data]" alt="" />

                    <div class="carousel-caption d-none d-md-block">
                        <span style="display:inline-block;">Image 1 of 4</span>
                    </div>
                </div>
                <div class="carousel-item">[image 2 of 4]</div>
                <div class="carousel-item">[image 3 of 4]</div>
                <div class="carousel-item">
                    <img class="d-block img-fluid" src="data:image/jpg;base64,[image data]" alt="" />
                    <div class="carousel-caption d-none d-md-block">
                            <span style="display:inline-block;">Image 4 of 4</span>
                    </div>
                </div>
            </div>
            <a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
                
                Previous
            </a>
            <a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
                
                Next
            </a>
        </div>
    </div>
</div>

".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

AnswerRe: Bootstrap Carousel not carouselling Pin
#realJSOP10-Dec-17 5:38
mve#realJSOP10-Dec-17 5:38 
SuggestionRe: Bootstrap Carousel not carouselling Pin
Richard Deeming11-Dec-17 2:12
mveRichard Deeming11-Dec-17 2:12 
GeneralRe: Bootstrap Carousel not carouselling Pin
#realJSOP11-Dec-17 3:21
mve#realJSOP11-Dec-17 3:21 
QuestionHow to override block in Magento 2 ? Pin
suthan alley7-Dec-17 22:44
suthan alley7-Dec-17 22:44 
Questiongoogle map API biostall library issue on my project in codeigniter Pin
Member 135521401-Dec-17 5:13
Member 135521401-Dec-17 5:13 
QuestionMVCCodeRouting Pin
#realJSOP30-Nov-17 6:39
mve#realJSOP30-Nov-17 6:39 
AnswerRe: MVCCodeRouting Pin
Nathan Minier1-Dec-17 1:43
professionalNathan Minier1-Dec-17 1:43 
GeneralRe: MVCCodeRouting Pin
#realJSOP1-Dec-17 8:13
mve#realJSOP1-Dec-17 8:13 
GeneralRe: MVCCodeRouting Pin
Nathan Minier4-Dec-17 1:15
professionalNathan Minier4-Dec-17 1:15 
QuestionMVC and Custom Routes Pin
#realJSOP30-Nov-17 5:08
mve#realJSOP30-Nov-17 5:08 
AnswerRe: MVC and Custom Routes Pin
Richard Deeming30-Nov-17 8:24
mveRichard Deeming30-Nov-17 8:24 
GeneralRe: MVC and Custom Routes Pin
#realJSOP1-Dec-17 1:04
mve#realJSOP1-Dec-17 1:04 
QuestionHow do I insert dropdown Text, not the value, into the database? Pin
samflex17-Nov-17 9:58
samflex17-Nov-17 9:58 
AnswerRe: How do I insert dropdown Text, not the value, into the database? Pin
W Balboos, GHB6-Dec-17 7:27
W Balboos, GHB6-Dec-17 7:27 
GeneralMessage Closed Pin
24-Jan-19 11:19
Sarah George24-Jan-19 11:19 
GeneralRe: How do I insert dropdown Text, not the value, into the database? Pin
W Balboos, GHB25-Jan-19 1:14
W Balboos, GHB25-Jan-19 1:14 
GeneralRe: How do I insert dropdown Text, not the value, into the database? Pin
Richard Deeming25-Jan-19 2:33
mveRichard Deeming25-Jan-19 2:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.