ThemeForest

Kinder - 4 in 1 Premium OpenCart template

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
jackie7 Purchased

Hello Tomsky, This was an item from 3 months ago but I am also having the situation of the too-quick disappearance of the popup from shopping cart icon with items and total on the header – how to I delay the pop up box, please? It comes up then flashes on and off. I believe I am using your latest version of Kinder Theme and my OC is 1.5.4.1. As my cart is working and we are just about to launch, is it possible for you to tell me the actual file(s) where these settings are so I don’t ‘mess with success’ and have to reinstall the whole theme? Thank you

tomsky

Hi,

It’s this: \catalog\view\theme\kinder15\javascript\custom.js file that your should edit. There is a code for mini cart shopping pop up and you can specify the delay time in milliseconds.

Kind regards

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

Hi Tomsky, just wondering if you still are using the same email as 8-10 months ago. Just I sent you an email with a picture attached (easier to show in an image) however if not I can go into detail here.

Kind regards, John.

tomsky

Hi John,

I don’t think I’ve received your e-mail, please contact via http://themeforest.net/user/tomsky

  • Argentina
  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 4-5 years

Hi tomsky! I have this error: Fatal error: Call to undefined method Loader::language() in /home2/todoenco/public_html/admin/controller/module/customFooter.php on line 10

I´m using opencart 1.5.5 with the v. 1.5.5 of kinder theme. I´m using Spanish language.

I tried this change you told someone in Alysum theme support: http://themeforest.net/item/alysum-premium-opencart-theme-with-extras/discussion/4142033 changing goinventive for custom Footer $this->load->language(‘module/customFooter’); to: $this->language->load(‘module/customFooter’);

This change show the Kinder Custom Footer but when I save the changes, automatically close the session in open cart and not save.

What can I do? Thanks a lot. Agustin

tomsky

Hi Agustin,

Hmm that’s exactly what I would suggest to fix this problem. If you can, I would suggest to upgrade to 1.5.5.1 as I know that 1.5.5 contains quite a lot of minor bugs and it’s likely that your problems will be fixed after an update.

Kind regards

antalvespo

You know How can update the opencart? And if my version of kinder it´s fully compatible?

tomsky

Hi,

Please check this document on how to update opencart: http://doc.opencart.com/display/opencart/Updating+OpenCart

After this is finished, you will also need to upload new theme files.

Kind regards

antalvespo

The last version of kinder 1.5.5 it´s full compatible with the last opencart version 1.5.5.1 ??? Thanks for respond.

tomsky

Hi,

Yes it is.

Kind regards

antalvespo

I update opencart from v. 1.5.5 to 1.5.5.1 follow the steps in this link http://doc.opencart.com/display/opencart/Updating+OpenCart and have 3 errors: 1. In the footer ADMIN I see Version 1.5.5 doesn´t change this number – 2. When I insert an image in the description resize and deforms the image but not scalling. 3. When zoom The image of the product, The zoom open an image smaller than the original image. Send you the link in the email. Thanks a lot.

tomsky

Hi,

1) Not sure what’s the cause of this, it’s not related to the theme and this could be an opencart bug.

2) Again, the theme doesn’t do any re sizing, it receives images already re sized by opencart core files. If you sure this is a problem, please post a threah on opencart community forum.

3) I received your message, but it doesn’t contain a link to your website. Can you check your product images sizes and that image sizes are set correctly in your store admin section?

Kind regards

antalvespo

Well I finally install again opencart 1.5.5.1 and the last v. of kinder. Some images deleted in some days, I upload a product perfect and in some days the image erase. I don´t know why, you know if some cache options of kinder or something it´s very strange, this error pass in the other version of opencart, this is the reason why i migrate all, and the error still happend. Thanks a lot. Send you private message with the link.

tomsky

Hi,

Thanks for your message, I have replied to your e-mail.

Kind regards

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

Hi Tomsky: I have a wholesale version of my shop on a subdomain. I just want to use the custom home page on the wholesale homepage not the retail homepage. All other opencart modules I can manage with routes but not your homepage and footer – either on for both or off – is it possible use on only one? Opencart 1.5.4.1 Kinder15 theme.

thanks,

Allan

tomsky

Hi Allan,

I understand your problem. Those modules do not support routes, their position is fixed within the theme and cannot be changed. You could however do some additional conditions, checking which site the user is on and if it is retails/ wholesale disable/ enable particular module.

Kind regards

Default-user

Thanks for the reply – but where would I put the conditional check code? Do you have a sample of the code, I am still learning opencart php step by step.

tomsky

Hi,

This should go to either header.php controller or header.tpl template file (if you can easily check what kind of store is currently displayed). Having said that, I’m not entirely sure what’s the best approach to tackle this is or whether you can use a variable to check user’s position. You might be able to get answer to this question on opencart community forum.

Kind regards

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

Hello, I installed the theme but the price of the products Featured not displayed. thank you

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

I forgot to add latin in Museo when I generate it, thank you.

tomsky

Hi,

Does it work fine for you now?

Kind regards

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

Hello Tomsky: thanks for your advice with the custom home page – I solved it with a free extension http://www.opencart.com/index.php?route=extension/extension/info&extension_id=9382. That does the same but allows you to pick your route (and I used your code and it works great).

