• Resolved andynymous

    (@andynymous)


    Hi,

    In the calendar there’s a label “No Book Items” where you enter the number of book items. I want to change the text. How can I do that? I tried changing it in the files in the plugin editor. But that isn’t working.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Pinpoint World Support

    (@pinpointworld)

    Hi,

    To change the text in the plugin, you need to go to the translation tool of the plugin found in Pinpoint Booking System -> Translations. Search for the text you need to change, and edit it in the right column.

    Best Regards,
    Support Team

    Thread Starter andynymous

    (@andynymous)

    Perfect! Thank you!

    Thread Starter andynymous

    (@andynymous)

    Could you also help me with the following? In the Search Item, there is a label called “Start at: INR 0”. How do I remove this line?

    Plugin Support Pinpoint World Support

    (@pinpointworld)

    Hi,

    Is it possible to send us a screenshot of the exact text you are referring to?

    Best regards,
    Support Team

    Thread Starter andynymous

    (@andynymous)

    Hi,

    Here’s the link: https://nayalap.com/
    In the Search section (below the slideshow), there is Suite Tent written with “Start at INR 0”. This is what I want to change/remove.

    Plugin Support Pinpoint World Support

    (@pinpointworld)

    Hi,

    The only way to remove it is with some custom CSS in your theme:

    .DOPBSPSearch-results .dopbsp-list li .dopbsp-content .dopbsp-price-wrapper {
    display:none;
    }
    

    Best Regards,
    Support Team

    Thread Starter andynymous

    (@andynymous)

    This works. Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Change calendar label’ is closed to new replies.