Special Dishes Addon - How To Link The Offer - Question | JoomShaper

Special Dishes Addon - How To Link The Offer

BM

Bioma Marcin

Template 1 month ago

Hello,

How to link an offer in Special Dishes Addon.

Customers intuitively try to click on individual elements. There is a photo and title, but you cannot add a link to the details of the offer.

Marcin

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151381

Czesc Marcin.

  1. Try to add link inside Title field using HTML code

<a href="/LINK">Pogrzeb</a>

  1. If that will not help, you need to customize addon php code, both site.php and admin.php file
0
BM
Bioma Marcin
Accepted Answer
1 month ago #151380

https://imgur.com/a/mMSCaR1

I have a big request to add a url option in this element

0
BM
Bioma Marcin
Accepted Answer
1 month ago #151384

Thanks very much for the idea

0
BM
Bioma Marcin
Accepted Answer
1 month ago #151867

There was a problem with css when entering the code: "<a href="/https://henmarjastrzebia.pl/oferta" style="color:#ffffff; "> Pogrzeb tradycyjny </a>" in the "Title" field

A white margin appears on the page under the photo. There is a difference in the "class="sppb-addon-content-headings"" display for a photo with a link and a photo with a title

I tried adding to custom css

.sppb-addon-content-headings a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px; 
  color:#ffffff;
}

The title is ok, but there is a space. How to fix it

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151870

Marcin, nie dodawaj koloru w polu tytuł użyj ustawień w zakładce "Style" albo za pomocą Custom CSS.

Przepraszam, ale nie jesteśmy suportem od CSS, to pytania wykracza poza zakres. Także tutaj sugeruje skonstulowac się z kimś kto zajmuje się frontendem.

0
BM
Bioma Marcin
Accepted Answer
1 month ago #151876

OK thanks

0
BM
Bioma Marcin
Accepted Answer
1 month ago #151901

It worked, I put the link not in the title field, but in the Sub Title field

0