Code

Discussion on Dropper - Bootstrap Skin

Discussion on Dropper - Bootstrap Skin

By
Cart 182 sales

geedmo does not currently provide support for this item.

22 comments found.

I want to add some custom codes in my Garage Door installation website. Does this script help me?

hello dropper developer..

I am trying to custom your theme but no success.. Do I need to change to this..

<link href=”assets/css/bootstrap.min.css” rel=”stylesheet” id=”dropper-theme”> to Less?

FYi when i try custom the styling file, i am using Less file that is being provided by you.. and i was saving the less file, i always get a error message..

it says, compile error.. I am using winless..

looking forward for your reply.

hello,
i have made an Update to the Map to make it look like this




the update is simple open assets/js/application.js go to line 60

you will find a Gmap Code Replace it with this New Code

///////////////////////////// // GMAP v3 ///////////////////////////// if(typeof google !== 'undefined' && $.fn.gMap ) $('.gmap').each(function(){ var d = $(this).data('markers').split(';'), //ti = d[a].split('|') m = []; for(var a in d) { var arr = d[a].split('|'); m.push({'address' : arr[0], 'html': arr[1], 'popup': true });} $(this).gMap({ zoom: $(this).data('zoom') || 14, markers: m }); });




now the title will be display like this

<div class="gmap" data-markers="Buenos Aires, Argentina|Title Here" style="height: 200px" />

the map title will be exactly after address | and then title as you can see in the previous code.


This Code is for using in this item and i hope the developer will include it in the next update

Thank You!

Note: this code will make the popup title opened by default

if you want the title popup to be closed and opened only on Click you can replace this

'popup': true 
and make it false like this
'popup': false 
Thanks so much for share this with all the code and details. I’ll put this right now in the tasks for the next update.
Just one thing, I would like to make a bit more semantic using a data attribute for the title. Like this
<div class="gmap" data-markers="Buenos Aires, Argentina" data-title="Title Here" style="height: 200px" />

Just an idea. Thanks again!
Regards

sorry but data attribute is not the good way to do it because

if the user want to put more than 1 marker on same map he need to do this

<div class="gmap" data-markers="Buenos Aires, Argentina; Barcelona, Spain" data-title="Title Here" style="height: 200px" />


now both of the markers will take the same title attribute

so i prefer the best way to make it much better like i said before.

and it’s up to you

Hello, Im abou to purchase but i need to know… can your skin be used to replace this codecanyon botstrap v3 … http://codecanyon.net/item/emart-digital-products-marketplace/6964588

and if it can when i install your skin will i be able to use this expanded menu i purchased located here on codecanyon ? http://codecanyon.net/item/bootstrap-plus-plus/4306366

please respond ASAP as i want to do this all today !

thank you i just see you replied as i was posting ths message above. i will search for and remove the files you mentioned as you are right i cant see the change. those files may be overwriting your changes.

That’s right, but after removing those files you have to leave the styles that are necessary only for custom element used in the marketplace product.
I guess flat-ui.css is absolutely unnecessary and you should edit only the custom.css, anyway the other author can tell you better.

i have no idea what any of the things you just said means. I am about to remove the files you told me too in the first email and i will see what happens then.

Hi,

About the class “gmap”

At bottom of my footer.php (i work with include) i wrote this:
<script type="text/javascript" src="css/assets/js/application.js"></script>
    <script type="text/javascript" src="css/assets/js/dropper.input.js"></script>
    <script type="text/javascript" src="css/assets/js/jquery.gmap.min.js"></script>

and in my main file i wrote this:

<div class="gmap" data-zoom="14" data-markers="2 Casabianca street, Koné, New Zeland">
</div>

But it does not work, could you help me please ;)

Thanks

Hi,

check if you are include the google map api

<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>

Hi,

Let me know something. I have a website with bootstrap css design. I will like to upgrade the front design using your template. Can you help explain how can i do that? There is too dificult? I have ready themes from bootswatch to choose on my website system but i dont like them.

Thanks Regards,

Hi,

Installing this skin in your website should be simple, you will only need to replace the css and js files from Bootstrap.
You only need to take care if your website uses custom elements, which won’t be styled automatically.

Please, let me know if you have more questions
Regards

Dunno but the checkbox is not working :(

107.170.31.14 : 8080 / template.html

can u help out?

hm.. Ember / input handlers is messing up with it… any idea how to fix it? =)

I’ve not good knowlege on ember.js but at least I can tell that the issue seems to be something related to events, I mean, the checkbox script seems to be not running because is possible that something is interfering with the click event.

Time line style looks good. Twitter is not working in the demo,. Can you fix it . I would like to see how it displays before purchasing it. Also does it support , re-tweet, reply, favorite options? what about the twitter avatar?