Now I have another question – yesterday my Facebook page stopped showing in the footer and I don’t know why – I didn’t edit anything and the id everything is okay – it has been working for months…. Any idea what I could check?

tomsky

Hi,

Thanks a lot for letting me know!

Can you post your site url please?

Kind regards

Default-user

www.1banut.com

tomsky

Thanks,

We had some problems with faebook footer before and they were fixed with later updates of this theme. Can you update your footer section and see if that makes a difference?

Kind regards

Default-user

I updated with your new footer.tpl with “if(isset(preg_match(’/(?i)msie [1-7]/’,$_SERVER[‘HTTP_USER_AGENT’]))) .....” which had changed from my file but it gives me a white screen for the whole site. I had to change back to get the site working again (no footer however). In winmerge I see this line is the only difference so don’t understand why it crashes the site. Any other ideas?

Default-user

Or perhaps the question is how do I update the footer correctly?

tomsky

Hi,

That’s really weird :) Can you repleace your footer.tpl file with the original file downloaded from themeforest and see whether that makes a difference? Also, be sure to look at the correct footer.tpl file as there are four kinder theme folders.

Kind regards

Default-user

replaced with original .tpl still no facebook :-(

Default-user

Hi – any ideas why facebook not working? Still not working.

tomsky

Hi,

Facebook have changed their api and we’re currently working to resolve this issue. Sorry about any inconvenience.

Kind regards

Default-user

Hi Tomsky any news on the FB api problem yet?

tomsky

Hi,

Working on that today, hopefully we will have an update soon.

Kind regards

Default-user

Any luck so far??

tomsky

Hi,

An update has been submitted and it’s in the queue. You will receive an e-mail when it’s available for download from themeforest.

Kind regards

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

Hello, facebook, not working, no changes in theme I did not do, just not working. Please help website: www.vaikeliui.lt

tomsky

Hi,

facebook api have changed, we’re working on the solution.

Kind regards

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

Hi! I have Opencart 1.5.5.1 and latest Kinder theme. Why country flags not visible? eror log in Back-end:

2013-04-02 19:30:14 – PHP Notice: Use of undefined constant HTTPS_IMAGE – assumed ‘HTTPS_IMAGE’ in /var/www/sergori/data/www/site.ru/catalog/view/theme/kinder15/template/module/language.tpl on line 6 2013-04-02 19:30:14 – PHP Notice: Use of undefined constant HTTPS_IMAGE – assumed ‘HTTPS_IMAGE’ in /var/www/sergori/data/www/site.ru/catalog/view/theme/kinder15/template/module/language.tpl on line 11

tomsky

Hi,

Thanks for reporting this, there is an error in header.tpl file and we’ll upgrade this asap.

Kind regards

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
Hello, how fix facebook on site. Please see, how showing facebook in footer http://vaikeliui.lt/ Thank you for quick replay an heelp.
tomsky

Hi,

This is a known problem (facebook has changed their api) and we’re working for a solution to this issue atm.

Kind regards

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

How do I make it look normal after installing like in you demo shop?

http://test2.tingoting.se
tomsky

Hi,

Thanks for choosing our theme.

What changes would you like to be made to your layout?

Kind regards

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

Hello,

I am a novice to having an e-commerce site. would you be able to install this template into open-cart for me. I am not having any luck at all.

Please email me at justjewellery49@gmail.com

Kind regards

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

Hi Again,

I have worked out how to upload the template.

Regards

tomsky

Hi,

Glad it works for you and thanks for letting me know.

Kind regards

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

Hi tomsky! How can i fix language image output in language switch module??? Please write instruction to my e-mail: sergori@gmail.com

tomsky

Hi,

I’m not sure what the problem is. Can you contact me via contact form on http://themeforest.net/user/tomsky together with your site url please?

Kind regards

Default-user
sergori Purchased

you can view this problem Piccy.info - Free Image Hosting\\

error log: 2013-04-02 19:30:14 – PHP Notice: Use of undefined constant HTTPS_IMAGE – assumed ‘HTTPS_IMAGE’ in /var/www/sergori/data/www/site.ru/catalog/view/theme/kinder15/template/module/language.tpl on line 6 2013-04-02 19:30:14 – PHP Notice: Use of undefined constant HTTPS_IMAGE – assumed ‘HTTPS_IMAGE’ in /var/www/sergori/data/www/site.ru/catalog/view/theme/kinder15/template/module/language.tpl on line 11

tomsky

Can you send me your ftp login details and your site url via contact form on http://themeforest.net/user/tomsky and I’ll sort this issue for you.

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

Hey,

My pictures on the very first page appear pretty small. What can I do to make them look bigger? When I click on them, then they appear a good size. You can see at www.tropikini.com Thanks

tomsky

Hi,

You need to log in to your admin panel, then go to extensions/ modules/ featured and set the sizes of pictures for this module. Please refer to the documentation as it will give you more details together with recommended image sizes.

Kind regards

  • Has been a member for 0-1 years

Hi,

Is HTML version of this theme available, as I want to implement this theme on some other ecommerce platform and not for OpenCart.

Thanks

tomsky

Hi,

I’m sorry, html version of this theme is not available.

Kind regards

by
by
by
by
by