Plugin Author
Phil
(@philsbury)
Hi @chiefsson,
That’s concerning, what research has indicated the plugin could be the issue? Do you have any information from your scans?
Thanks
Phil
Only from my siteground host that suggested it could be this plugin. WHen I run their scan the files are deleted and off I go again.
Is there a way I can uninstall and reinstall the plugin to try and stop this issue?
Plugin Author
Phil
(@philsbury)
Ok, so something is adding files to the server? There shouldn’t be anything in the plugin that allows that, but I’ll run some checks.
What i’d do it go to Age Gate -> Tools and export all the settings, that’ll give you a JSON file of everything you’ve set currently.
Then deactivate and delete the plugin which remove everything.
You can then reinstall it from the the plugins tab and then go to tools again and import your settings.
If you want me to check the settings json I’d more than happy to – can go in here or over email. And if the issue persists would be good to see the file system as to what is getting added in (just screenshots would be fine)
Thanks
Phil
shall i email you the file if so what is best email?
Thanks
/home/u60-icltop3lh28i/www/chiefsson.com.au/public_html/navs/block-editores.php
/home/u60-icltop3lh28i/www/chiefsson.com.au/public_html/wp-comments.php
Are the files being added however they can not be seen when going into FTP/filemanager etc.
Secondly though how do I get the age gate box to be smaller as mentioned before it has changed and now takes up the whole page – nothing I do seems to change it.
this is the code:
/* Age Gate CSS */
.age-gate-logo-image { width: 150px; }
.age-gate-submit--reversed {
background-color: rgba(137, 118, 69,0.7);
color: #fff;
border: 1px solid #897645;
padding: 10px 20px;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
}
.age-gate-submit--reversed:hover {
background-color: rgba(137, 118, 69,1);
}
.age-gate-challenge {
margin-bottom: 30px;
}
.age-gate-message {
margin-bottom: 30px;
}
.age-gate-form {
border: 4px solid #897645;
}
Plugin Author
Phil
(@philsbury)
Just looking on way back machine to see what it used to look like so will come pack
Plugin Author
Phil
(@philsbury)
Hi @chiefsson,
This should be all the CSS you need to make it look as it did:
/* Variables */
:root {
--ag-logo-max-width: 150px;
--ag-form-border-width: 4px;
--ag-form-border: solid #897645;
--ag-text-subheadline-size: 14px;
--ag-text-subheadline-weight: normal;
--ag-text-subheadline-margin: 0 0 30px;
--ag-text-headline-size: 26px;
--ag-text-headline-weight: normal;
--ag-text-headline-margin: 0;
--ag-form-padding: 50px 20px;
--ag-button-color-background: rgba(137, 118, 69, 0.7);
--ag-button-border: 1px solid #897645;
--ag-button-radius: 0;
--ag-button-padding: 10px 20px;
--ag-text-heading-margin: 0 0;
--ag-button-color-hover: #897645;
--ag-button-hover-border: 1px solid #897645;
}
/* Some specifics */
h2.age-gate-headline {
color: white;
}
.age-gate-submit {
text-transform: uppercase;
}
.age-gate-challenge {
display: none;
}
Here’s a screenshot – old on the left, new on the right
Any settings can come to [support at our website url]. (not sure I can put the real email here!)
Thanks
Phil
Hi Phil,
when I insert your code in the additional CSS section – the code has X next to it and says Expected RBRACE at LINE XXX Column % for every line of code.
Thks