CubeCartForums.org for CubeCart third-party documentation, modifications, skins and services

Welcome Guest ( Log In | Register )

 Forum Rules New skin submissions
3 Pages V  < 1 2 3 >  
Reply to this topicStart new topic
> Red Thunder V3
FlairConcepts
post Aug 14 2008, 12:44 AM
Post #21


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



Hi Stewart
QUOTE (rarekickrecords.co.uk @ Aug 14 2008, 08:49 AM) *
This is a beautyful skin, I'd really like to use this for my little record shop
Thank-you! smile.gif

Can anyone help me change this so the categorys are displayed just like the site docs were? Help would be v.much appreciated.

Not sure if i can help you here... from my understanding the "categories are controlled via admin and php files ie. core files...." the sitedoc links were hard-coded into the index.tpl this is why you are able to change them but don't change dynamically which is what happens with the categories. If you want the actual tabs at the top with the categories then maybe you should have a look at the "killer" skin as i'm pretty sure this can be done.

There could be a mod for this sort of thing also... so you may want to check with other members.

I'm not quite sure i'm explaining myself correctly, so i hope someone here can give you a more comprehensive answer.

Cheers
Antz smile.gif




--------------------
Go to the top of the page
 
+Quote Post
rarekickrecords....
post Aug 14 2008, 01:55 AM
Post #22


Newbie
Group Icon

Group: Members
Posts: 4
Joined: 11-August 08
Member No.: 5,906



QUOTE (Flairconcepts @ Aug 14 2008, 12:44 AM) *
I'm not quite sure i'm explaining myself correctly, so i hope someone here can give you a more comprehensive answer.

Cheers
Antz smile.gif


Thanks Ant, I'll take a looky at how the categorys are in the Killer skin I sure that will help me out. One other thing thou would it be possible to show the product prices in the lastest products section??? How would I do that?

Thanks,

ps - It really is an excellent skin, looks very profesional, great job cool.gif



QUOTE (rarekickrecords.co.uk @ Aug 14 2008, 02:54 AM) *
Thanks Ant, I'll take a looky at how the categorys are in the Killer skin I sure that will help me out. One other thing thou would it be possible to show the product prices in the lastest products section??? How would I do that?

Thanks,

ps - It really is an excellent skin, looks very profesional, great job cool.gif


Also how can I add 'homepage' back to the category's list?

This post has been edited by rarekickrecords.co.uk: Aug 14 2008, 01:55 AM
Go to the top of the page
 
+Quote Post
FlairConcepts
post Aug 14 2008, 11:20 AM
Post #23


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE
One other thing thou would it be possible to show the product prices in the lastest products section??? How would I do that?

Yes this can be done though you'll need to search the forums,,, just do a quick search on latest products...

ps - It really is an excellent skin, looks very profesional, great job cool.gif
Once again thanks,,, this was the first skin i've ever done and now we've managed to open shop ie. Flairconcepts.com! so quite excited about the skins we're bringing out! I've started to do flash sites so its all learning from hereon!

QUOTE
Also how can I add 'homepage' back to the category's list?

Ok not sure if i understand your question here,,,, are you asking how do you get your homepage to look like it did? as there is no homepage for categories list... i'll try and answer your questions the best i can and as quick as i can but pls be patient as i'm in Australia and the times are different.

Cheers
Antz smile.gif


--------------------
Go to the top of the page
 
+Quote Post
rarekickrecords....
post Aug 14 2008, 11:55 AM
Post #24


Newbie
Group Icon

Group: Members
Posts: 4
Joined: 11-August 08
Member No.: 5,906



QUOTE (Flairconcepts @ Aug 14 2008, 11:20 AM) *
Ok not sure if i understand your question here,,,, are you asking how do you get your homepage to look like it did? as there is no homepage for categories list... i'll try and answer your questions the best i can and as quick as i can but pls be patient as i'm in Australia and the times are different.

Cheers
Antz smile.gif


I'd just like to add a link back to the home page in the category's list so it listed like this-

  • home
  • category 1
  • category 2
  • category 3
  • category 4


