• Would it be possible to keep the restricted content in lists but with a blurred or an alternative image instead of the original? On my site I restrict explicit images from anonymous visitors but I want to seduce these visitors to login by showing them a blurred image with a text “login to view”. Are currently the posts hidden from lists by a hide command? Can tell me what I could change to make it work the way I want?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author taras.sych

    (@cayenne)

    @petergiesbers unfortunatelly the plugin can not blur content in a list, it can be either shown or not. The option you telling – may also bring paging problems.

    well, or I did not get your request ??

    Thread Starter petergiesbers

    (@petergiesbers)

    Hi Taras, instead of completely hiding products from the list I would like to show something like the above so that visitors can see that there are more products available and triggers them to create an account.
    Is this something that can be done?

    Thanks Peter

    Plugin Author taras.sych

    (@cayenne)

    @petergiesbers ok, I’ll think on it

    possible solution would be to add custom css class to the items which need to be hidden, so you can then apply blurring from your theme styling

    I’ll post here when update is ready

    Thread Starter petergiesbers

    (@petergiesbers)

    That would be great, many thanks ??

    Plugin Author taras.sych

    (@cayenne)

    @petergiesbers please try to use newest 1.6.1 ver

    there is new option added in settings

    Restricted content: CSS Blurred / Hidden

    CSS Blurred is what you should look for, in that case, instead of hidding elements from list – plugin will add special class name to it, you can find the class name using browser debugger, and then in your website theme add this classname to styling with any kind of blurring you like

    tell me if you get any problems with it

    Thread Starter petergiesbers

    (@petergiesbers)

    Fantastic, that is exactly what I needed. I will play around with it, I will share the result. Many thanks !

    regards Peter

    Thread Starter petergiesbers

    (@petergiesbers)

    I could not find a class to only blur the image but I managed to blur the whole item using the code below, which works for me.

    .arc-post-css-blurred {
    filter: blur(0.5rem);
    }

    I only noticed that when someone clicks on the blurred “quick view” button, which appears on hover, it will still show the original image of the restricted item.

    Here you can view it: https://pornprint.com/

    Plugin Author taras.sych

    (@cayenne)

    @petergiesbers top level classname .arc-post-css-blurred is just a key where you can add your blurring css.

    then you can customize css with child rules and apply blurring only to the picture and not to the title and so on…

    same for hover items

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Keep items in lists but with a blurred image’ is closed to new replies.