Support > cpg1.6 miscellaneous

Hide Drop Area

<< < (2/2)

ron4mac:

--- Quote from: thenota2 on March 03, 2018, 06:01:35 pm ---i put that file in my root and emptied my cache but it didnt work

--- End quote ---

Did you set the config item as I instructed you to do?

thenota2:
yes
--- Code: ---nodroparea.html
--- End code ---

ron4mac:
Then your theme doesn't respect the custom footer.

At the bottom of your template.html file, just before the </body> tag, put either:


--- Code: ---{CUSTOM_FOOTER}

--- End code ---
or:

--- Code: ---<script>
$(document).ready(function() {
document.getElementById("dropArea").style.display="none";
});
</script>

--- End code ---

thenota2:
thanks thats good

phill104:
Please mark your topic as solved

Navigation

[0] Message Index

[*] Previous page

Go to full version