Im sure its an easy fix but Im not sure what or where to edit. It would be useful to have a constant link back to the home page

Thanks for your help smile.gif
Go to the top of the page
 
+Quote Post
FlairConcepts
post Aug 14 2008, 12:46 PM
Post #25


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (rarekickrecords.co.uk @ Aug 14 2008, 09:55 PM) *
I'd just like to add a link back to the home page in the category's list so it listed like this-

  • home
  • category 1
  • category 2
  • category 3
  • category 4


Im sure its an easy fix but Im not sure what or where to edit. It would be useful to have a constant link back to the home page

Thanks for your help smile.gif

Ok, i'm guessing you just want the link back to homepage like what we have in our category section in our store right?.


Ok if that is the case, all you need to do is have a look at your

skin\styleTemplates\boxes\categories.tpl

You will see this something likes this...

CODE
<ul>
        <li class="bullet"><a href="index.php" class="txtCats">{LANG_HOME}</a></li>
        <!-- BEGIN: li -->
        <li class="bullet"><a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" class="txtCats">{DATA.cat_name}</a></li>
        <!-- END: li -->
        <!-- BEGIN: sale -->
        <li class="bullet"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtCats">{LANG_SALE_ITEMS}</a></li>
        <!-- END: sale -->
    </ul>



Basically you need to add an li before
CODE
<!-- BEGIN: li -->


This will solve your problems.

Let me know how you go.

Cheers
Antz biggrin.gif


--------------------
Go to the top of the page
 
+Quote Post
rarekickrecords....
post Aug 14 2008, 02:09 PM
Post #26


Newbie
Group Icon

Group: Members
Posts: 4
Joined: 11-August 08
Member No.: 5,906



Thanks dude, I'll have a look at it later.

Are you avalible for hire??? I got a few mods I'd like to add before my shop goes live and a few minor tweaks to the skin I'd like to do, but I dont really have time to learn how to do it all and then do it sad.gif

I was gonna post and ask if anyones avalible for hire but seems'ing as you've helped me a good deal already & its your skin Im working with I thought I'd ask if you were avalible for hire????

Thanks, Stewart.
Go to the top of the page
 
+Quote Post
FlairConcepts
post Aug 14 2008, 10:17 PM
Post #27


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



Stewart,

I've pm'd you biggrin.gif
QUOTE (rarekickrecords.co.uk @ Aug 15 2008, 12:09 AM) *
Thanks dude, I'll have a look at it later.

Are you avalible for hire??? I got a few mods I'd like to add before my shop goes live and a few minor tweaks to the skin I'd like to do, but I dont really have time to learn how to do it all and then do it sad.gif

I was gonna post and ask if anyones avalible for hire but seems'ing as you've helped me a good deal already & its your skin Im working with I thought I'd ask if you were avalible for hire????

Thanks, Stewart.



--------------------
Go to the top of the page
 
+Quote Post
JonnyAnnett
post Aug 30 2008, 07:52 PM
Post #28


Newbie
Group Icon

Group: Members
Posts: 6
Joined: 23-August 08
Member No.: 6,109



Hi,

Thanks for the skin. I've just uploaded it to my site. I've managed to it the header changed but currently the text in the centre box just above the latest products box. It has the "Welcome to...." and then the text below.

Can you explain to me how to change the text below the "Welcome to..." sentence please.

Thank You
Jonny
Go to the top of the page
 
+Quote Post
FlairConcepts
post Aug 30 2008, 09:48 PM
Post #29


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (JonnyAnnett @ Aug 31 2008, 05:52 AM) *
Hi,

Thanks for the skin. I've just uploaded it to my site. I've managed to it the header changed but currently the text in the centre box just above the latest products box. It has the "Welcome to...." and then the text below.

Can you explain to me how to change the text below the "Welcome to..." sentence please.

Thank You
Jonny
Hi Jonny

Can you please do me a favour and download the Red Thunder zipped file again... my sincere apologise i was working until very late last night and had made some changes to the template files and forgot to upload.

This is now the latest....

Regarding the Welcome to Cubecart Box....

There are instructions within the zipped file that tells you how to edit this the file is called "Welcome Box"...

