ThemeForest

SIMPLEONE - Html5 Responsive ecommerce Template

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years

No way to get this into a complete Wordpress theme?

Default-user

Yes, but not sure when. Thanks, :)

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 0-1 years
  • Sold between 1 000 and 5 000 dollars

Template is updated to Bootstrap latest version :) Also magical sorting portfolio, portfolio detail pages added. :)

Thanks,

  • Argentina
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

hi

i like your theme, but i need a page view of 1000px width, is that posible? because is to wide for my client, and isa it available to navigate throught mobiles? thanks a lot.

Default-user

Hi Thanks for Interest,

template will auto adjust with different size of width mobile, tablet, or computer. so don’t worry, it will look great on 1000px width. yes it’s 100% responsive, so can navigate with any mobile or tablet device.

Thanks,

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Is it 12 color design or orange only?

Thanks

Default-user

Yes, it’s in 12 different color variation.

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

I’m thinking about purchasing this theme. How hard is it to set up a Payment Gateway to work with it?

Default-user

Hi, thanks for interest. This is simple html5 template, you can develop it with php or else for Payment gateway.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

Anyone tested it with bootstrap 2.3.1 yet ? Would love to buy but need it to work with latested bootstrap.

Default-user

Yes, its working fine with bootstrap latest Version 2.3.1.

Actually we already updated template with bootstrap latest Version 2.3.1 before 28 days, but Version 2.3.1 was not in select option at that time in Themeforest

You can buy it, Right now it comes with bootstrap latest Version 2.3.1

Thanks,

ianosstephen

Thanks for confirming that.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • United Kingdom

Last question before purchase.

Do you have plans to update the code to stop the issue on the product focus mouse over when the Offer, New & Sale badges disappear.

Default-user

Actually it is not an issue, css trick to see product without badge. Please send us email we will help you to do that. Thanks

Default-user

Hi, We have updated template as your requirement, it can take a day to get approval. if you are in hurry just add below css in style.css

.thumbnail .offer, .thumbnail .sale, .thumbnail .new {z-index:999}

Thanks,

ianosstephen

Thanks for the quick support. Will purchase based on that alone :-)

Default-user

k thanks, wherever you need assistant, you can email us :-)

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
aregowe Purchased

Will this item be updated as time goes on? I’ve already purchased, but just want to see that this item is a viable solution that has a long life span.

Thank you.

Default-user

yes, of course template is a viable solution that has a long life. we are just updating minor css or bootstrap version.

Thanks,

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
aregowe Purchased

Also, how do I tighten the space on color1’s index.html between the category menu and the banner below it? I’ve been looking and am unable to find a solution as of yet.

Default-user

can you please send us email, so we can give you solution, it’s just minor css trick.

Thanks :)

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years

great template, but sub menu is not work in IE10 ??

Default-user

Hi, issue has been resolved, it may take a day for approval in themeforest.

Default-user

You can download latent version. Thanks

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
tisbris Purchased

Hello

Before implementing this theme i got this code running on a standard bootstrap installtion.

Please advise how I can transform this code to work on this slider.

The code i taking 4 images from a funktion a place them side by side.

Code working in standard bootstrap:
    <?php carouselProducts(4); ?>
    <?php carouselProducts(4); ?>
    <?php carouselProducts(4); ?>
‹ ›

Singeone code not working: ...php funtion… { print ’

  • ’; print ’ ’; print ’ \\ ’; print ’ ’; print ’ ’; print ’
    Best Price: $’.$product[“minPrice”].’
    ’; print ’ ’; print ’
  • ’; } } } ?> <!- Slider Start-> <section class=”slider”>
    • <?php carouselProducts(4); ?>
    • <?php carouselProducts(4); ?>
    • <?php carouselProducts(4); ?>
    • <?php carouselProducts(4); ?>
    </section> <!- Slider End->

    Now only one product i shown in the slider Thx Brian

    • Bought between 10 and 49 items
    • Has been a member for 2-3 years
    tisbris Purchased
    code not working: ...php function... { print ' <li class="thumbnail span3"> '; print ' <div class="thumbnail"> '; print ' <a href="'.tapestry_productHREF($product).'"><img data-src="holder.js/300x200" style="width:300px; height:200px;" src="'.$product[" image_url="" alt="" /></a> '; print ' </div> '; print ' <div class="caption"> '; print ' <h5>Best Price: $'.$product["minPrice"].'</h5> '; print ' </div>'; print ' </li>'; } } } ?> <!-- Slider Start--> <section class="slider"> <div class="container"> <div class="flexslider" id="mainslider"> <ul class="slides"> <li> <?php carouselProducts(4); ?> </li> <li> <?php carouselProducts(4); ?> </li> <li> <?php carouselProducts(4); ?> </li> <li> <?php carouselProducts(4); ?> </li> </ul> </div> </div> </section> <!-- Slider End--> Code working on standard boostrap: ...php function... { print ' <li class="thumbnail span3"> '; print ' <div class="thumbnail"> '; print ' <a href="'.tapestry_productHREF($product).'"><img src="'.$product[" image_url="" alt="" /></a> '; print ' </div> '; print ' <div class="caption"> '; print ' <h5>Best Price: $'.$product["minPrice"].'</h5> '; print ' </div> print ' </li> } } } ?> <div class="container-fluid"> <div class="row-fluid"> <div class="carousel slide" id="myCarousel"> <div class="carousel-inner"> <div class="item active"> <ul class="thumbnails"> <?php carouselProducts(4); ?> </ul> </div> <div class="item"> <ul class="thumbnails"> <?php carouselProducts(4); ?> </ul> </div> <div class="item"> <ul class="thumbnails"> <?php carouselProducts(4); ?> </ul> </div> </div> <a data-slide="prev" href="#myCarousel" class="left carousel-control">‹</a> <a data-slide="next" href="#myCarousel" class="right carousel-control">›</a> </div> </div> </div>
    Default-user

    Can you please email us your live url ?

    • Bought between 10 and 49 items
    • Colombia
    • Has been a member for 1-2 years

    Hi, before buy template I want to know if is possible that checkout page stay close tabs what plugin use for this?

    Thanks :bigsmile:

    Default-user

    Yes, it can be manage by single line code[no need to use plugin], once you purchased, send us email, we will help you, Thanks :)

    • Bought between 10 and 49 items
    • Has been a member for 1-2 years
    thiego Purchased

    There one mistake in footer, the class phone like a mobile and mobile is a icon of phone.

    Default-user

    it’s just a class name different, visually it looks fine. Anyway thanks we will change it :)

    by
    by
    by
    by
    by