Jump to content

Recommended Posts

Posted

There's this website I want to know if it's possible using wordpress and E-commerce to replicate it. the difficult part for me is trying to understand how they made the buttons and transpaprent top navigation bar still while you're able to scroll down the content. Please I have a job proposal to do something like this. Can anyone give me ideas.

This is the link to the website: http://www.hardgraft.com

 

i have a feeling there was some programming done on the site. My specialty is Flash AS3, Dreamweaver (HTML/CSS), and working with Wordpress templates. Can I do this thing or what? Please help!

Posted

You will probably need some php/javascript programming done to allow users to choose a country they are shopping from. Since that site you provided is done using Shopify, they might have add-ons for this. However, if you plan on doing it strictly using Wordpress then yes you will need some programing done because I don't know if there is any such plugin for WordPress.

 

As for the positioning of the menu at the upper right, this can be done using css.

 

position: fixed;

right: 0;

top: 0;

 

Just add that to the div containing the menu.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...