skins/RedThunder_V3/styleTemplates/content/index.tpl file

CODE
<!-- BEGIN: index -->
<!--<span class="txtContentTitle">{HOME_TITLE}</span>--> This is commented out
<div class="boxContentHome">
<br />
<h1>{HOME_TITLE}</h1>
<p>
Loren ipsum dolor sit amet, consectetuer<br />
Piscing elit, sed diam nonummynibh euismod lobortis<br />
Cidunt ut laoreet dolore magna aliquam erat nisl<br />
Volutpat. Ut wisi enim and minim veniam ipsum dolor<br />
Tis nostrud exerci tation ullamcorper suscipit<br />
Lobortis nisl ut aliqu Ut wisi enim dolore magna<br />
</p>

<br />
<!--{HOME_CONTENT}-->This is commented out
</div>

You can see that between the <p></p> it is here where you can edit the actual text for Welcome Box ;-) [It has been done this way to give the box and text more styling ability via CSS]



The *Welcome To Cubecart* is controlled by <h1>{HOME_TITLE}</h1> normally you would go into admin [back of your store] and click on "Homepage" and edit the Title Heading there.... you can also control the text below from there but i commented it out.



Hope that helps!

Let me know how you go...

Cheers
Antz




--------------------
Go to the top of the page
 
+Quote Post
JonnyAnnett
post Aug 31 2008, 06:12 PM
Post #30


Newbie
Group Icon

Group: Members
Posts: 6
Joined: 23-August 08
Member No.: 6,109



Sorted thank you!
Go to the top of the page
 
+Quote Post
FlairConcepts
post Aug 31 2008, 10:41 PM
Post #31


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (JonnyAnnett @ Sep 1 2008, 04:12 AM) *
Sorted thank you!

Excellent... i'm glad it worked.

Cheers
Antz smile.gif


--------------------
Go to the top of the page
 
+Quote Post
aardbei
post Sep 24 2009, 02:17 PM
Post #32


Newbie
Group Icon

Group: Members
Posts: 3
Joined: 13-April 09
Member No.: 9,741



I tried to install your skin but I get a copyright notice..



Copyright Notice Modified

You have failed to retain our skin copyright notice that you agreed to under our Terms and Conditions of use when you purchased / downloaded this product.

This skin like all our other products are protected from tampering in any way. Trying to remove our Copyright Notice is a breach in our Terms and Conditions of use which is backed up by international law.

Please contact the Author at www.flairconcepts.com to correct this issue
or choose another skin



pretty weird since I installed your skin on a brandnew and fresh cubecart ..
Nothing has been edit/removed/added or anything by me... I have not made any change what so ever !!!
I decided to look for a new skin but I thought you might wanted to know..because I guess this is a bug ??!!
Go to the top of the page
 
+Quote Post
Robsta
post Sep 24 2009, 02:26 PM
Post #33


Skin Developer
Group Icon

Group: Administrator
Posts: 6,422
Joined: 11-March 07
From: Exmouth, UK
Member No.: 2

Catalogue Listing
About Us
Store Review Here



QUOTE (aardbei @ Sep 24 2009, 03:17 PM) *
pretty weird since I installed your skin on a brandnew and fresh cubecart ..
Nothing has been edit/removed/added or anything by me... I have not made any change what so ever !!!
I decided to look for a new skin but I thought you might wanted to know..because I guess this is a bug ??!!
I've just downloaded it and installed it. The skin displays with no problems at all. Try uploading in binary mode.


--------------------
BLOG NEWS BLOG! Now Available! for every store wanting an integrated blog or news system ;)
Try our brilliant new 'cross-selling' mod... 'Have you seen this?'... see it in action in our store!

Search Engine Sitemap Feed - RSS Feed - CubeCart Frontend Quick Edit
Go to the top of the page
 
+Quote Post
FlairConcepts
post Sep 24 2009, 03:17 PM
Post #34


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (aardbei @ Sep 25 2009, 12:17 AM) *
I tried to install your skin but I get a copyright notice..



Copyright Notice Modified

You have failed to retain our skin copyright notice that you agreed to under our Terms and Conditions of use when you purchased / downloaded this product.

