This item was featured on ThemeForest
Planetshine
- Sold between 10 000 and 50 000 dollars
- Item was Featured
- Referred between 1 and 9 users
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 0-1 years
- Europe
181
Purchases
Buyer Rating:
4.81 stars
4.81 average based on 16 ratings.
-
5 Star
1487%
-
4 Star
16%
-
3 Star
16%
-
2 Star
00%
-
1 Star
00%
| Created | 20 September 12 |
| Last Update | 20 February 13 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | Shopify 4.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files |
- catalog
- commerce
- dark
- ecommerce
- fashion
- furniture
- javascript
- jquery
- light
- product
- responsive
- retail
- sell
- shop
- shopify
© All Rights Reserved Planetshine -
Contact Envato Support


How do I change the background to a solid color and not what you have as a default? I do not like the texture.
Go to background section in your theme settings. You should upload some transparent image and set the color property to what you like.
I would like to change the image lightbox pop-up back to the shopify ‘zoom’ function instead. Please could you help? I don’t mind editing the code I just don’t know what to edit..
Hi, getting the zoom functionality is not a simple modification, so we not be able to help you. You should consider hiring a Shopify Expert to help you with editing your storefront. http://experts.shopify.com/designers
Was looking at wordpress, and purchased a prestashop but it wasn’t for me now i’m looking at this shopify theme, Only thing i noticed between the themes is that this theme doesn’t seem to incorporate a rate and review system? or a option to choose different sizes, colors, flavors of product. Are they included as well or would i have to purchase an app? Is there a way to show how much product is in stock and if for it to say in stock or out of stock?! those are the main ones that would keep me from purchasing this theme!
Thanks
Great theme, but very bad idea with the picture sizes. Makes no sense. You want to display your clothing the way you want to and you cannot due it with this theme. All the pictures get cut off and even if you size the 400×400 you still do not get the quality needed and even then the images get chopped.
This needs to be addressed.
Forget my last post. I was smoking something.. lol
Have a few questions.
1) I want to keep the black bar around the menu items at the top of the screen as like when there is a drop down menu. How do I do this? eg. A link like home just highlights the word home, but if there is a dropdown it highlights the word and makes a dark block around it.
2) I would like to have spanned out side menu’s to drop downs. Eg Home | Components | Support In components drop down there will be input devices, cpus, motherboards etc. but i want to have a side menu that pops out of input devices that would have keyboards, controllers, mice etc. How do I get this right? Dont mind if i need to code it, just want to know how/where/example of one.
3)How do I remove the quick shop option?
4)when using a table for the description of an item, it makes tabs called properties and description. How do I set what i want these to say? and can i have say Product Specifications, Description, Product page as three tabs (even if info must be in tables)
5)the way my images are being reduced frustrates the hell out of me. How can I set it to re-size to 400×400 but still keep the entire image in that block?
6)instead of browse by collection above every collection, is there a way to implement a customer sort (price low to high, price high to low, sort by name)
Sorry for the tonn of questions, but other than those i love the theme
check your email
Can we just use this for mobile theme with our current own regular theme?
Will it interfere/work?
It will work, and I don’t believe that there will be interference. I have never heard back from our customers with any problems, but that might also be related to the fact that this is a very rear choice.
HI there, I just bought this theme, but it give me a little bit frustrated. I followed direction from one of the post to change my images of homepage slider. Even I make image size to 944×324, somehow the theme resize my image width smaller than 944px. Would you help me ?
Hi, can you give me a link to your site – it’s a bit hard to understand the exact problem from only description?
It seems like the first slide is Ok, but the theme resize image from second slide. Help pls ?
How can I change one of the link in Main Menu into Image ? Anyone help pls ?
Not possible, by default. You have to make some sort of workaround using the Shopify template editor. The template you will have to edit is layouts/theme.liquid
{% if linklists[child_list_handle].links != blank %} <li> <a href="{{ link.url | escape }}"><span>{{ link.title | escape }}</span></a> <ul>{% for childlink in linklists[child_list_handle].links %} <li><a href="{{ childlink.url }}">{{ childlink.title | escape }}</a> </li> {% endfor %}</ul> </li> {% else %} <li><a href="{{ link.url }}" if="" forloop.index="=2" endif="">{{ link.title }}</a> </li> {%endif %} {% endfor %}is there something wrong right here ? href=”{{ link.url }}” {% if forloop.index==2 }class=”mylogofont”{%endif }>{{ link.title }} {%endif %}I don’t know why I can print out index from forloop but not for a specific index like forloop.index==2; why admin ?
Sometimes in liquid it helps to assign values to new variable before using them in if’s. {% assign val = forloop.index %}. I’m sorry but I won’t be able to further help you with such specific programming questions that are not directly related to theme and it’s features. If you need some more help you can try hiring a Shopify expert. http://experts.shopify.com/designers
Thank you for your response. I got it already. One more question, how can i disable the layer which contains item price and description on Slider. I just want the slider only. I try to disable in homepage slider template and main CSS by putting them in comment selection but impossible unless I completely remove that TR in table. Is there anyway nicer to do it? Thank you Admin
You should comment out the entire ... . That can be achieved by wrapping it in tags {% comment } texts here { endcomment %}. Just in case, all that is located in snippets/homepage-slider.liquid
awesome : ))). Thanks a bunch