- First of all, if you have uploaded X3 into a
/x3/ folder, you would need to move it down to your root.
- Next, the url segment is not the PATH. For example
/contact/ is NOT a path ... The path, which is hidden to the visitor, is gonna be something like this: /content/4.contact/. Thus, the URL is NOT the path, but just a route for the link.
- Finally, why on earth would you want to disable the URL? That goes against all common sense, since the visitor will not know where they are, cannot use the back button in browser, sharing will not work, and of course its really bad for SEO also. Even if it was done, I don't see why you would want this, as it does not offer any feasible benefits.
vboa68 wrote:2. What about exif-IPTC meta data? How can I show them in popup (maybe) as in X2?
Will be available soon.
vboa68 wrote:3. How (and where) can I put an href tag in order to point to an item menu?
Example: in my contact page , I'd like to create a link on "disclaimer" word which opens the menu Disclaimer
What is your "menu Disclaimer" and what is "point to an item menu"? The links in the menu are PLAIN links that go to pages, and so should your own custom links be also. You don't "point links to menu items" (whatever that means).
vboa68 wrote:4. In my contact page, on my email address, how can I open directly an email client?
If you want bots to harvest your email address and start sending you spam, then you can add it to your page like this:
<a href="mailto:me@myemail.com">me@myemail.com</a>
Obviously not recommended.
vboa68 wrote:5. I don't understand why in my portfolio, all images seems to be "duplicated" even if I don't have duplicates in my gallery folder. Do you know why? any suggestion?
Should I guess? A link to this page would help. Also, I don't really understand what you mean by "duplicated". The gallery displays the items you have uploaded, plain and simple.