• Closed by: Alex
  • Closed on: 27.05.15, 09:56
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #7447 - flexmenu

How to make visible flex menu on all sliders. Fullpage slider

Comments

Marek 26 Apr 2015, 22:50

Hi Gregory.
Please give me a link to your shop, I need to see what you talking about

Gregory 27 Apr 2015, 09:19

http://kada.info.pl but is under construction

Gregory 27 Apr 2015, 13:00

http://kada.info.pl but is under construction

Kate Support 27 Apr 2015, 14:45

Hi,
your store is under maintenance. And I see in your BO that you’re using multistore with 7 shops. Which one should I check? I don’t see store kada.info.pl among the stores in your BO.

Regards

Gregory 05 May 2015, 20:54

I’d like yse Alysum Theme in my multistore for http://www.granitory.goldenfruit.pl/ but i can’t install template

Marek 05 May 2015, 21:45

Hi Gregory.
We providing support for only one license purchased on themeforest. If you want to have support for another your shop with our theme, you should purchase one more license. You can read more about themeforest policy here: http://themeforest.net/legal/market#price

Gregory 05 May 2015, 23:48

Ok I want to use on my site beanbrothers.pl avena theme, and on http://www.granitory.goldenfruit.pl/ now I’m using Avena is only theme working but not all modules.I want to install alysum witch I have bought 3 weeks ago, but I can’t install it. On another shop www.kada.info.pl I’m using default prestashop theme. So I’m ok with policy.

Kate Support 06 May 2015, 11:11

I want to install alysum witch I have bought 3 weeks ago, but I can’t install it. Please give more details. Did you try manual or automatic installation?

Gregory 06 May 2015, 11:38

I have try Automatic instalation, After instalation I was unable to enter backoffice. I had to rename new folders modules and the name of folder modules is almost the same in both templates, the diference is in few larg Letters.

Alex 06 May 2015, 20:16

Hi.
Prestashop 1.6.0.13 has updated requirements for name of modules. Because of that appeared the bug with our modules.

You need to do DB fix
for modules

1. The DB code it uses default prestashop table prefix “ps_”.
If you have another table prefix (here you can find out that Back Office > Advanced Parameters > Configuration Information> Table prefix) you should change in the code “ps_” to your table prefix.
2. Open your phpMyAdmin → your site database → SQL tab
3. Paste all the code to the queries form and click to “Go” button.

UPDATE `ps_module` SET `name` = 'pk_awshowcaseslider' WHERE `name` = 'pk_awShowcaseSlider';
UPDATE `ps_module` SET `name` = 'pk_isotopesort' WHERE `name` = 'pk_isotopeSort';
UPDATE `ps_module` SET `name` = 'pk_manufacturerscarousel' WHERE `name` = 'pk_manufacturersCarousel';
UPDATE `ps_module` SET `name` = 'pk_productscarousel' WHERE `name` = 'pk_productsCarousel';
UPDATE `ps_module` SET `name` = 'pk_bestsellerscarousel' WHERE `name` = 'pk_bestsellersCarousel';
UPDATE `ps_module` SET `name` = 'pk_productscarousel_single' WHERE `name` = 'pk_productsCarousel_single';
UPDATE `ps_module` SET `name` = 'pk_bxslider' WHERE `name` = 'pk_bxSlider';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_isotopesort' WHERE `module` = 'pk_isotopeSort';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_manufacturerscarousel' WHERE `module` = 'pk_manufacturersCarousel';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_productscarousel' WHERE `module` = 'pk_productsCarousel';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_bestsellerscarousel' WHERE `module` = 'pk_bestsellersCarousel';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_productscarousel_single' WHERE `module` = 'pk_productsCarousel_single';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_bxslider' WHERE `module` = 'pk_bxSlider';

video (how to check the _ps prefix and where to paste the code) http://screencast.com/t/iKHR6R5JhHm


Gregory for Alysum licence I recommend you to use new account in this ticket system to avoid our questions all the time about your Avena-Alysum license. Sorry for troubles but we need to know for sure that everything is ok with our theme license.

Gregory 12 May 2015, 11:17

That solution doe’s not work for me, after quering my database in phpMyAdmin. My Prestashop is 1.6.0.9 i know how to upgrade this is not the problem, Can You explane me How to uprgade Prestashop with theme Avena? Step by step?

Alex 12 May 2015, 13:23

Upgrade PS to the latest after that upgrade the theme if you have not the latest theme version. What is the problem?