I reinstalled it and it works again. Maybe a caching issue on my side. Thanks.
Iāve noticed that if you refresh the page the guest gate popup just disappears. Maybe this was always the case. Is there any way to prevent that?
Hello,
Unfortunately I canāt repro it. It works fine for me, always shows after I refresh the page. Which browser do you use? Can you share a screenshot from the setting you use and send me the forum link on pm or post here to check this?
I usually use Chrome but noticed this today on Edge when trying it while logged out. Iāll send the details as soon as I can.
I really like this component, itās one of the most useful in my opinion.
I would like to make the background of the screen completely dark because I realized that it is still possible to read the content
is there a css code that can do this
sorry Iām not a programmer
Hello Tiago,
Thank you
The Guest Gate modal use the default modal backdrop. But I assume you only want to change the background opacity on Guest Gate modal. Unfortunately it is not possible to change the backdrop only on this specific modal with simple css.
But you can target the modal and add an extra layer background like this:
Create a new component or add it to an existing one Common / CSS section.
Full black background
#discourse-modal.gate {
background-color: rgb(0, 0, 0);
}
But If you want to make a little transparency add an alpha value to it and you can change the opacity with the last number. 1
is full black 0
is transparent. Now I set this 0.65
.
#discourse-modal.gate {
background-color: rgba(0, 0, 0, 0.65);
}
its working, thank a lot @Don for your attention
Iāve just checked on Chrome and refreshing the page just gets rid of the popup, the same as for Edge.
The settings Iāve changed from the defaults are:
max guest topic views
5
dismissable false
tick
use gate buttons
tick
login button style
btn-default
signup button style
btn-primary
custom url enabled
tick
Hey guys!
What do you think about a feature to prevent anon users to see full res images? While they would be able to see thumbnails as usual, clicking on those would trigger the Guest Gate modal. Our community actually requested such a feature.
Hi, thank you for this great component. I noticed that when enabling the custom gate, text ( custom_gate.big_text and custom_gate.little_text) are automatically centered. This doesnāt happen without the custom gate. Is there a way to choose the text alignment/position, like we can do with the gate footer?
Hello,
Thanks Iāve pushed an update to this.
Thank you! Works perfectly.
I now understand that it was centered because it was following the alignment of the custom logo.
Would be great if the two alignment could be independent, as I liked having the logo centered, but wanted the text to be aligned to the left.
Thanks again Don.
Sure, I changed it. Now you can change the custom gate content positions separately.
Just what I wanted, perfect! Thanks!!
Has anybody else noticed this?
If not then I guess I should disable other theme components and plugins until it works, to find out which is causing the problem.
Yes, that is because max guest topic views
is set to 5 and when the page reloads than itās a new session so the 5 is counting againā¦ I donāt know is there a solution for this because same happens if you close the site and opens that topic again where the Guest Gate opened before but in the new session you can read it.
Would this help at all?
Hi, I love this plugin, but itās broken on my site. Could you help check?
Please try here The Litecoin Foundation is giving away #LITECOIN leading up to its 10th Anniversay - Project Announcements - Litecointalk Forum
Hey @xinxi_wang,
Thanks for the report Iāve merged a fix for this. Please update the theme component.
Recent change seems to have broken the custom login url feature
When clicking the login button it just opens the discourse login and not our custom login