drop down code for store locator on magento - javascript

Please can anyone help with the code for a drop down for store locator in magento,this is a look alike of what i want to achieve:
http://www.watchrepublic.co.za/store-locator.html
Thank you.

I have no experience with Magento, but after a bit of googling, I came across a drop down menu extension.

OK, I'd make a custom module for this. Take a look at this to serve frontend files like the menu you'd like to make.
http://alanstorm.com/magento-2-frontend-files-serving/
Create all the routes and then call the Menu within your default.xml
<referenceContainer name="header.panel">
<block class="Magento\Framework\View\Element\Html\Links" name="responsive.new.menu" template="Yourtheme_Menu::responsiveMenu.phtml />
</referenceContainer>

Related

Customise PDF Download (Selected Pages or Sections before download)

Would like to ask is it any possible way to customise pdf download like this:
https://axiata.com/investor-relations/2017/ar/customise-report.html
Like I say, it can be selected which pages or sections I want before I click on the download. I try to search from google or codepen also cant find any solutions. Much appreciate it if someone can help me out.
quick update here. I found what I want with this:
https://stuk.github.io/jszip/documentation/examples/downloader.html
Peace.

editable picture and text in dashboard

I'm developing a dashboard that end-users can edit specific web page by uploading different picture and editing text in the page. The similar ideas is here.
I'd already done with web page design and I'm looking for suitable js library to make editable dashboard for end-users. Anyone has suggestions for that or if no current solution => how to implement these features? no idea about that ...
Very Thanks!
You can have a look on :
http://madebymany.github.io/sir-trevor-js/
http://innovastudio.com/content-builder.aspx
http://etchjs.com/
http://jakiestfu.github.io/Medium.js/docs/
http://createjs.org/
http://www.jqueryrain.com/demo/jquery-wysiwyg-editor/
and use the one(s) that most suit you. In case you did not find the one that completely suits to your project then you can make additions (such as adding modal windows or css styling) to hte one(s) which is more preferable.
Hope this was helpfull.

Dropdown Information Boxes

I am trying to create dropdown menus that contain information similar to that of what this website has down in their main body.
http://www.alexanderresearch.com.au/index.php?option=com_moofaq&Itemid=3
I would like the functionality to be similar to that of these information boxes, i would like some help in pointing me in the right direction to be able to create this for my website. Any help would be appreciate, Thankyou in advance!
The design pattern you are referring to is called an Accordion.
Since your question is tagged jQuery, I assume you're using it, so you could add a script from jQuery UI here:
http://jqueryui.com/accordion/
Let me know if you need help integrating it.
It is an accordion menu. You can find it here.
http://jqueryui.com/accordion/#hoverintent

sharing alternatives similar to addthis/sharethis

Please have a look at http://500px.com/photo/3977429?from=popular. Down in the right corner, theres a sharing box. It looks pretty similar to sharethis. But, afaik, sharethis doesnt have embed or submit for example, and im looking for those options. Does anyone know which plugin is used here? Thanks
On the page you linked to, they didn't use anything like sharethis or addthis - they rolled their own. Looking at the code, its clear that they went to facebook, got the facebook like button, embedded it - then wen to google, got the google plus button, etc... and made a grid of them.
You can stylize the sharethis buttons with css to pretty much any extent,
or you can add a grid like that of your own.
The available alternatives to sharethis.com are :
addthis.com
addtoany.com
socialmarker.com
I'm sure there a a lot more out there, but those seem to be the most popular.
If you want something custom like they have and want access to the buttons
here are some sets of images you may be able to use:
http://speckyboy.com/2009/01/26/30-amazingly-creative-social-bookmarks-icon-sets/
Inspecting the source leads me to believe that it is custom work. The images, links and such are placed in the HTML serverside. Only the stumbleupon is pulled from stumbleupon itself. But also not trough some third party service like sharethis.

facebook auto-expanding like box

can anyone provide me any ideas about how to import a facebook like box, in my site. I would it to seem like the one in the folowing site "http://www.babyspace.gr/". Does any of the existing javascript frameworks afford such a functionality?
Thank you in advance
It is simple Facebook social plugin called Like Box and you can get it here: http://developers.facebook.com/plugins?footer=1
You can install it on any webpage quite easily - If you follow the instructions on the page linked above.
About the slider - It can be achieved quite easily with jQuery. Put the Like Box on some div and use jQuery animate to show it by click.

Categories

Resources