• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 13.02.23, 15:25
  • Opened by: Angelo Perna
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24270 - Elementor Contact page do not shown

Hi, I tried to set contact page by hook DisplayContactPageBuilder in alysium settings and elementor settings, but the page do not shown..
Can you check?
Thanks
Angelo

Comments

Fred 13 Feb 2023, 17:09

Hi, Angelo Perna.
But I see the page - https://prestashop.mam-srl.it/contattaci

Angelo Perna 14 Feb 2023, 16:01

Hi, excuse me for the request… I didn’t see this page..

I need to ask you other questions:
- When I add a product at cart or I add preferite product, the number near the icons does not shown. It will show only if I refresh the page.
- In mobile version “js-product-list-top” do not shown correctly. I tried to use this code:

@media(max-width:1024px)
{

  #js-product-list-top {
      display:flex;
      flex-direction: row;
      flex-wrap: wrap;
  }
  .pk-filter-button {
      width:100%;
  }
  #js-product-list-top > .sort-by-row,
  #js-product-list-top > .products-sort-order {
      display:inline-block!important;
      width:48%;
      margin:0;
  }
  #js-product-list-top > .sort-by-row > div,
  #js-product-list-top > .products-sort-order > div {
      margin:0 10px 0;
  }

}

but do not works..

- When the homepage is loading, Products widget shows the first image of first product in full page and after a few seconds all comeback as should.
See the attachement.

Let me know
thanks
Angelo

Attachments:

Immagine.jpg (272.8 KiB)
Angelo Perna 14 Feb 2023, 16:54

Hi, just another question, there’s a way to export theme and elementor settings?
Thank you
Angelo

Fred 14 Feb 2023, 20:03

1. Because you have added Cart widget a couple of times at the page. I see 3 copies https://take.ms/JSU9D

2. But what do you want to get?
3. How can I see that? Because everything looks fine for me https://take.ms/xdebm

Fred 14 Feb 2023, 20:05

I’m not sure you need to export Elementor settings. If you want to export element or templates, go to templates list and find export button there

Angelo Perna 15 Feb 2023, 13:29

Hi,
1. I changed the header and left one cart/favorites widget, but the number next to the icons still show only if I refresh the page.
2. I attached an example
3. In desktop view, go in the middle of the page section name “Offerte Promozionali” than try to refresh the page: Products widget shows the first image of first product in full page and after a few seconds all comeback as should.
4. Actually we can select the preset from the list (alysum, beauty, classic, complex, custom, etc.. ). I would like to know if there’s a way to export custom setting preset and than import it in another installation.

Thank you
Angelo

Attachments:

category.png (632 KiB)
Fred 16 Feb 2023, 22:35

1. Should be fixed now, please try
2. Try following CSS fix:

@media(max-width:800px) {
    .pk-filter-button,
    #js-product-list-top > .sort-by-row > div,
    #js-product-list-top > .products-sort-order {
        width:100%;
        margin:0
    }
    #js-product-list-top > .listing_view {display:none !important}
    #js-product-list-top .compare-form {
        margin-top: 20px
    }
    #js-product-list-top .compare-form .bt_compare .btn-txt {
        display: inline-block;
    }
}

3. Try this

.pk-ce-widget:not(.slick-initialized) > article {width:25%}

4. Unfortunately, there is no such option. You can only copy save config from database

Angelo Perna 17 Feb 2023, 17:34

Hi
1. Works fine
2. Works fine
3. Work fine, but there is a problem becouse the images in “#motocoltivatori” section are 25% of is original width

let me know
thaks
Angelo

Fred 17 Feb 2023, 18:02

Can you please take a screenshot of the issue?

Angelo Perna 20 Feb 2023, 11:02

3. Work fine, but there is a problem becouse the images in “#motocoltivatori” section are 25% of is original width.
I attached a screenshot:
Let me know
Thanks
Angelo

Attachments:

ISSUE.png (55.6 KiB)
Fred 20 Feb 2023, 20:09

Ok, let’s specify the block of products like this:

.elementor-element-3ec3b44 .pk-ce-widget:not(.slick-initialized) > article {width:25%}
Angelo Perna 21 Feb 2023, 13:05

Hi, do not works..

Fred 21 Feb 2023, 18:09

It works fine for me - https://take.ms/QFWH6 (and product in the bottom as well)

Angelo Perna 22 Feb 2023, 11:55

Ok, now works all fine

Fred 22 Feb 2023, 12:03

You are welcome!