jboudre / storelocator

Automatically exported from code.google.com/p/storelocator
0 stars 0 forks source link

Want to Customize the Sidepanel #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I wanted to relocate the search locator to the up of the page-like it is on the 
google map and this is where I ended up:
1.I created two panels up and side
2. and assigned the same view for both of them.
3. Hide the storelist on the up panel using css.
4. Hiding the search locator on side panel
5. Then while searching on the search locator on the up panel I don get the 
updated store list and features on the side panel.

Please help me in what I am missing ...please.   

Attached is the modified js file I am using.

Original issue reported on code.google.com by sun2m...@gmail.com on 3 Oct 2012 at 5:02

Attachments:

GoogleCodeExporter commented 8 years ago
This might not be an issue but I din get any mailing list or else where I can 
ask for help... Please help me, I am really in need of the solution.

Thanks.

Original comment by sun2m...@gmail.com on 3 Oct 2012 at 5:04

GoogleCodeExporter commented 8 years ago
Have you solved your problem? Does somebody help you? Because I'm trying to 
modify one of the examples but I have many problems with the csv file... If I 
change the position of some columns the output change dramatically! But I see 
that the .js files use the id so I don't understand why position could 
influence... can you help me please? Thank you very much!

Original comment by guidoc...@gmail.com on 2 Nov 2012 at 11:20

GoogleCodeExporter commented 8 years ago
Well, yap, I used it until I got stuck to another issue[meaning it has some 
other issues or I can tell I failed to modify it to meet my requirement within 
a very limited time :)].
However, you can check my posting on stackoverflow:
http://stackoverflow.com/questions/12719036/how-to-customize-the-sidepanel-of-st
ore-locator-plugin-from-google-developer/12730592#12730592
http://stackoverflow.com/questions/12774846/customizing-the-panels-in-googlemap-
store-locator-plugin#comment17270659_12774846

Original comment by sun2m...@gmail.com on 2 Nov 2012 at 11:43

GoogleCodeExporter commented 8 years ago
Thank you very much for your answer!
Last one: do you know how to show ALL stores in the side panel and not only 10?
Thank you very much!
Kind regars.
Guido

Original comment by guidoc...@gmail.com on 27 Nov 2012 at 4:33

GoogleCodeExporter commented 8 years ago
U have to tweak the library to do that.

Original comment by sun2m...@gmail.com on 28 Nov 2012 at 12:19

GoogleCodeExporter commented 8 years ago
@guidoc...@gmail.com - You can change the 10 to whatever you want by going into 
the store-locator.compiled.js file. Do a search for 10, and change that to 
whatever number you want. I changed mine to 100 so that I wouldn't need to 
change it again for awhile.

Original comment by JasonETa...@gmail.com on 13 May 2013 at 8:03