• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 04.02.17, 14:34
  • Opened by: javier Molina
  • Closed by: Marek
  • Closed on: 28.02.17, 12:59
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10210 - Large or product description.

Hi

Look the pic I try to put all name eliminate … on the line.

I tried to add a css code from your help.

What Do i do worg?

/* category page, show full product name */
#category a.product-name {white-space: normal}
@media (min-width: 980px) {#category .view_grid .product_list > li:nth-child(4n+5) {clear:left}}
@media (max-width: 979px) and (min-width: 728px) {#category .view_grid .product_list > li:nth-child(3n+4) {clear:left}}
@media (max-width: 727px) and (min-width: 481px) {#category .view_grid .product_list > li:nth-child(2n+3) {clear:left}}
@media (max-width: 480px) {#category .view_grid .product_list > li {clear:left}}

Thanks

Comments

Marek 04 Feb 2017, 21:04

Just small clarification. You don’t want to have “…” in the end of name.
And want to have full product name, right?

javier Molina 04 Feb 2017, 21:10

Yes, I would like to now if it id possible. :-)

Marek 04 Feb 2017, 21:18

Open the file “/themes/alysum/product-list.tpl” find the line

{$product.name|truncate:28:'...'|escape:'html':'UTF-8'}

and replace with

{$product.name|escape:'html':'UTF-8'}

and add following css:

body .product_list > li h3 {display:inline-block !important}
javier Molina 04 Feb 2017, 22:23

Thanks i tried to do it in a demo in my ftp /pruebas snd it doesn´t work. Can i sent to you de product-list.tpl ?

I don´t know what I do wrong.

Thanks

Marek 06 Feb 2017, 12:07

Hi Javier.
I have add the fix to /public_html/themes/alysum/product-list.tpl but I don’t see any changes. It looks like a cache issue.
But as I can see in your back office all cache is disabled, so maybe you are using some cache system on your server?

javier Molina 06 Feb 2017, 12:11

Yes sorry i always disable it when i know you are next to touch…. I have a pic about that i clean cache pressing the botton.

About the Product title. Look the pic know it is like duplicate…

javier Molina 06 Feb 2017, 12:12

The pic :-)

Thanks a lot

javier Molina 06 Feb 2017, 12:14

look the example with thr title http://gourmetconsabor.com/81-cocas

Marek 06 Feb 2017, 12:15

Yes, I see, It seems start to work

Marek 06 Feb 2017, 12:18

Now we have another issue, because of different height of titles
media.promokit.euscreenshotsscreencloudscreenshot20170206_121737.jpg

Marek 06 Feb 2017, 12:20

Fixed. Please check it out

javier Molina 06 Feb 2017, 12:24

Great… Are You in poland, aren´t you? I located you on google analytics :-). My Wife is from there. Really good people.

Would you like to tell me the changes. In case i upadate i don´t wanto to bother you.

Thanks a lot . I admire you

Marek 06 Feb 2017, 12:53

Yes, I’m from Poland, but I’m not Polish :)
You can just save that file product-list.tpl

javier Molina 06 Feb 2017, 12:56

Thanks. So Beautiful blond girls arround you :-)

Do you change the sane line. I will keep it like a gold. This change looks really good know. You should implement on the theme.

Thanks for your amazing help.

Marek 06 Feb 2017, 15:18

Yes, thank you!
Always glad to help!

javier Molina 06 Feb 2017, 23:23

I discover a small issue on the carrier :-)

The simbol € is down the price text. Look at the pic please.
Thanks

Marek 07 Feb 2017, 11:00

The fix is following:

#cart_summary .cart_unit > .price {white-space-nowrap}
javier Molina 07 Feb 2017, 11:10

Thanks a lot, marek

Something is worg. I add it on css but didn´t work.

Marek 07 Feb 2017, 12:32

I suppose that is a cache issue

javier Molina 08 Feb 2017, 13:38

It isn´t sorry … i send a pic of the css may i do something wrong?

Marek 08 Feb 2017, 13:38

Give me a link to CMS page where you want to do that

javier Molina 08 Feb 2017, 13:41

it is the first line . CMS work prefect.
The problme is with this

#cart_summary .cart_unit > .price {white-space-nowrap}

It is on the quick-order and adding this product :

https://gourmetconsabor.com/ofertas/610-panettone-ricotta-e-frutti-rossi-8005975052605.html It is because it has a disccount.

Marek 08 Feb 2017, 13:45

I don’t see any issue there. Please take a screenshot

javier Molina 08 Feb 2017, 13:48

add Thanks

Marek 08 Feb 2017, 13:50

Sorry, my fault.
Here is correct code:

#cart_summary .cart_unit > .price {white-space: nowrap}
javier Molina 08 Feb 2017, 13:55

:-) Uff YOu are humand… I was thinking if you are a machine. First time doesn´t you ;-)

Last question.. i am crazy about samething at that page. .. Can you tell me where i can change that text…llook the pic. i am researching all modules and i can´t fins it. If you can´t i undertand.

Thanks for all your amazing help and support you are teacing me a lot this week. :-)

Marek 08 Feb 2017, 13:57

That would be great to have such bot, who reply for our customers, but unfortunately we should do that ourself. :)
Regarding your question, as I can see you are using some additional module, and you need to find that text in the module’s code.