Hello everyone !
Starting from the "no-show" format on a portfolio I wish to start from scratch, alightsociety.com, I was wondering why inputting the specific css code to hide the new index div was not working properly.
Below you will find the code I'm attempting to put in a specific exhibition format:
class Exhibit
{
function createExhibit()
{
$OBJ =& get_instance();
$OBJ->page->exhibit['exhibit'] = $OBJ->vars->exhibit['content'];
return $OBJ->page->exhibit['exhibit'];
}
}
function dynamicCSS()
{
return "#index {display:none;}";
}
Would you by any chance have an idea about this ?
Cheers,
Baptiste