This skin like all our other products are protected from tampering in any way. Trying to remove our Copyright Notice is a breach in our Terms and Conditions of use which is backed up by international law.

Please contact the Author at www.flairconcepts.com to correct this issue
or choose another skin



pretty weird since I installed your skin on a brandnew and fresh cubecart ..
Nothing has been edit/removed/added or anything by me... I have not made any change what so ever !!!
I decided to look for a new skin but I thought you might wanted to know..because I guess this is a bug ??!!

Hi

Can you please supply your url.

Andrea


--------------------
Go to the top of the page
 
+Quote Post
aardbei
post Sep 24 2009, 05:43 PM
Post #35


Newbie
Group Icon

Group: Members
Posts: 3
Joined: 13-April 09
Member No.: 9,741



I have used cubecart more often and never had problems with skins..

I'm in the middle to start my own childern clothing webshop and needed to have a fresh new cubecart install and skin.
I removed the skin, uploaded it again but keep getting the error.. When I use a different skin I have no problem..

I can give you my url but the skin is no longer online..
I decided to use the Legend skin and change it completly to my needs..
Go to the top of the page
 
+Quote Post
FlairConcepts
post Sep 24 2009, 11:44 PM
Post #36


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (aardbei @ Sep 25 2009, 03:43 AM) *
I have used cubecart more often and never had problems with skins..

I'm in the middle to start my own childern clothing webshop and needed to have a fresh new cubecart install and skin.
I removed the skin, uploaded it again but keep getting the error.. When I use a different skin I have no problem..

I can give you my url but the skin is no longer online..
I decided to use the Legend skin and change it completly to my needs..

If you no longer require the *Red Thunder* as it doesn't work for you then that's fine. Its working everywhere else unless there is conflict between my theme and another theme you have in your skins/ folder.

I'm quite happy to have a look at it for you but you'll have to load the skin and supply me with your url. You can contact us at support@flairconcepts.com and supply me the details for me to have a look at.

Andrea


--------------------
Go to the top of the page
 
+Quote Post
jiuchan
post Dec 7 2009, 08:42 AM
Post #37


Newbie
Group Icon

Group: Members
Posts: 3
Joined: 7-December 09
Member No.: 12,909



can i edit the color? the footer and header to a different color? and the buttons to match the header? and footer?

or do you have a green version?
Go to the top of the page
 
+Quote Post
FlairConcepts
post Dec 7 2009, 08:46 AM
Post #38


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (jiuchan @ Dec 7 2009, 07:42 PM) *
can i edit the color? the footer and header to a different color? and the buttons to match the header? and footer?

or do you have a green version?

Hi

Yes you can as long as you use your own images ;-) as the ones there are copyright to us.

Also please note that the Linkage must stay in tact and not be removed.

Thanks
Andrea smile.gif


--------------------
Go to the top of the page
 
+Quote Post
jiuchan
post Dec 7 2009, 09:21 AM
Post #39


Newbie
Group Icon

Group: Members
Posts: 3
Joined: 7-December 09
Member No.: 12,909



on the bottom.. under the design by..

where it says xhtml1.0 and web1.0.. can i take that one out? and put the design by next to your site 2008?
Go to the top of the page
 
+Quote Post
FlairConcepts
post Dec 7 2009, 09:32 AM
Post #40


FlairConcepts
Group Icon

Group: Commercial Contributor
Posts: 866
Joined: 17-May 07
From: Sydney - Australia
Member No.: 368

Catalogue Listing
About Us
Store Review Here



QUOTE (jiuchan @ Dec 7 2009, 08:21 PM) *
on the bottom.. under the design by..

where it says xhtml1.0 and web1.0.. can i take that one out? and put the design by next to your site 2008?

sure can smile.gif that is just there so you know its validated....

Cheers
Andrea smile.gif


--------------------
Go to the top of the page
 
+Quote Post

3 Pages V  < 1 2 3 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 7th September 2010 - 01:30 PM
© 2007 - 2010  CubeCartForums.org in association with Inspired Solutions. Sponsored by Devellion