Re: Any idea why this is showing up at the bottom of my website?
Posted 13 years 7 months ago
Oh . . . and are you using the latest template files . . . ? There were some updates made to the template in June and July 2011 that could affect this.
Re: Any idea why this is showing up at the bottom of my website?
Posted 13 years 7 months ago
Hello,
I do have the following code but it is at about line 175
<?php /** Begin Preset Creator **/
$gantry->displayFeature('presetcreator');
/** End Preset Creator **/ ?>
Where would I turn off the preset creator? I do not see it in the template options. Unless I am missing it....?
Re: Any idea why this is showing up at the bottom of my website?
Posted 13 years 7 months ago
You definitely need to keep things updated so yes, install the Gantry update . .. this may or may not fix the problem.
As for removing the code, just comment it out temporarily and see if it affects anything in the front end. If everything continues to work fine, leave it out.
Re: Any idea why this is showing up at the bottom of my website?
Posted 13 years 7 months ago
Thank you for your help!
It turns out that the below code was just inserted into my template at the bottom. I don't know how it got there but I deleted it and it works perfectly!
This was in there for no reason:
$gantry->displayFeature('presetcreator');
/** End Preset Creator **/ ?>