ThemeForest

Ship Of Wonders Scrollable HTML5 website template

  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
TheGarmentAgency says
Purchased

Hi,

Can you tell me how to pull the navigation out of a list? i want it to display horizontally. Every time I try this, the links stop working. Please advise. Thanks.

2 months ago
Author
virtuti virtuti replied

Hello, thank you! No, should not be any problem to position nav horizontally. I did it not once in my other works. But be very accurate in styling of header, nav and ul properties: absolute (or fixed–in my template fixed, maybe you will need absolute, depends on your layout) positioning, z-index and floats. It is difficult to say something more concrete without seeing the code, if you will need me to adjust your navigation look through FAQs please, see my terms. Thank you!

2 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
TheGarmentAgency says
Purchased

I am able to position the navigation horizontally. However, when I remove the ul and li tags the links stop working. Any suggestions?

2 months ago
Author
virtuti virtuti replied

Hmm, why do you remove ul?

2 months ago
Author
virtuti virtuti replied

Actually, my question does not matter. Simply replace li tag in the script with your own tag.

2 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
kcmedia says
Purchased

Hi

I love your layout but i have one question, on the item page i want to make it so that when you click on any image that you can scroll from one image to another without having to close each image and then click on the next image how can this be done.

thank you

1 month ago
Author
virtuti virtuti replied

Hello, thank you very much! Do you mean this page http://demo.virtuti.info/ship/item.html? It is a single product page and contains 1 product photo. If you mean small photos, they are actually just showcase similar items, not related to main photo and each one should redirect to new single page, similar to product.html (which should be created on base of the product.html page). If you mean gallery.html I did not apply any zooming effect cause it can be reproduced from the product.html page.

If you want to apply zooming effect to a row of images, a tinybox plugin I used in this template will not work, you will need to use, for example, fancybox plugin (I used it on my other template http://demo.virtuti.info/cuppy/gallery.html) or something similar to it.

Thank you!

1 month ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

virtuti, thanks this is a great template. I am adding pages or ContentItem Clones (10+ total). the first 10 work fine but any anything after 10 the link takes me back to the home page.

here is my nav code:
  • Home
  • About
    • Management Team
    • Founder’s Page
    • Mission
  • Vintages
    • La Baleine
    • Pinot Noir
    • Cabernet Savignion
    • California Syrah
    • Pinot Gris
  • Winemaking
    • Vineyard
    • Winemaker
  • Our Property
    • Meeting Room
    • Tasting Room
    • Fermentation Hall
    • Patio and Hall
  • Private Events
    • Corporate Events
    • Private Events
    • Weddings
  • Please advise.
27 days ago
Author
virtuti virtuti replied

Hello, no, no need to change anything in the script. Check carefully your ids (content and content-inner), the problem you experience can be caused by non-sequence of these divs id numeration. Thank you.

27 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

div id’s are in order numerically. can I email you the code?

26 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

I do think there is something in the js that has a max limit on pages. When I hit the right side arrow to scroll to the next page. after page 8 it shoots me back to the home page.

26 days ago
Author
virtuti virtuti replied

Hello, no there is no limitation or minimum amount of scrollable blocks. You can add as many blocks as you wish.

I made an experiment, the problem is in sublists. Sublist you use, creates discordance and script stops to return blocks to initial block (home page) but returns to the initial block of the sublist (i.e. you first item in sublist). Therefore it is required either to drop use of sublists or rewrite the script or to submit with existing state of affairs–first item in any of sublists will be automatically the initial point of the whole webpage.

Try to find other than a sublist way to locate all your blocks of content, maybe just one normal (though long) list of blocks. Wish you the best.

25 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

what I found was I am missing the li class “navig” on the sublists. I droppped it in and it worked fine! Thanks!

25 days ago
Author
virtuti virtuti replied

Hello, are you sure? If it the button with arrow returns a scrolling part to the home page instead of first item in the sublist I am very surprised. But if it works (in some mysterious for me way–should not, according logics:))) then great, it what is required.

25 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

yes that was strange but I tried it with the li class and without the li class and the solution worked when I added the li class.

While I have your attention how do you get a user to link directly to a page deeper in the site. Is it giving the href=”#” a distinct name?? like for a gallery page; href=”#gallery”??

24 days ago
Author
virtuti virtuti replied
Hello, yes, if you mean some point in the website you wish to redirect a user, you simply look what is the id (not class, it is important) of this very block and place its name near the hash. If certain block does not have an id you will need to add it (just for the purpose of linking), for example, you want to redirect to some text block which has class “.block” only or specific image which has neither class nor id. You have:
<div class="block">Lalala</div> 
You need:
<div class="block" id="yourtitle">Lallalal</div>
Image:
<img src="something" />
img id="yourtitle" src="something"/>

I hope I understood your question correctly. Best, Tanya

23 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jamesdf5 says
Purchased

Hi, does this have mobile support yet? I designed a site for my wife using this template but it doesn’t work well on mobiles at all. She is getting lots of customers with issues who can’t see all the site.

22 days ago
Author
virtuti virtuti replied

Hello, thank you! No, I mentioned in the item description minimum resolution size, no word about mobiles:)))

14 days ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
malimukk says

Is it possible to add a horizontal menu instead of the current one? As shown on this example: http://imgur.com/ugiyC

Thank you, awesome work!

21 days ago
Author
virtuti virtuti replied

Hello, yes, sure, why not?

14 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

yes this works, thanks.

One other thing what is the best solution or what do you suggest to do for non compliant html 5 sites like yours??

17 days ago
Author
virtuti virtuti replied

Hello, I am afraid I did not understand your question, what do you mean under non-compliant html5 sites, non compliant with what? Thank you!

14 days ago
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Israel
virtuti says
Author

Hello to all customers and people potentially interested in my templates. My big apologies for delay with replies within last 10 days. Application notifying about new comments was not working within 10 days and I was sure there were no new comments. It came back to work just today. I replied all questions and hope my answers are still actual, sorry once again!

14 days ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
elmer48 says
Purchased

Older browsers that do not support HTML 5

13 days ago
Author
virtuti virtuti replied

Do you mean very old versions of Safari and Opera? I do not think people who use these browsers do not update they timely. FF updates automatically, Chrome too. For IE special script is applied to all my templates:

<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

which enforces older than 9th versions of IE to understand html5. If you mean other old browsers, well, I do not think there are solutions, at least I am not aware of. Anyway, there is no rational reason (for me) to design for old browsers, I even do not know how to do that.

13 days ago
by
by
by
by
by