• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Kate Support
  • Private: No
  • Open Date: 02.03.15, 17:46
  • Opened by: David
  • Closed by: Alex
  • Closed on: 24.03.15, 18:31
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #6999 - VENEDOR - Small bug CART button and possible homapage modules options?

Hello friends.

Two issues to solve:

1. www.obchod365.cz - when I use the eshop on mobile device, the button CART is not click able (picture 1), the same small bug you have also in your demo theme (blue, dark blue). Can you plase let me know to fix that?
2. Can I use all modules on the home page. When I use different Venedor theme options, the possibilities are different and differtent modules are lock and unlock, is possible to unlock as I need? I want to use a bit different combination on the home page, than in your theme. :-)

Thank you very much for your support, I wish you all the best.
Best regards, David.

PS: This Venedor theme is so nice and very well functional!

Comments

Marek 02 Mar 2015, 22:54

Hello David.
The fix for the cart is following css :

.cart-section {	z-index: 99; }

Regarding the modules. First, you need to choose most suitable skin, and then enable or disable modules in “homepage” tab

David 03 Mar 2015, 08:00

Thank you Marek for super fast reply :-)

Additional question,
1. The CSS cart fix could be writen in custom CSS part, in theme configurator?
2. I know, what theme I want, but each teheme has different posibilities to turn on and turn off the modules on the home page, And I want to unlock all of them, if necessary…

Thank you for addition answer.
Best regards and have a nice day, David

David 03 Mar 2015, 08:02

Yes, the cart fix is working… :-) I have just tried… :-)

Marek 03 Mar 2015, 10:25

2. You can enable all modules in any skin.

David 03 Mar 2015, 10:35

Thank you Marek.
How I can enable them. The modules are with the red flag “Not Active” in predefined theme setings, how I can change that?
Maybe I am blind, but I can not seet the steps in your tutorial.

Thank you for explanation, how it work in your theme :-)

Marek 03 Mar 2015, 10:37

Have you tried to click “Show” button?

David 03 Mar 2015, 17:25

Of course, I did it. :-)

But the rad flag modules “Not active " can not be turn on, and of course the grey modules as well. You can see on the picture n.2 what I mean. Each theme option has different modules combinatin on the home page, and it can not be changed as user want, only in part of modules, not all. The best way is to provide all modules possibly to unlock, as the users need. Becouse the position are correct, styles as well,

So the user could on or off the modules a make the order of the modules, but it is not possible at this moment. Can I unlock this posibility somewhere?

Thank you for reply.
BR, David

David 03 Mar 2015, 20:23

Another problem released.
The theme is not responding. Without any reasons.
I re-install prestashop 1.6.0.13, install the theme and if I make basic setu up in Theme settings module (colors, theme options, fonts, etc) is is suddenly without the response, and suddenly nothing can be changed, the theme is death and static for any inputs.

I dont know, if the reason is, taht Prestashop brings today about 7 modules upgrade…

What do you thing?

Marek 03 Mar 2015, 21:47

Prestashop added new rules for modules names, and some of our module are not match to new rules.
I have released venedor 1.9 where following modules has been renamed:
- pk_isotopesort
- pk_manufacturerscarousel
- pk_productcarousel
- pk_productcarousel_single
- pk_productcarousel_bottom
I recommend you to uninstall and delete that modules in your back office. Then upload that modules from new version and install them again


If you don’t have access to modules section in your back office, you need to do the following:
- delete module from the list above from your server.
- import SQL fix through your phpMyAdmin:

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_productscarousel_bottom' WHERE `name` = 'pk_productsCarousel_bottom';
UPDATE `ps_module` SET `name` = 'pk_productscarousel_single' WHERE `name` = 'pk_productsCarousel_single';
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_productscarousel_bottom' WHERE `module` = 'pk_productsCarousel_bottom';
UPDATE `ps_pk_theme_settings_hooks` SET `module` = 'pk_productscarousel_single' WHERE `module` = 'pk_productsCarousel_single';

After that you can upload updated modules from latest version of theme.

David 04 Mar 2015, 18:49

Hello Marek.
I have installed the PS 1.6.0.13 and your theme 1.9, this means, that this problem is not in modules. Because, the theme is not able to change to bootstrap back …. and settings of your theme as well.

And here is the answer. I got bad setting in performance administration, Cache etc…. I turned options off (except Java in the end) and it is now working again, and death theme is back alive :-)

And now, from performance point of view, I need to know, what I can turn on and what must be off. Can you please send me the screenshot from your performance setup in admin (of course something depens on webhosting provider)

Thank you very much, and I am sorry for disturbing, because of my poor knowledge obout the prestashop system :-)

BR, David

Marek 04 Mar 2015, 19:53

Here is my production performance settings http://awesomescreenshot.com/0d44jn3j12 I don’t understand what is the problem you have. Please make a screenshot for me.

David 06 Mar 2015, 11:04

I am sorry Marek, I had the theme compilation turned on…. That was the mistake.

But now, I have a Question.

I have the theme BLUE (you can see www.obchod365.cz) There are many things predefined. I would like to add the manufacturer carousel to the home page, Is is not predefined in this option and I need to know, how to add on the homepage, it is not possible in theme settings menu.
¨
Thank you , David

Marek 06 Mar 2015, 11:16

Hi David.
manufacturers carousel should be available in theme settings: http://awesomescreenshot.com/08f4k6f463 If not, try to reinstall manufacturers carousel module.