Splash
I am trying to change the words SHARE and CREATE In the splash page
-
-
·
LeonidS
- ·
Hello Workdirect !
Those words depend from the _sys_txt_splash_create_text andΒ _sys_txt_splash_share_text lang keys and can be changed via the Polyglot app.
-
·
LeonidS
-
- · Workdirect
- ·
Thankyou i did that and can change the write up for it nut it won't let me change create to Employee and share to Employer
-
- · Workdirect
- ·
It allows me to change about but i am after changing the actual word "create" to Employee and the word "share "Β to Employer
-
-
·
LeonidS
- ·
Still not sure why the given way isn't helpful for you. You may check the used keys by yourself via visiting the Studio->Designer->Splash page.
-
·
LeonidS
-
- · TimmyB
- ·
Go to polygotΒ
-
- · Workdirect
- ·
I got it ghanks i misunderstood
-
- · Workdirect
- ·
I have it nowΒ
-
- · Workdirect
- ·
I did what you said ,,thanks
-
- · Workdirect
- ·
If i want to change splash pic to a video or other pic do i need codes
-
-
·
LeonidS
- ·
Yes, you may change the HTML code in the Splash area to place there the tags responsible for the images / videos placing.
-
·
LeonidS
-
- · Workdirect
- ·
If i make a video for site how do i get a code to enter from it
-
-
·
LeonidS
- ·
It depends the way how do you want to show the video on the splash page: as video player or as autoplayed background part?
-
·
LeonidS
-
- · Workdirect
- ·
I would like it to autoplay where the pic is nowΒ
-
The easiest way then - use the video from Youtube. Just embed the code there on the necessary place of the Splash page.
-
- · Workdirect
- ·
Okay and can i use the video on my site instead of you tube . The una video app
-
-
·
LeonidS
- ·
Yes, it's possible to do via the Studio->Storage app. Go to the Files area there, upload the video file, for example with the mp4 extension. Β After uploading you will get the record where the URL field will have the value like [your UNA's site URL]s/sys_files/t5ienvf7nejeggbsjqrxgk2fhfvpsrqe.mp4. Copy it and paste into the code like from this example https://www.w3schools.com/howto/howto_css_fullscreen_video.asp . Just replace there the src in this line to your own value:
<source src="rain.mp4" type="video/mp4">
-
·
LeonidS