Where are all my posts
- Posted by matthew (104) Offline
Where are all my posts I cant find any of my posts
Hmm strange, can you check what deal plazza version did you use?
Can you open this file : [root]/templates/deals_plazza/css/css.helper.php and check at the line 20 whether this code is already there ;
if ($this->params->get( 'image_background' )=="") :
$image_background=$tpath.'/images/bgbody.png';
endif;
Yes the code is there
Thanks
11 years 8 months ago #1
by matthew
Hmm strange, can you check what deal plazza version did you use?
Can you open this file : [root]/templates/deals_plazza/css/css.helper.php and check at the line 20 whether this code is already there ;
if ($this->params->get( 'image_background' )=="") :
$image_background=$tpath.'/images/bgbody.png';
endif;
Yes the code is there
Thanks
The topic has been marked as resolved.
- Posted by andy (759) Offline
Hi, We're really sorry for this inconvenience. As described on this page :
www.templateplazza.com/blog/entry/hardwa...-event-at-our-server
We experienced a hardware failure events yesterday and we lose some crucial data
11 years 8 months ago #2
by andy
www.templateplazza.com/blog/entry/hardwa...-event-at-our-server
We experienced a hardware failure events yesterday and we lose some crucial data
The topic has been marked as resolved.
- Posted by matthew (104) Offline
You said Hmm strange, can you check what deal plazza version did you use?
Can you open this file : [root]/templates/deals_plazza/css/css.helper.php and check at the line 20 whether this code is already there ;
if ($this->params->get( 'image_background' )=="") :
$image_background=$tpath.'/images/bgbody.png';
endif;
Yes the code is there
Thanks
11 years 8 months ago #3
by matthew
Can you open this file : [root]/templates/deals_plazza/css/css.helper.php and check at the line 20 whether this code is already there ;
if ($this->params->get( 'image_background' )=="") :
$image_background=$tpath.'/images/bgbody.png';
endif;
Yes the code is there
Thanks
The topic has been marked as resolved.
- Posted by andy (759) Offline
The topic has been marked as resolved.
- Posted by matthew (104) Offline
The topic has been marked as resolved.
- Posted by andy (759) Offline
Hi,
When i look at your website and view the HTML source this line is like this :
where it should be like this :
Are you sure you have used the latest version? The latest version is 1.1.4
11 years 8 months ago #6
by andy
When i look at your website and view the HTML source this line is like this :
.tpbodies {
background: url("images/08122011.jpg") repeat-x scroll 0 0 #309dcf;
}
where it should be like this :
.tpbodies {
background: url("/adealb2/templates/deals_plazza/images/08122011.jpg") repeat-x scroll 0 0 #309dcf;
}
Are you sure you have used the latest version? The latest version is 1.1.4
The topic has been marked as resolved.