• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Marek
  • Private: No
  • Open Date: 21.03.19, 16:39
  • Opened by: Joana Bento
  • Closed by: Marek
  • Closed on: 01.05.19, 15:19
  • Reason: Closed
  • Comment: The fix will be implemented in the next update

Ticket #14021 - Featured Categories

Hello,

I’m using the demo “Darkcyan” in prestashop 1.7. This demo has a block on the “Shop by category” homepage, but I can’t make changes because the “featured categories” module does not exist in the theme or in the zip folder of the theme you sent. And In Page Builder this section is empty. Can you send this module please?
Thanks,

Comments

Marek 21 Mar 2019, 23:28

Hi, Joana.
Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your back office I’ll check out your configuration

Joana Bento 22 Mar 2019, 10:33

Hi,
I’m developing the site on localhost … Explain to me what to do, what to check.

Marek 22 Mar 2019, 10:41

We are using HTML widget there with following code:

<div class="category-images">
  <div class="category-section-left col-xs-12 col-sm-6">
    <div class="category-section-indent">
      <div class="section section-1">
        <div>
          <img src="//venedor.promokit.eu/darkcyan/modules/pk_featuredcategories/img/imag01.jpg" alt="Sofas &amp; Sectionals">
          <span class="tr05">
            <a href="https://venedor3.promokit.eu/darkcyan/en/3-tv-video" class="btn">Take a look</a>
          </span>
        </div>
        <h4>Sofas &amp; Sectionals</h4>
      </div>
    </div>
  </div>
  <div class="category-section-right col-xs-12 col-sm-6">
    <div class="category-section-indent">
      <div class="section section-2">
        <div>
          <img src="//venedor.promokit.eu/darkcyan/modules/pk_featuredcategories/img/imag02.jpg" alt="Stools">
          <span class="tr05">
            <a href="https://venedor3.promokit.eu/darkcyan/en/3-tv-video" class="btn">Take a look</a>
          </span>
        </div>
        <h4>Stools</h4>
      </div>
      <div class="section section-3">
        <div>
          <img src="//venedor.promokit.eu/darkcyan/modules/pk_featuredcategories/img/imag03.jpg" alt="Bedrooms">
          <span class="tr05">
            <a href="https://venedor3.promokit.eu/darkcyan/en/3-tv-video" class="btn">Take a look</a>
          </span>
        </div>
        <h4>Bedrooms</h4>
      </div>
    </div>
    <div class="category-section-indent">
      <div class="section section-4">
        <div>
          <img src="//venedor.promokit.eu/darkcyan/modules/pk_featuredcategories/img/imag04.jpg" alt="Outdoor">
          <span class="tr05">
            <a href="https://venedor3.promokit.eu/darkcyan/en/3-tv-video" class="btn">Take a look</a>
          </span>
        </div>
        <h4>Outdoor</h4>
      </div>
    </div>
  </div>
</div>
Joana Bento 22 Mar 2019, 11:06

OK! If I put this code in the HTML widget works but when I save and go back to edit in the backoffice the HTML widget appears empty. In version 1.7 this module only works with html? From what I saw in version 1.6 there is even a module that only needs to choose the image does not need html code.

Marek 22 Mar 2019, 11:21

Try to edit only sourse code of the widget.
Yes, this block has specific design that’s why we have realised it with html code

Joana Bento 22 Mar 2019, 13:29

Yes, I’m using the source code and copy and paste the code you sent.
But the problem continues, when I save the code and then I try to edit the HTML widget is empty. After some tests, I discovered that it is because of a special character that is in your code “&amp” or “&” if I put them in the HTML widget, this editor appears empty if I delete it the code stays in the HTML widget.

Marek 23 Mar 2019, 11:34

Thank you for the suggestion, we will check it out