Post by sakurastudio » Mon Sep 03, 2012 3:59 am

Hello,

I'm using OC version 1.5.3.1 and install template "@DSWWW - Pink". So far now all working great but I just notice something (I don't know what to call it) when I view my website. Please view picture that I attached.

Image

I want to remove it but can't find it in the file. Can anybody help me to locate it?

Thank you

Newbie

Posts

Joined
Mon Sep 03, 2012 3:45 am

Post by pprmkr » Mon Sep 03, 2012 5:07 pm

Viewing this image does not reveal where the item is placed.

Post a link and we can view the source.

Otherwise check the language files in catalog/languages or the templatefiles in catalog/view/theme/YOURTHEME/common

User avatar
Active Member
Online

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by sakurastudio » Mon Sep 03, 2012 5:19 pm

This is link to my OC website...I put it under maintenance because it's not 100% complete yet

http://www.suzzan.com/

Thank you for your help...

Newbie

Posts

Joined
Mon Sep 03, 2012 3:45 am

Post by pprmkr » Mon Sep 03, 2012 5:24 pm

Take a look at catalog/view/theme/pink/template/common/header.php

Search for:

Code: Select all

<div id="autor">
	<p>Design: <br><a href="http://www.erstellung-von-websites.de/menu/webseite-menu/agebot/angebot-design-von-internetseiten.html" title="Erstellen Homepage">Erstellen Homepage</a></p>
        <p><a href="http://www.fireplaceretail.co.uk/" title="Fireplace">Fireplace</a></p>
</div>

User avatar
Active Member
Online

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by sakurastudio » Mon Sep 03, 2012 7:19 pm

pprmkr wrote:Take a look at catalog/view/theme/pink/template/common/header.php

Search for:

Code: Select all

<div id="autor">
	<p>Design: <br><a href="http://www.erstellung-von-websites.de/menu/webseite-menu/agebot/angebot-design-von-internetseiten.html" title="Erstellen Homepage">Erstellen Homepage</a></p>
        <p><a href="http://www.fireplaceretail.co.uk/" title="Fireplace">Fireplace</a></p>
</div>
I'm sorry but I can't find the file. There's only header.tpl in the folder not header.php ???

Newbie

Posts

Joined
Mon Sep 03, 2012 3:45 am

Post by pprmkr » Mon Sep 03, 2012 8:06 pm

Sorry. Typo :crazy:

Must indeed be header.tpl

User avatar
Active Member
Online

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by sakurastudio » Mon Sep 03, 2012 8:19 pm

pprmkr wrote:Take a look at catalog/view/theme/pink/template/common/header.php

Search for:

Code: Select all

<div id="autor">
	<p>Design: <br><a href="http://www.erstellung-von-websites.de/menu/webseite-menu/agebot/angebot-design-von-internetseiten.html" title="Erstellen Homepage">Erstellen Homepage</a></p>
        <p><a href="http://www.fireplaceretail.co.uk/" title="Fireplace">Fireplace</a></p>
</div>
I can't find the line you mention. Below is the code file in the header.tpl

Code: Select all

<?php if (isset($_SERVER['HTTP_USER_AGENT']) && !strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE 6')) echo '<?xml version="1.0" encoding="UTF-8"?>'. "\n"; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $direction; ?>" lang="<?php echo $lang; ?>" xml:lang="<?php echo $lang; ?>">
<head>
<title><?php echo $title; ?></title>
<base href="<?php echo $base; ?>" />
<?php if ($description) { ?>
<meta name="description" content="<?php echo $description; ?>" />
<?php } ?>
<?php if ($keywords) { ?>
<meta name="keywords" content="<?php echo $keywords; ?>" />
<?php } ?>
<?php if ($icon) { ?>
<link href="<?php echo $icon; ?>" rel="icon" />
<?php } ?>
<?php foreach ($links as $link) { ?>
<link href="<?php echo $link['href']; ?>" rel="<?php echo $link['rel']; ?>" />
<?php } ?>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/pink/stylesheet/stylesheet.css" />
<?php foreach ($styles as $style) { ?>
<link rel="<?php echo $style['rel']; ?>" type="text/css" href="<?php echo $style['href']; ?>" media="<?php echo $style['media']; ?>" />
<div>
<?php } ?>
<?php
$sys=base64_decode('PGRpdiBpZD0iYXV0b3IiPg0KCTxwPkRlc2lnbjogPGJyLz48YSBocmVmPSJodHRwOi8vd3d3LmVyc3RlbGx1bmctdm9uLXdlYnNpdGVzLmRlL21lbnUvd2Vic2VpdGUtbWVudS9hZ2Vib3QvYW5nZWJvdC1kZXNpZ24tdm9uLWludGVybmV0c2VpdGVuLmh0bWwiIHRpdGxlPSJFcnN0ZWxsZW4gSG9tZXBhZ2UiPkVyc3RlbGxlbiBIb21lcGFnZTwvYT48L3A+DQogICAgICAgIDxwPjxhIGhyZWY9Imh0dHA6Ly93d3cuZmlyZXBsYWNlcmV0YWlsLmNvLnVrLyIgdGl0bGU9IkZpcmVwbGFjZSI+RmlyZXBsYWNlPC9hPjwvcD4NCjwvZGl2Pg==');
?>
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/ui/jquery-ui-1.8.16.custom.min.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/ui/themes/ui-lightness/jquery-ui-1.8.16.custom.css" />
<script type="text/javascript" src="catalog/view/javascript/jquery/ui/external/jquery.cookie.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/colorbox/jquery.colorbox.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/colorbox/colorbox.css" media="screen" />
<script type="text/javascript" src="catalog/view/javascript/jquery/tabs.js"></script>
<script type="text/javascript" src="catalog/view/javascript/common.js"></script>
<?php foreach ($scripts as $script) { ?>
<script type="text/javascript" src="<?php echo $script; ?>"></script>
<?php } ?>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/pink/stylesheet/ie7.css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/pink/stylesheet/ie6.css" />
<script type="text/javascript" src="catalog/view/javascript/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix('#logo img');
</script>
<![endif]-->
<?php echo $google_analytics; ?>
</head>
<body>
<?php echo $sys; ?>
<div id="header">
  <?php if ($logo) { ?>
  <div id="logo"><a href="<?php echo $home; ?>"><img src="<?php echo $logo; ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" /></a></div>
  <?php } ?>
  <?php echo $language; ?>
  <?php echo $currency; ?>
  <?php echo $cart; ?>
  <div id="search">
    <div class="button-search"></div>
    <?php if ($filter_name) { ?>
    <input type="text" name="filter_name" value="<?php echo $filter_name; ?>" />
    <?php } else { ?>
    <input type="text" name="filter_name" value="<?php echo $text_search; ?>" onclick="this.value = '';" onkeydown="this.style.color = '#000000';" />
    <?php } ?>
  </div>
  <div id="welcome">
    <?php if (!$logged) { ?>
    <?php echo $text_welcome; ?>
    <?php } else { ?>
    <?php echo $text_logged; ?>
    <?php } ?>
  </div>
  <div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><a href="<?php echo $wishlist; ?>" id="wishlist-total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></div>
</div>
<?php if ($categories) { ?>
<div id="menu">
	<div class="menu">
		<ul>
			<?php foreach ($categories as $category) { ?>
			<li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a>
			<?php if ($category['children']) { ?>
			<div>
				<?php for ($i = 0; $i < count($category['children']);) { ?>
				<ul>
				<?php $j = $i + ceil(count($category['children']) / $category['column']); ?>
				<?php for (; $i < $j; $i++) { ?>
				<?php if (isset($category['children'][$i])) { ?>
				<li><a href="<?php echo $category['children'][$i]['href']; ?>"><?php echo $category['children'][$i]['name']; ?></a></li>
				<?php } ?>
				<?php } ?>
				</ul>
				<?php } ?>
			</div>
			<?php } ?>
			</li>
			<?php } ?>
		</ul>
	</div>
</div>
<div id="container">
<?php } ?>
<div id="notification"></div>
<div id="mainsite">
Maybe it's hiden??

Newbie

Posts

Joined
Mon Sep 03, 2012 3:45 am

Post by pprmkr » Mon Sep 03, 2012 8:30 pm

It is this part:

Code: Select all

<?php
$sys=base64_decode('PGRpdiBpZD0iYXV0b3IiPg0KCTxwPkRlc2lnbjogPGJyLz48YSBocmVmPSJodHRwOi8vd3d3LmVyc3RlbGx1bmctdm9uLXdlYnNpdGVzLmRlL21lbnUvd2Vic2VpdGUtbWVudS9hZ2Vib3QvYW5nZWJvdC1kZXNpZ24tdm9uLWludGVybmV0c2VpdGVuLmh0bWwiIHRpdGxlPSJFcnN0ZWxsZW4gSG9tZXBhZ2UiPkVyc3RlbGxlbiBIb21lcGFnZTwvYT48L3A+DQogICAgICAgIDxwPjxhIGhyZWY9Imh0dHA6Ly93d3cuZmlyZXBsYWNlcmV0YWlsLmNvLnVrLyIgdGl0bGU9IkZpcmVwbGFjZSI+RmlyZXBsYWNlPC9hPjwvcD4NCjwvZGl2Pg==');
?>

User avatar
Active Member
Online

Posts

Joined
Sat Jan 08, 2011 11:05 pm
Location - Netherlands

Post by sakurastudio » Mon Sep 03, 2012 8:41 pm

So the code is really hidden. Problem solve.

Thank you my friend. You are my star :dance:

Newbie

Posts

Joined
Mon Sep 03, 2012 3:45 am
Who is online

Users browsing this forum: No registered users and 14 guests