• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Marek
  • Private: No
  • Open Date: 19.03.19, 23:40
  • Opened by: Mario
  • Closed by: Marek
  • Closed on: 25.03.19, 23:24
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13997 - Category page - Products stacked

Hi.

As you can see in the attached image there is a problem in my site in category page. There are two products but they don’t show one below the other in a list but one “inside” the other.
Could you help me?

Thank you in advance.

Comments

Marek 20 Mar 2019, 11:09

Did you edit theme files? Try to restore all files of the folder /themes/venedor/templates/catalog

Mario 20 Mar 2019, 19:13

No, I haven’t edited theme files. However I’ve deleted catalog folder and copied all the files again as you asked me but the problem is still happening.

Marek 21 Mar 2019, 11:19

Try to add product images first

Mario 21 Mar 2019, 19:25

Done! Still happening.
I’m going crazy!

Marek 21 Mar 2019, 19:37

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

Mario 21 Mar 2019, 19:58

Done.

Marek 22 Mar 2019, 00:00

The issue has been fixed. Please check it out

Mario 22 Mar 2019, 00:04

Great! It’s working fine. Thanks a lot Marek.
What was the problem?

Marek 22 Mar 2019, 00:07

there was symbol limit (80 symbols) for short description what cuts it exactly on the middle of tags what brokes the layout

Mario 24 Mar 2019, 17:15

Is it necesary to cut short descriptions to 80 characters or have you implemented any code change? In other words, could I reinstall the theme and start again or I need to consider anything to do this?

Marek 25 Mar 2019, 10:30

You don’t have to reinstall the theme. Do you still have a problem with that?

Mario 25 Mar 2019, 17:20

No, everything is working fine. I mean that if I wanted to reinstall Venedor theme in order to rebuild the web from scratch, would I need to keep anything in mind?
Do I need to cut short descriptions to 80 characters in a clean installation?
Can Venedor manage short descriptions with more than 80 characters?

Marek 25 Mar 2019, 19:33

In case you will reinstall the theme do the following
Open the file
/themes/venedor/templates/catalog/_partials/miniatures/product.tpl
Find the line

{$product.description_short|truncate:80:'...' nofilter}

and replace it with

{$product.description_short nofilter}
Mario 25 Mar 2019, 20:36

Ok. Thank you Marek.
You can close this ticket if you want.