• Closed by: Marek
  • Closed on: 17.12.18, 14:57
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13020 - Mosaic

We are working on Alysum template and we need help about one item on the home page.
We are trying to configure a mosaic like the one in the oldstyle demo template. It is the mosaic that is just after the header, has a slider and four images with links.
We are working the Homepage from the Promokit/ Alysum settings/Home Page menu, with the option “use Homepage builder disabled, and I am using a pk_textblock located in the Hook: Content_top.
Should I use another module? How is the demo done?

Comments

Marek 05 Oct 2018, 13:11

Hi.
Could you please take a screenshot to show me what mosaic are you talking about?

ximplets catalans 05 Oct 2018, 13:23

Hi!
you can find attached the screenshot.

Marek 05 Oct 2018, 13:24

You seems missed an attachment :)

ximplets catalans 05 Oct 2018, 13:41

Sorry!
For some reason I do not attach files… I send you the image link
http://elsximplets.cat/img/cms/mosaico home alysum.png

Marek 05 Oct 2018, 15:10

I can’t opt is, the links seems broken, please fix it

ximplets catalans 05 Oct 2018, 15:38

The web does not attach the files… I copy you the link from the template page. It’s just the composition that is below the menu

https://alysum5.promokit.eu/oldstyle/en/

Marek 06 Oct 2018, 11:02

Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your back office

ximplets catalans 08 Oct 2018, 16:44

Hi,
I am filling in the information you request and I get error in Purchase code… And I’m copying it directly from
https://themeforest.net/item/alysum-premium-responsive-prestashop-16-theme/2622574/support

Marek 08 Oct 2018, 21:13

I just imported mosaic slider to the Revolution sliders http://take.ms/Bu3b1

ximplets catalans 09 Oct 2018, 10:19

Hi! It’s great!
I’ve already been playing revolution slider and I’m sure I’ll be able to make a very cool mosaic.
For now I’ve done a test but I can’t see it… I made it on top of the Revolution slider template “oldstyle” and saved it.
Now from the Home page builder, I’m dedicating the first ROW to the revolution slider widget but it doesn’t show it on the web… Do I have to activate something else?
Best Regards!
Cristina

Marek 09 Oct 2018, 10:47

The issue has been fixed. Please check it out

ximplets catalans 10 Oct 2018, 11:11

Good morning Marek!
I have to work on the theme of the slider so that it fits me in the visualization, but I think this is already my thing.

Now I have two other open issues that I have been dealing with the developer of the Advanced pack 5 module.

1- On the product page, the block below the name and price moved to the right and the left margins were not respected. The issue of margins was solved with CSS and the move to the right worked partly with a modification of a file of the module itself, but the problem persists and tells me that I must talk to you, I copy exactly what the programmer of the module says:

Your buttons “add to wishlist” and “add to favorites” are the reason why the block is moved on the right. Please, contact your theme author and / or module developper in order to move those to an other hook of the product page

2- On the other hand, regardless of the display format of the product page, the proportion of the body with the header and the footer in the smatphone is disproportionate. To this, the programmer of the module has answered me the following:
this as nothing to do with our module as it is the general page display which is wrong.

As you can see, the picture takes twice the screen width, same for the footer, and many other things. All those are not coming from the module, you can see it by inspecting the element, all our elements are named “ap5…“.

Best regards,
Cristina

Marek 10 Oct 2018, 11:20

Hi, Cristina.
1. Try to add following CSS to the Theme Settings → Custom CSS:

body .productButtons > * {margin-left:0}
body .productButtons {justify-content: flex-start;align-items: flex-start;}
Marek 10 Oct 2018, 11:22

You can also try to use Product Page Builder to build your own page layout