Jump to content

How can I do something like this?


Tioqo

Recommended Posts

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...