Travelin Template Questionspart 2 - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Travelin Template Questionspart 2

V

Vladimir

Template 2 years ago

Good afternoon! passed a good update Spbooking. But I still have questions.

  1. How to make titles so that each word is not capitalized?
  2. As before, the cost indicated as an integer is shown with a dot.
  3. In the one-day package, the date of the event is one. and the page shows a range of dates. How to remove excess? https://disk.yandex.ru/i/DbVlM-BG08-LPA
  4. The slideshow in the package description shows the whole images. Example http://new.tur46.ru/package/kolomna
  5. how to remove the display of the word Itenary in the description of the Package?
  6. In the order form, it is possible to add text and a mark of consent "I have read the contract and the conditions for booking the package, I have no objections"
0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101287

Hi

Thanks for contacting us. Please give me your site URL and specific page links and also screenshots so that I can check.

-Regards.

0
V
Vladimir
Accepted Answer
2 years ago #101303

Good afternoon! external links http://new.tur46.ru/ links to screenshots I attached in the main post

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101321

1: Please mention which title? Give me that specific page link.

2:Give me that specific page link and also screenshot.

3: Use this custom CSS

.spbooking-package-meta.spbooking-d-flex {
    display: none !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

4: Use this custom CSS

.view-package .package-details-top-wrapper .spbooking-package-details-image-thumb .package-gallery .image-holder{
    height:400px !important;
}

5: Give me that specific page link and also screenshot.

6: Give me that specific page link and also screenshot.

0
V
Vladimir
Accepted Answer
2 years ago #101384

3 If you do as you advise, then no date is displayed! I need to see the date of the event.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101450

3: Then delete my CSS and ping me again here.

0
V
Vladimir
Accepted Answer
2 years ago #101599

Hello! Removed. Now the correct date of the event is reflected and for some reason the second date is November 30 http://new.tur46.ru/

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101609

Which portion do you want to remove? First one or second one?

https://prnt.sc/xrWBVNVZsHGz

0
V
Vladimir
Accepted Answer
2 years ago #101613

second position. it arises from nowhere.but in multi-day tours it is advisable to leave the second date

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #101818

You have to remove this full date portion because its on a div. Its not possible to delete only one thing from here.

0