Hello,
How to add the floating site navigation bar and footer on the splash page (home page) like on online.me?
Thanks
- 92
Hello,
Please, can someone tell me what is the best size for the splash image (Width and height) that will work well in all screen/device resolutions? I can't tell the size of the current spl-image-main.svg in the template/images/ folder as it is a svg file.
I am working on a high-quality picture (Photo) and I am having tough time to come up with a good quality SVG file as this last one is a vector image. I would rather use PNG or JPEG.
What is the estimated weight and height of the current spl-image-main.svg file?
Thanks
- 89
-
- · OneEagle
-
·
In reply to LeonidS
- ·
Thanks. I will use the percent width and height to make the image responsive but what about the original image size to be designed? What is the estimated weight and height of a goog spl-image-main file that will fit well on the splash page? (e.g: xxxx pixels x yyyyy pixels) Thanks
-
-
·
LeonidS
-
·
In reply to OneEagle
- ·
Default SVG file has the following params:
svg width="812px" height="397px"
-
·
LeonidS
-
- · OneEagle
- ·
Thanks a lot. It's all I needed ;)
By the way, when i use the Chrome Web Inspector on the Splash image, i can see this:
.bx-spl-line.bx-spl-l1 .bx-spl-image { max-width: 100%; }
As you can tell it already has max-width: 100%. Then my question is: as i will be using JPG or PNG, do I still need to use percent width and height? (width: 100%; height: 100%;). If so where should I add them? Thanks
Hello?
How to make the label field mandatory on the Add Person and Add Organization page? I have checked but I don't see the 'Mandatory' option when setting the label field. Only the 'Privacy' setting/option is available.
As mentioned in this topic https://una.io/view-discussion/mod-for-people-s-directory I too would like to organize people and organizations by categories and therefore force them to add a label upon profile creation.
Thanks.
- 225
-
-
·
LeonidS
- ·
Hello @OneEagle !
The fields with the "custom" type have another set of settings. And the making some similar fields mandatory. It will require the changes in the PHP code or add the Javascript checks which may be passed with the disabled JS code.
-
·
LeonidS
-
- · OneEagle
- ·
Thanks. Maybe you should consider adding 'the ability to make the Label field mandatory' to the list of feature requests. Thx.
Once again my Jot Server stopped working because the AutoSSL got renewed automatically (It renews every 3 months). I have managed to fix it by entering the new .crt and .key files and restarting the Jot Server as described in this post:
https://una.io/page/cmts-view?sys=bx_forum&id=8651&cmt_id=39478
I have run:
forever stop app.js
and
forever -w --watchDirectory=/home/xxxxx/ssl/certs/ start app.js
Everything went smoothly and the messenger was back working.
Now I am having a very weird issue: My messenger only works when I have my SSH Console (Putty) opened. When I closed the SSH Console, the forever process also stops automatically. As a result, my messenger won't connect to the Jot Server. Very strange! Closing SSH connection kills all the forever processes.
I have to go back, connect to the server through SSH, run the command live above again to get the messenger back and live. Then when i disconnect from SSH (Close Putty), the problem starts back again.
I didn't change anything on my UNA installation. The only thing that changed on my server was the AutoSSL that got renewed with new .crt and .key files. I have been using AutoSSL with Jot Server for a long time now and i have never had this problem.
Any idea on what is causing this issue and how to fix it?
I came across these two posts, Hope they will give us some clues:
https://stackoverflow.com/questions/5818202/how-to-run-node-js-app-forever-when-console-is-closed
and
Thanks
- 297
-
Did you update the config file for jot-server to reflect the updated .CRT and .KEY files? When my SSL autorenewed last week, I realised that the .CER and .KEY filenames were different.
-
- · OneEagle
- ·
Hi, Yes I did. Everything works fine when I am connected to my server using SSH. When I close the SSH console, the Messenger also stops working. It disconnects.
-
- · OneEagle
-
·
In reply to Alexey
- ·
Thanks for our reply @Alexey I have contaced you via PM and sent my server and UNA credentials. Thanks
Hello,
Below are few questions on the multi-category feature:
1) How to limit the number of Categories a member can choose and post to? (Eg.: 3 categories only.) With the current setting a member can choose any number of categories.
2) How to limit the number of Categories a member can choose based on his/her membership level? Eg.: Standard: 2 Categories. Premium: 3 Categories. Gold: 5 Categories.
3) How to remove/disable the "Create Own Category" button when submitting/posting something? I don't want members to suggest or create a category, but rather use the ones already created by the Site Admin.
Thanks
- 376
-
- · James Prince
- ·
In v12 there are two different category fields to choose from or use both. Category and Categories. They are in studio-forms-post-add post and edit post blocks. Enable the one with the desired results or both.
-
- · OneEagle
- ·
Thanks but I am afraid you didn't understand my questions.
-
- · OneEagle
- ·
Please, can someone help on this? How to remove/disable the "Create Own Category" button when submitting/posting something (in Videos, Posts, Orgnaizations Apps)? and How to limit the number of Categories a member can choose and post to? Thanks
Jedi
Total points: 771.5
Hello @OneEagle !
Just add the Splash block to the home page, set the visibility there only for guests and make all other blocks available only for registered members.
Ohhh yeah! I completely forgot it could be done that way. Thank you.