nicole_89
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 0-1 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
341
Purchases
Buyer Rating:
4.70 stars
4.70 average based on 40 ratings.
-
5 Star
3280%
-
4 Star
410%
-
3 Star
410%
-
2 Star
00%
-
1 Star
00%
| Created | 6 December 12 |
| Last Update | 6 May 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | OpenCart 1.5.5, OpenCart 1.5.4 |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
- Camera Slider
- catalog mode
- cloud zoom
- css3
- ecommerce
- fullscreen
- html5
- jquery
- minimal
- modern
- nivo slider
- opencart
- responsive
- social
- theme panel
© All Rights Reserved nicole_89 -
Contact Envato Support


Hi, need your help.
Can’t seems to save the theme setting and the slider seems odd.
http://store.regalina.comHi
For theme settings saving you need to check for write permissions for settings.inc and editor_settings.css located in nico/nico_theme_editor you can find more info here http://nico.nicolette.ro/docs/#!/installation
I think the slider does not scroll properly because there is only one slide, try to add at least one more.
The duplicate category from category pages show because by default opencart has category module enabled for category pages, you need to disable it from admin > extensions > modules > category and disable the one that has layout = category.
thank you for your guides it works now, however when I changed the font it does not save, any ideas?
Please tell me the exact font that is not working so I can check what is wrong.
Thanks.
Also the categories appearing duplicate at the side
Can the category/product pages be easily made to be 100% of the page (well besides the left side menu) and still maintain the responsiveness?
Hi
You mean fluid width layout? The theme is designed with fixed width and it won’t work with fluid width without major css changes.
Yeah, that’s exactly what I meant, a fluid layout.
Hey could you have a look at my mobile site? It looks like some files are missing as the theme doesn’t work on mobiles ie iOs and Android. I’d truly appreciate it if you could tell me whats going on. Thanks
Hi
I replied to your email.
Hey Nicole,
Is it possible to have a different homepage for when someone goes to our site via mobile. We would like to create a mobile subdomain at www.newtress.com as we notice that mobile users are having a hard time with the slider.
Hi
You can’t have different content for mobile and pc with the default opencart features, however you can hide the slider or any other elements for mobile browsers by adding display:none to the elements you want to hide in responsive.css
Does this include any menu items?
You can only hide the whole menu, it doesn’t work on individual menu items because these are dynamic (set from opencart admin) and don’t include unique id or classes to be able to hide them from css.
Hello, I’m having a problem with the share option. It wouldn’t appear. Used to work fine locally but doesn’t now the site is live. What should I look out for ? Thanks for your great theme !
Hi
The first thing you should check is that you don’t have javascript errors, you can do this in firefox from tools > web developer > error console or from firebug.
Also check if you have uploaded all files on your live store, especially javascript files.
You can check for missing files with firebug, go to net tab and refresh the page and then look for status = 404 file not found.
Hey Nicole, Thanks for sorting out my problems with the mobile site. Although there are two more things I need to ask:
On the mobile site the logo isn’t resizing and looks huge when accessed through a mobile site. Is there an option that Ive missed in the theme settings?
Secondly, sorry about asking this here, but since you’ve had the answer to everything before I thought i’d give it a try. I am unable to set up my seo in opencart. as soon as i click use seo friendly links, I am unable to redirect from the home screen to any other part of the website. Ive changed the name to .htaccess and still nothing. what do you suggest? (my host.. godaddy employ trained monkeys that dont help and opencart is sending me to them) give me the name of the problem and i’ll search for the answer.
Thanks ever so much Tom
Hi
You can make the logo smaller by editing responsive.css and adding a smaller width for #header #logo a img
Search for Phone Portrait and Phone Landscape and add
#header #logo a img { width:100px;/*change with desired width*/ }To enable seo you must first rename htaccess and them enable it from the opencart admin > system > settings > your store > server > Use SEO URL’s
Hi there
would like to remove the default items and items per page option boxes and the add to wish list and add to compare buttons in products pages in this theme.
Thanks, Raz
Hi
Compare and wishlist can be hidden from Theme options > Product page > Show wishlist, compare
Items per page and sorting can be hidden by adding
.product-filter { display:none; }in stylesheet/stylesheet.css
Hey sweetie!! How’s everything?
I have a doubt regarding the home page slide. I saw that OpenCart doesn’t let me upload any photo wich is more than 300kb. But my pictures looks really bad… i need better resolution!! Any idea, or suggestion for fix that?? 
Hi
The 300kb limit is built in the opencart code, the only way to get around it is to edit opencart files and comment that part of the code, you can find how to do this here http://forum.opencart.com/viewtopic.php?f=20&t=13012&hilit=300KB
The file to edit is admin\controller\common\filemanager.php and just comment the code with the limitation
if ($this->request->files['image']['size'] > 300000) { $json['error'] = $this->language->get('error_file_size'); }Thanks sweetie xoxo