Black Friday Sale! Save up to 50% off!

lightbox options turn off

e.fokkens2
14 Posts
e.fokkens2 posted this 24 January 2020
Ask a Question

Hello, is there a way to avoid people downloading images from out of the lightbox, in the upper area you can now always do this from under the dropdown menu "share".Can we turn this off?
As an additional question, is there a piece of script that I can use for making it impossible to click right on images while browsing so that they as well can not use the "save image" option there in the popup menu. I know that you can always make print screens of course but just for the sake of avoiding downloads as much as possible.

Hello, is there a way to avoid people downloading images from out of the lightbox, in the upper area you can now always do this from under the dropdown menu "share".Can we turn this off? As an additional question, is there a piece of script that I can use for making it impossible to click right on images while browsing so that they as well can not use the "save image" option there in the popup menu. I know that you can always make print screens of course but just for the sake of avoiding downloads as much as possible.
Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 27 January 2020

Hi,

Nicepage uses the complete third-party solution for the lightbox. Unfortunately, there is no option to disable one of the lightbox features.

There are a lot of existing solutions over the internet. Unfortunately, we cannot suggest a specific code. But you can search and use any. There is nothing specific to Nicepage.

Please let us know if you have any further questions.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Nicepage uses the complete third-party solution for the lightbox. Unfortunately, there is no option to disable one of the lightbox features. There are a lot of existing solutions over the internet. Unfortunately, we cannot suggest a specific code. But you can search and use any. There is nothing specific to Nicepage. Please let us know if you have any further questions. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
e.fokkens2
14 Posts
e.fokkens2 posted this 27 January 2020

Hi I am not really familiar with coding, could you please tell me what kind of code to search for and where to fill it in in Nicepage.
Thanks

Hi I am not really familiar with coding, could you please tell me what kind of code to search for and where to fill it in in Nicepage. Thanks
Support Team
Support Team posted this 28 January 2020

Hi Erik,

Do you plan to use Nicepage for CMS or create a static HTML website?
All custom code can be added under the Site Settings >> HTML tab >> additiobal HEAD HTML (for js).

https://www.google.com/search?q=disable+right+click+on+the+page&oq=disable+right+click+on+the+page&aqs=chrome..69i57j0l7.4808j0j7&sourceid=chrome&ie=UTF-8
https://www.google.com/search?sxsrf=ACYBGNSH1JMxNb0QFRzcIdDCdrGe28xkPA%3A1580231966665&ei=Hm0wXs-dKMKAk74PrZKEuAs&q=prevent+image+downloading+from+the+page&oq=prevent+image+downloading+from+the+page&gs_l=psy-ab.3...3074.4575..5311...0.0..1.338.1001.10j3-1......0....1..gws-wiz.......35i39.-Yz9cWMOjbQ&ved=0ahUKEwjPpKTo5qbnAhVCwMQBHS0JAbcQ4dUDCAs&uact=5

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Erik, Do you plan to use Nicepage for CMS or create a static HTML website? All custom code can be added under the Site Settings >> HTML tab >> additiobal HEAD HTML (for js). https://www.google.com/search?q=disable+right+click+on+the+page&oq=disable+right+click+on+the+page&aqs=chrome..69i57j0l7.4808j0j7&sourceid=chrome&ie=UTF-8 https://www.google.com/search?sxsrf=ACYBGNSH1JMxNb0QFRzcIdDCdrGe28xkPA%3A1580231966665&ei=Hm0wXs-dKMKAk74PrZKEuAs&q=prevent+image+downloading+from+the+page&oq=prevent+image+downloading+from+the+page&gs_l=psy-ab.3...3074.4575..5311...0.0..1.338.1001.10j3-1......0....1..gws-wiz.......35i39.-Yz9cWMOjbQ&ved=0ahUKEwjPpKTo5qbnAhVCwMQBHS0JAbcQ4dUDCAs&uact=5 ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
my381
3 Posts
my381 posted this yesterday

Hello,
I also need to turn off lightbox options, especially
download image and social. How can I do that?
Best regards

Hello, I also need to turn off lightbox options, especially download image and social. How can I do that? Best regards

Last edited yesterday by my381

Support Team
Support Team posted this 20 hours ago

Hello,

Unfortunately, you cannot disable these options. But you can hide them with custom CSS.
For individual options:

.pswp__share--download
{
display: none!important;
}

Here are classes for other elements:

.pswp__share--pinterest,
.pswp__share--twitter,
.pswp__share--facebook

or Share Button:
.pswp__button--share
{
display: none!important;
}

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello, Unfortunately, you cannot disable these options. But you can hide them with custom CSS. For individual options: .pswp__share--download { display: none!important; } Here are classes for other elements: .pswp__share--pinterest, .pswp__share--twitter, .pswp__share--facebook or Share Button: .pswp__button--share { display: none!important; } ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
my381
3 Posts
my381 posted this 15 hours ago

Thank you very much! For me this is a great solution!
Best regards

Thank you very much! For me this is a great solution! Best regards
Support Team
Support Team posted this 6 hours ago

Hello Stanislav Patchamanov,

We are glad that we could help, please contact us at any time if any assistance or information is needed.
...................................................
Sincerely,
Negat Veri
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Stanislav Patchamanov, We are glad that we could help, please contact us at any time if any assistance or information is needed. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments