Swap Product Tab - any way to add names?

Posted over 7 years ago by Paul Spinelli

Post a topic
Answered
P
Paul Spinelli

I've been searching for a way to add a name field to the Swap Product tab view so that each product image is accompanied by a name (the images are very small).


Is there a way to do this?


Thanks.

0 Votes

D

Deleted Agent posted over 7 years ago Best Answer

There is currently no way of doing that included with the plugin, no. You'd have to develop your own solution, or make a feature request.

0 Votes


11 Comments

Sorted by
R

Robert Linkiavichius posted over 3 years ago

Hi,


Thank you for your help

I took advantage of it too


I also have a very large space and when you move the entire block expands

How to fix this, please tell me


https://caselix.pl/produkt/kreator-etui-clear/


Best regards

Attachments (1)

0 Votes

B

Ben Rajnovic posted over 3 years ago

Great

0 Votes

L

Lakshman Manish posted over 3 years ago

Thank for you response, i have fixed the issue.. you can have a look at my page https://studiopixxels.com/product/phone-case/

0 Votes

B

Ben Rajnovic posted over 3 years ago

Can you send the link to the issue?

0 Votes

L

Lakshman Manish posted over 3 years ago

Woow, that worked like a gem for me. Thank you so much for you help and solving my 6-8 month old issue on this whole forum. Just a small issue , the text in the drop-down menu of the product category have huge space in between after implementing the last given css. Have attached the pic

0 Votes

B

Ben Rajnovic posted over 3 years ago

Hi,


this is my custom css for this:

 

.fpd-item:after {
    content: attr(data-title);
    position: relative;
    top: 90px;
}

[data-module="products"] .fpd-item,
[data-module="images"] .fpd-item,
[data-module="designs"] .fpd-item {
    height: 130px !important;
    text-align: center;
}

.fpd-grid.fpd-padding>.fpd-item>picture {
    bottom: 45px;
}

 

Ben

0 Votes

L

Lakshman Manish posted over 3 years ago

The title name comes above the product image and aligned left side.

0 Votes

B

Ben Rajnovic posted over 3 years ago

Hi Lakshman Manish, here is the screen shot.


Ben

0 Votes

L

Lakshman Manish posted over 3 years ago

hi Ben could you plz provide me the screenshot of the FPD or the product view after implementing the above css

0 Votes

B

Ben Rajnovic posted about 4 years ago

A bit late, but hopefully will help others.

you can use something like:

.fpd-item.fpd-tooltip.tooltipstered:after {
    content: attr(data-title);
}

 And position it how you need it.


Ben

0 Votes

D

Deleted Agent posted over 7 years ago Answer

There is currently no way of doing that included with the plugin, no. You'd have to develop your own solution, or make a feature request.

0 Votes

Login or Sign up to post a comment