How can I setup ordered lists to use letters, roman numerals, etc. instead of the two formats that are available (i.e. solid bullets and numbers). It appears that these two formats are the only ones allowed?
I’m looking to set up dynamic content to display the company’s EULA, Terms of Service, and other documents. These documents have different bullet formats which do not seem to be supported by the WiX editor, and any attempt to import a CSV with this information correctly formatted winds up being disregarded by the importer and the numbered format is used instead.
Basically, instead of
@bdavis If you have a EULA and TOU then I’ll assume you have a premium account with a url of your own.
Then you have to ways to display a PDF:
add an htmlCompenent and in the page code write: $(“htmlComponenet1”). src = “address.pdf”;
I think you can add an app for PDF display from Wix app store;
To find the file address, look for it in the media manager (there’s a small menu next to each file there).
This is not the only way, but it’s the easiest way imho.
@jonatandor35 Yes, I have a premium account. I found the link and that worked well.
Is there a similar way to link to content in the web page itself? For example, say we have five main sections to our main page. Is there a way to create a link to the fourth section that we could give out to others that provide a quick link for others to use? The type of example that I’m used to would be something along the lines of
mywebsite/main_page.html#section_4
@jonatandor35 Man… I so wanted this to work. Unfortunately, {“scrollAnimation”: false} does not prevent scrolling. I saw another post where you were trying to see if it was possible to prevent the scrolling animation. This method, if it worked at one time, is not working for me.
// scrollTo doesn't take any parameters according to the API.
$w("#" + query.s).scrollTo({"scrollAnimation": false});
So, after some digging, it seems that wix-window does allow the scrollAnimation option. That would easily do the trick, but I cannot figure out how to get the required x and y position of the element to pass to the function.
PDF is the easiest way for legal formatted docs, but you can use whatever bullet type you want, if you add them with the corresponding html tag.
For example: