Jump to content
thirty bees forum

[Free Theme] Niara - Thirty Bees theme


Recommended Posts

Posted (edited)

Hey guys, i created this theme based on community theme with clean design, some additional modules and second image on hover.

You can see demo here: http://demo.worldtriangle.com/niara/

and download it here: https://gum.co/niara100/


Update 05.03.2019

  • Fixed missing option of some text translation in WtBlockBestsellers module
  • Fixed invisible checkbox for terms and conditions if AEUC module is enabled
  • Fixed customer registration from countries without states
Edited by tommat
  • Like 10
Posted

@tommat Left column was not possible on original theme, the last time I checked (1.06 i think), and I want to use original theme or the one based on original, as it's most updated TB theme.

Posted

@toplakd said in [Free Theme] Niara - Thirty Bees theme:

@tommat Left column was not possible on original theme, the last time I checked (1.06 i think), and I want to use original theme or the one based on original, as it's most updated TB theme.

It works since a long time. (always actually just had to edit a small thing)

Posted

@tomik Inserting/editing that rows in mysql for enabling like mentioned in posts did not work, as left column stayed as it was, enabled only on some pages.

Posted

Just to correct my self regarding the left column and original theme It seems it's now working in 1.07 and 1.08 without problems. So this was fixed somewhere from 1.05 towards new versions.

Nice and thanx.

Posted

@tommat Hi have looked at your at it looks very clean and "pure" - in the good sende :) Have tried to install it, but invain. First it gave me a config file error - I then changed in the ThemesController.php. Success then I could install it. But when activating the theme, I get a 500 error !!!! So whats wrong ? 0_1547336394068_81464335-1cf8-48af-bbfa-62e9f849b311-image.png

  • Like 1
Posted

The theme does not work without the Tools.php override. It throws

Call to undefined method Tools::getProductsImgs() in product-list-item.tpl

This method indeed does not exists in ToolsCore, so the theme should not depend on it.

I suggest you remove this from the theme. The best way to provide this functionality might be dedicated module -- your theme could trigger hook to obtain product images, and this custom module would fulfil the request. If the module were missing, then the theme would fallback to standard rendering.
 

Posted (edited)

1. Module wt bees blog recent posts home, file modules/wtbeesblogrecentpostshome/views/templates/hooks/home.tpl, line #28, missed closing "}" before "</a>" tag

2. FIle themes/niara/product-list-item.tpl

Why don't replace line #41

{assign var='productimg' value=Tools::getProductsImgs($product.id_product)}

with this one:

{assign var='productimg' value=$product->getImages($language.id_lang)}

thus avoiding unnecessary overrides?

Edited by DaoKakao

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...