Webseite Www.roidl.info/kunde2 - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Webseite Www.roidl.info/kunde2

AR

Alois Roidl

SP Page Builder 1 year ago

Hallo Toufiq,

ich habe wieder ein Problem, bei dem ich dich um Hilfe bitte. Bei meiner Kundenwebseite: https://www.roidl.info/kunde2/index.php/mietpark/uebersicht/30-a-klasse wird, wie bei den anderen Detailseiten der Komponente SP Simple Postfolio wird oben unter dem Titel das Datum und das Tag abgebildet. Beides möchte ich nicht sichtbar haben. Wir mache ich das?

Danke für die Hilfe Alois Roidl

0
11 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #167990

These days, it's easy to learn the basics. There are so many sources, also for free.

You're welcome. Mark topic as solved.

0
AR
Alois Roidl
Accepted Answer
1 year ago #167904

Hello Toufiq,

I have another problem that I would like to ask you to help me with. On my customer website: https://www.roidl.info/kunde2/index.php/mietpark/uebersicht/30-a-klasse as with the other detail pages of the SP Simple Postfolio component, the date and tag are displayed at the top under the title. I do not want either to be visible. How do I do this?

Thanks for your help Alois Roidl

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #167907

Hi Alois.

To Hide date and tag, please use below Custom CSS:

.com-spsimpleportfolio.view-item .date-tag { visibility: hidden; display: none; }

In Template Options > Custom Code > Custom CSS

0
AR
Alois Roidl
Accepted Answer
1 year ago #167916

Hello Paul,

thank you for the quick help. That was very obliging.

I have one more request. In the overview (https://www.roidl.info/kunde2/index.php/mietpark/pkw) I would like to have the title (PKW A-Klasse, PKW B-Bklasse) displayed larger and in bold. Please help me.

Kind regards Alois

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #167941

How is your CSS skills lever, low or middle? I ask because these are very simple things to do.

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 {
  font-size: 26px;  line-height: 20px; font-weight: bold;}

If case of you need a fishing rood, not only a fish, for next time >> https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0
AR
Alois Roidl
Accepted Answer
1 year ago #167986

Hello Paul,

Thank you very much for your help. My knowledge is not that great.
Your tips are very valuable to me.

Kind regards Alois

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168013

Look down <0.0>

0
AR
Alois Roidl
Accepted Answer
10 months ago #177657

Hello Joomshaper team,

I am asking for your help. I have created a website for a car hire company. Template: Investa Joomla 5.2.2 On the page ‘Rental park/overview https://www.gramling-mietpark.de/index.php/mietpark/uebersicht he wants the following change: The numbers in front of the name should not be visible. I have included these numbers to create a certain order of the groups. How can I make the numbers invisible without changing the order?

Thank you very much for your help. Alois

Translated with DeepL.com (free version)

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177659

Can you add/use that : <em>1</em> PKW instead of "1 PKW" ?? please try, thsi would be the only way, as I see now.

Then

.sp-simpleportfolio-filter ul li em {display: none;}

0
AR
Alois Roidl
Accepted Answer
7 months ago #188641

Hello Joomshaper Team,

I have the following issue with a client’s website: On the menu item "Mietpark" (https://www.gramling-mietpark.de/index.php/mietpark/uebersicht), when selecting a group (e.g., 1 PKW), a page 2 appears. This page contains part of the vehicles from group 4 (LKW), which is an error and should not be the case. This issue repeats with all groups 1-3. Only the vehicles of the selected group should be visible.

Additionally, I would like to display the vehicle groups in the correct order. I have labeled the tags as 1 PKW, 2 VAN, 3 Transporter, and 4 LKW. My client does not want the numbers to be visible. What options are there to maintain the order without showing the numbers, or alternatively, to make the numbers white so that they are not visible?

Template: Investa and SP Simple Portfolio, Joomla 5.2.5

I would greatly appreciate your help.

Best regards, Alois

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 7 months ago #188644

So in that case, you have to use different Portfolio component.

I cannot provide any code customization.

0