Problem with template afther moving joomla between servers - Joomla! Forum - community, help and support
hi moved joomla install between servers al went , site seems operating correctly.
how ever have 2 issues on frontpage (www.spacecabbie.com)
left top logo not showing , sliding pictures on main page showing default them pictures eventhough have reset , checked file locations of pictures supposed there still not show , show php code: $slide){ ?> on picture.
its bit difficult explain have @ site (its non comerical no advertising hobby site)\
any 1 got anyideas wrong ?
how ever have 2 issues on frontpage (www.spacecabbie.com)
left top logo not showing , sliding pictures on main page showing default them pictures eventhough have reset , checked file locations of pictures supposed there still not show , show php code: $slide){ ?> on picture.
its bit difficult explain have @ site (its non comerical no advertising hobby site)\
any 1 got anyideas wrong ?
(a) logo not showing:
the problem seems issue coding. may notice following line(s) of code, php not resolved. code should coming file index.php located in directory \templates\themza_j16_06
(b) template images shown in slideshow:
again problem seems either code or images location. may notice following line(s) of code, image coming directory \templates\themza_j16_06\images
how did transfer site files? probably, worthwhile copy files along directories under directory \templates\themza_j16_06 old server new server. make sure take copy of site files along database content backup.
the problem seems issue coding. may notice following line(s) of code, php not resolved. code should coming file index.php located in directory \templates\themza_j16_06
code: select all
<img align="left" alt="company logo" src="/<? if(!$this->params->get('logo')){ ?>/templates/themza_j16_06/images/logo1.gif<? }else echo $this->params->get('logo'); ?>">(b) template images shown in slideshow:
again problem seems either code or images location. may notice following line(s) of code, image coming directory \templates\themza_j16_06\images
code: select all
<div class="nivo-slice" style="left: 192px; width: 64px; height: 0px; opacity: 0; background: url("/templates/themza_j16_06/images/slide1.jpg") no-repeat scroll -192px 0% transparent;"></div>how did transfer site files? probably, worthwhile copy files along directories under directory \templates\themza_j16_06 old server new server. make sure take copy of site files along database content backup.
Comments
Post a Comment