ThemeForest

Nico Fullscreen Responsive OpenCart Theme

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years

Hi, need your help.

Can’t seems to save the theme setting and the slider seems odd.

http://store.regalina.com
nicole_89

Hi

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.

silverline

thank you for your guides it works now, however when I changed the font it does not save, any ideas?

nicole_89

Please tell me the exact font that is not working so I can check what is wrong.

Thanks.

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 4-5 years

Also the categories appearing duplicate at the side

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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?

nicole_89

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.

Default-user

Yeah, that’s exactly what I meant, a fluid layout.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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

nicole_89

Hi

I replied to your email.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
  • United States
Newtress Purchased

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.

nicole_89

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

Newtress
Newtress Purchased

Does this include any menu items?

nicole_89

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.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
aureliep Purchased

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 !

nicole_89

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.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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

nicole_89

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

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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

nicole_89

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

  • Bought between 10 and 49 items
  • Has been a member for 0-1 years
  • Italy

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?? :(

nicole_89

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');
}
nicolecurioni

Thanks sweetie xoxo :)

by
by
by
by
by