• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 17.06.17, 13:00
  • Opened by: alexandre
  • Closed by: Marek
  • Closed on: 20.09.17, 17:33
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10474 - Various modification

Hi,

I would like to do various modifications :

  • In page categories and product, show 2 products per line and display the larger product thumbnails for example in 43% instead of the 23% without the thumbnails being blurred.
  • Add google analytics tag for the site.

Thank’s

Comments

Marek 17 Jun 2017, 13:22

1. You want to move menu like this? http://awesomescreenshot.com/0c76bsgwbc

2. Yes it’s possible, you just need to replace image type in the file /themes/alysum/templates/catalog/_partials/miniatures/product.tpl

3. There is available “Google Analytics” module available

alexandre 18 Jun 2017, 00:09

Thank’s for the feedback.

  • I would like show all products in category page.
Marek 18 Jun 2017, 11:04

1. If you need, I can do that for you.
2. That is not theme issue. You can read about that here https://www.prestashop.com/forums/topic/182060-product-images-white-space-on-landscape/

alexandre 28 Jun 2017, 21:04

Thank’s for the feedback.

1. How to change the name of Instagram module in homepage ?
2. How to change the title of contact in this page ? https://onoree.fr/index.php?controller=contact 3. To finish I want a slider of revolution slider in this page https://onoree.fr/index.php?id_cms=7&controller=cms

Marek 28 Jun 2017, 22:13

1. You can change instagram title directly in the file

/modules/pk_instafeed/pk_instafeed.tpl

2. If you mean “Send a message” title, you can change it in the file

themes/alysum/modules/contactform/views/templates/widget/contactform.tpl

3. That is a customization, but I can suggest you a trick. Go to the slider settings choose one of available hook http://awesomescreenshot.com/0726bzqt60 Then, add following line to the file /themes/alysum/templates/cms/page.tpl

{hook h='SELECTED_HOOK_NAME'}
alexandre 29 Jun 2017, 11:19

Thank’s

The step 1 & 2 it’s ok, but the step 3 doesn’t work.

Marek 29 Jun 2017, 12:23

Yes, now i understand you, that works unclear, and i’ll try to improve it.
For now it doesn’t matter which icon you click, you will always get the same module settings. Just select necessary hook and “Save hook” you will see another content

alexandre 29 Jun 2017, 15:43

I must be specific :

In revolution slider, I was created a new hook after that, I created a new slider with the good hook (slider-lookbook) and to finish, I add the line in file /themes/alysum/templates/cms/page.tpl

<section id="content" class="page-content page-cms page-cms-{$cms.id}">
    {hook h='slider-lookbook'}
      {hook h='marque'}  
    {block name='cms_content'}
      {$cms.content nofilter}
    {/block}

    {block name='hook_cms_dispute_information'}
      {hook h='displayCMSDisputeInformation'}
    {/block}

    {block name='hook_cms_print_button'}
      {hook h='displayCMSPrintButton'}
    {/block}

  </section>

But nothing display..

Marek 29 Jun 2017, 23:05

Try to use existing hook, for example displayTopColumn

alexandre 30 Jun 2017, 08:19

I have already try with existing hook he doesn’t work.

I try with “displayTopColumn” and “content_top”

Marek 30 Jun 2017, 10:34

I have changed condition to show slider. could you please try once again with displayTopColumn?

alexandre 30 Jun 2017, 11:14

He work with displayTopColumn but he doesn’t work with a manual hook

Marek 30 Jun 2017, 11:26

Is it suitable for you to use it with displayTopColumn?

alexandre 30 Jun 2017, 11:34

It’s complicated because displayTopColumn is already use to homepage and for example revolution slider in hook “content_top” doesn’t show

Marek 30 Jun 2017, 11:52

Ok, try to do the following steps.
1. open the file modules/revsliderprestashop/hook/hook.php
2. add your hook like this:

'displayRevSlider' => 'displayRevSlider',

3. add this hook to you page
4. Go to your back office and transplant Slider to new hook

alexandre 30 Jun 2017, 12:45

He doesn’t work

alexandre 30 Jun 2017, 14:40
alexandre 30 Jun 2017, 14:42

There is a problem with the page Costumer : is it normal ?

Marek 30 Jun 2017, 17:43

Now it should be ok, please check it out

alexandre 06 Jul 2017, 17:36

Thank’s again.

No solution for revslider ?

Marek 06 Jul 2017, 21:42

I need access to your server through FTP. Current credentials doesn’t allow me to connect

alexandre 12 Jul 2017, 11:09

The FTP information is upadated. You can try again

Marek 12 Jul 2017, 13:15

You just forgot to transplant slider to new hook. Now it works

alexandre 19 Jul 2017, 15:25

In theme settings I cannot Run theme update.
How to do ?

Marek 19 Jul 2017, 23:57

Hi Alexandre.
Which Alysum version do you have?

alexandre 24 Jul 2017, 14:51

Hi Marek,

I have Alysum version 5.0.4

alexandre 24 Jul 2017, 15:52

Marek,

There is again the problem with the account page
To be more specific its buttons display badly

Marek 24 Jul 2017, 16:02

Yes, there is a bug with update in 5.0.4, but we will fix it in the next release
Regarding the issue with red squares you can fix it with following CSS:

.material-icons {display:none}
alexandre 24 Jul 2017, 16:13

How to proceed an automatic update ?

Marek 24 Jul 2017, 16:14

It’s not possible right now. We will try to fix it in the next theme version

alexandre 25 Jul 2017, 08:01

Ok, so what the best proceed to upgrade to Asylum 5.0.4 to 5.0.7 without losing the parameters ?

Marek 25 Jul 2017, 11:44

You need to download latest archive from themeforest.
- Go to “/updates” folder.
- Find there “5.0.5” and copy all content to your server
- Repeat action for “5.0.6” and “5.0.7”

alexandre 25 Jul 2017, 13:58

By proceeding like this, I would lose nothing of the changes already made?

Marek 25 Jul 2017, 14:05

If you didn’t edit any theme files you should not lose your settings.
But please make a backup before update

alexandre 25 Jul 2017, 14:30

Thank’s but there have been change on theme files ( traduction, hook, etc… )

Marek 25 Jul 2017, 15:29

Translations will not be overrided. If you have a backup you can restore necessary files

alexandre 27 Jul 2017, 16:41

Hello Marek,

Why if I add a product in cart, There is no pop-up “show cart” and “continue shopping” ?

Marek 27 Jul 2017, 18:31

Could you please give me a link to the product which I could add to the cart

Marek 28 Jul 2017, 22:39

Unfortunately there is no “add to cart” button http://awesomescreenshot.com/07c6ck7d8b

alexandre 31 Jul 2017, 08:36

Sorry the product it was doesn’t activate.
Try again please

alexandre 07 Aug 2017, 16:01

Hello Marek,

Thank’s, how to change “check-out” in popup ?