Please let me know. Thanks!

is the UI KIT include the purchase as HTML or just images ?

Thanks!
I think a timeline design is a bit particular of the implementation but I guess I can build a basic design based on the actual UI elements. I’ll try one for the next update.

Thanks again for your suggestion.
Regards

Thank You ! i’ll be waiting for it to use it in my next script on here codecanyon and i will put your item name in the script page !

Hi, there’s a timeline component I’ve found recently here http://bootsnipp.com/snippets/featured/timeline-responsive. I’m thinking to use something similar but I want to share it with you in case you found it useful.

Regards

Awesome skin, good luck with sales! :)

Thanks!

Hi, I’m planning to buy the skin but does it support rowlink? thanks

Hi, do you mean that plugin? http://jasny.github.io/bootstrap/javascript/#rowlink
It’s not included but since it’s designed for bootstrap 3 it should work without problems.
If you want to see it in action before purchase just let me know and I’ll prepare a preview.

Regards

Hi, I just switched from Dropper 2 to 3. Nice job! Does the new Version also provide the “portfilter” sorting-feature, like in the second version`s Portfolio?

Regards

Hi, I didn’t include for simplicity and also because there are many plugins for filters that works with animation (e.g mixitup).
If you still want to use the droppper 2 portfilter you can try using the bs2 portofolio page version upgrading the classes. You can also grab the portfilter source here https://github.com/geedmo/portfilter

Regards.

Hey, geedmo.

I was wondering if you’ll be adding the ‘Example’ section again (login, blog, etc).

Also, Font Awesome had been updated to version 4, will you be converting Dropper to take advantage of FA4?

Hi,

The example section is included on BS2 version of the skin. BS3 doesn’t include those files just for simplicity, but updating the markup from 2 to 3 should work fine.
FA4 will be included in all skins. I’ve not an exact date to release, but will be soon.

Thanks,
Regards

Quite a few things have changed between Bootstrap v3.0.0 and v3.0.3.

Sorry for the delay.
There’s and update for BS 3.0.3 and FA 4 upcoming. You should receive and email soon when it’s approved.

Again, my apologies for the delay, and thanks for your patience.

Firstly.. Love the Skin!!! Just wondering if you were going to update the skin to the latest Bootstrap v3? I’m in the process of going through the less files to update.

Hi,

Thanks! Yes, it will be updated to BS3. Possibly in a couple of weeks, because this skin includes extra plugin and I have to ensure that all are fully compatible with the new version.
Feel free to subscribe to my RSS to get notified when I release the update.

Regards

Awesome!! Tanx guy!

hi – i cant seem to get the check box to work…

i have styled my form to include the context similar to the following…

<label class="checkbox"><input type="checkbox" name="save"> Save copy </label>

when i check the box… it doesn’t update the label class or span class… what am i missing here? is there a script that needs to be included?

Hi thanks for the reply – i notice in your ui kit page you had a custom javascript function doing the magic… found here: application.js line 40 // add-ons which did the toggle… yes its probably my javascript as i am combining prototype and jquery and need to convert any jquery functions from $( to jQuery( and possibly the “var $this” is causing the hitch… i dont know javascript well (only enough to bludge through basic troubleshooting… when i did jQuerythis the script didnt work… though i guess $this is just a variant and i could change it to anything yes?

wholesale.wowzer.com.au is the site im using the skin with… the checkbox is located in the customer account section (newsletters) if you feel like creating an account and sussing things out.

Check that your are including jQuery after bootstrap.min.js. jQuery needs to be included before any plugin that uses it, otherwise the library is undefined.
Let me know if doesn’t work and I’ll check it again.

yep thats the error i seem to get “undefined” so will give it a try later. thanks for your response.. its appreciated… i have a few of your bootstrap themes.. they are all pretty good. thanks for creating.

how do you get the twitter api to work?

You need to run your site with a server because the api uses php for authentication. There’s a file (documentation.html) with the instruction to configure the api.
If you need more details about it, just send me a message and I’ll help you with the process.
Regards.

Thank you. I got the tweets to show up, but how do I get it to only show like 3-5 tweets? Right now it is showing like 20 of them.

To change the number of tweets to show, you need to edit file twitter.config.php (under assets/php) and set the value of the variable $notweets

Hello Geedmo, awesome work, but if i buy, can i use it to made templates and sell at themeforest?

Hi, yes, you can. Requires an extended license. If you want, send me a message through my profile to get my permission by email.
Thanks

Just purchased an extended license :-) As usual, awesome work.

Thanks PhoenixCube !

Good work, looks nice. I would ditch the demo, cos the Plaguerists will be having a field day.

Yes, I’ve been there with another item. But unfortunately, it is not possible to transmit the same experience only through a video.
Thanks Australia

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey