Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-07-2010 01:08:06

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Purchased new skin - everything is gone! Help please

I purchased a new zipskin from Kryptronic and when I installed it the Featured Items were gone. The entire home page is empty because the Feautured Items are missing. Can anyone tell me how to fix this? Thank you!

wwwoutcastgirls.com

P.S. This is Zipskin008

Offline

 

#2 08-07-2010 02:46:55

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

You have to recreate the splash.php in the new skin.
Go here: Location: System Dashboard > Store > Content > Webpages and copy the code from the splash.php

Then paste it here: Location: System Dashboard > System > Displays > Display Skins, click update on the new skin and scroll down to the splash.php

Rob


Rob

Offline

 

#3 08-07-2010 06:28:24

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

Hi Zanart (Rob),

This didn't work.

This is the actual splash code that I now have in place. Any suggestions?:


<?php

$app            = 'ecom';
$eol            = $this->globals('core.eol');
$link_contact   = $this->link_namespace($app,'contact',array());
$link_cfform    = $this->link_namespace($app,'dynform',array('ref' => 'feedback'));

?>

</div>
<div id="skin_splash">
<a href="<?php print $this->link_namespace('ecom','prodall',array()); ?>" title="All Items"><img src="skins/zipskin_khxc008/media/splash.jpg" width="578" height="170" alt="All Items" class="skin_anyimg" /></a>
</div>
<div class="skin_content">
<?php

$this->include_namespace($app,'prodfeature',array());

?>

outcastgirls.com

Last edited by OutcastGirls (08-07-2010 08:32:22)

Offline

 

#4 08-07-2010 09:03:38

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

You don't have that code in the splash.php for the skin you are using. At the moment the only code in there is something like this:

Code:

<div id="skin_splash">
<a href="http://www.outcastgirls.com" title="All Items"><img src="skins/zipskin_khxc008/media/splash.jpg" width="578" height="170" alt="All Items" class="skin_anyimg" /></a>
</div>

You need to go to:
Location: System Dashboard > System > Displays > Display Skins

Click UPDATE on the correct skin you are now using (zipskin_khxc008 - unless you have changed it). Then scroll down the the Directory: /includes header. Click Update for the splash.php.

Rob


Rob

Offline

 

#5 08-07-2010 09:31:41

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

I did this but nothing happened.

I made the changes here:
System Dashboard > System > Displays > Display Skins

and here:
System Dashboard > Website > Content > Webpages

This is what I have right now:

<?php

$app            = 'ecom';
$eol            = $this->globals('core.eol');
$link_contact   = $this->link_namespace($app,'contact',array());
$link_cfform    = $this->link_namespace($app,'dynform',array('ref' => 'feedback'));

?>

</div>
<div id="skin_splash">
<a href="http://www.outcastgirls.com" title="All Items"><img src="skins/zipskin_khxc008/media/splash.jpg" width="578" height="170" alt="All Items" class="skin_anyimg" /></a>
</div>
<div class="skin_content">
<?php

$this->include_namespace($app,'prodfeature',array());

?>



If you go to my site you'll see that the products are missing. There's only the default company logo and the default splash.jpg. I need to get the products showing before updating the skin with my company's logo/info, etc.

Offline

 

#6 08-07-2010 09:45:16

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

try changing the last php statement to:

Code:

<?php 

$this->include_namespace('ecom','prodfeature');

?>

Rob

Offline

 

#7 08-07-2010 09:51:15

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

It's not working. Should a submit a ticket?

This is the latest and greatest:

<?php

$app            = 'ecom';
$eol            = $this->globals('core.eol');
$link_contact   = $this->link_namespace($app,'contact',array());
$link_cfform    = $this->link_namespace($app,'dynform',array('ref' => 'feedback'));

?>

</div>
<div id="skin_splash">
<a href="http://www.outcastgirls.com" title="All Items"><img src="skins/zipskin_khxc008/media/splash.jpg" width="578" height="170" alt="All Items" class="skin_anyimg" /></a>
</div>
<div class="skin_content">
<?php

$this->include_namespace('ecom','prodfeature');

?>

Offline

 

#8 08-07-2010 10:06:12

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

Get rid of all the text/code in the splash.php for your new skin and see if the image disappears.


Rob

Offline

 

#9 08-07-2010 10:59:58

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

now just add

Code:

<?php

$this->include_namespace('ecom','prodfeature');

?>

Rob

Offline

 

#10 08-07-2010 11:17:04

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

Nothing... No change.

Offline

 

#11 08-07-2010 11:31:28

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

What version of ccp are you using?


Rob

Offline

 

#12 08-07-2010 11:51:44

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

I have CCP 7.0... This skin is compatible with 7.0

My old skin is Zipskin 014, and the new one is Zipskin 008. I followed the instructions that came with the skin... It's pretty simple really, so I can't imagine what could've gone wrong. It's probably something small, like something somewhere is turned off... I'm running out of ideas.

Offline

 

#13 08-07-2010 11:56:54

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Purchased new skin - everything is gone! Help please

I would contact zipskins


Rob

Offline

 

#14 08-07-2010 12:05:26

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

Well, I bought it through Kryptronic, so ultimately is their responsibility. I'll submit a ticket and if they can't solve the problem I'll ask for my money back. I wasted too much time already.

Offline

 

#15 08-08-2010 10:19:16

KryptoJim
Member
Registered: 07-08-2010
Posts: 455

Re: Purchased new skin - everything is gone! Help please

OutcastGirls wrote:

Well, I bought it through Kryptronic, so ultimately is their responsibility. I'll submit a ticket and if they can't solve the problem I'll ask for my money back. I wasted too much time already.

With all due respect, I would appreciate a support ticket and opportunity to fix this before you demand a refund.  Please submit one and we'll help you the best we can.

Offline

 

#16 08-08-2010 10:31:51

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

I already have. This is the ticket number : SA00000605

Thank you!

Offline

 

#17 08-08-2010 23:33:32

OutcastGirls
Member
From: New York, NY
Registered: 07-16-2009
Posts: 219

Re: Purchased new skin - everything is gone! Help please

Problem solved. Please, disregard ticket #SA00000605

The issue was solved by downloading a new skin. It's possible that the file was somehow corrupted when I downloaded the skin on Friday. Thank you.

Offline

 

#18 08-09-2010 03:02:44

ZipSkins
Member
From: United Kingdom
Registered: 01-15-2006
Posts: 822
Website

Re: Purchased new skin - everything is gone! Help please

Thanks for your messages and glad to learn that the issue has been resolved.

Nigel


| Professional Quality Customisable Skins for your ClickCartPro Powered Site


-----------------------------
Certified Support Partner

Offline

 

#19 08-09-2010 22:56:53

quentina
Member
Registered: 08-06-2010
Posts: 4

Re: Purchased new skin - everything is gone! Help please

Thank you!


     

Offline

 

Board footer