How to Add Comma Separator and Tab Section

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5848
    alidabdul
    Participant

    After hours and hours looking for perfect travel plugin, I decided to use your. But I have few question.
    1. I need to put comma or dot separator in my price, how to do that? Quite confusing reading number with 9 digit without separator. My site not using USD.

    2. How to add TAB section? I need to put TERMS & CONDITIONS tab on trip package page. So my customer knows the T&C before booking and pay.

    3. Since the plugin and theme is free, I won’t mind to put wordpress and wptravel on footer. But when I tried to make booking, my customer and myself got email notification. On footer email your system put link “Powered By: WP Travel”. It would be confusing to my customer. Is it okay to remove it? And how to do it?

    4. I want to change telephone icon on top with Whatsapp icon. I add “fa fa-whatsapp” in CSS Classes, the icon changed but ruin the layout. How to do it without ruin the layout.

    That’s all for now

    Thanks
    Alid

    #5858
    Support Team
    Keymaster

    Hello @alidabdul,

    Thank you very much for trying out the plugin and hope you have a great time using it.

    Now all of queries has been answered below in points:

    Query #1:

    Ans: Please refer to below given link for this.

    http://wptravel.io/documentations/developer-documentation/filter-hook/wp_travel_itinerary_price/

    Query #2:

    Ans: There is no such feature in the plugin to add the new tabs separately. However, you can include your terms and condition in the “Overview” section.

    Just add the required content by going Admin Panel > Trips and to the particular trips. In here add your content in the Description filed of the particular trips. This will be displayed in overview tab at front end.

    Query #3:

    Ans: The plugin also do not have the feature to remove the text you have mentioned in the email and as much as we would love to help you with this we are unable to do so as it requires higher code customization. If you wish to do so then you can always consider hiring the professional developer for this.

    http://wensolutions.com/hire-wordpress-customizer

    Query #4:

    Ans: To solve this issue please add below given custom CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .top-header .menu-icons a[href^="tel:"]:before {
       content: '\f232';
       font-size: 14px;
       margin-right: 5px;
    }

    Hope this helps.

    If you have any query further, please let us know.

    Best Regards!!

    Have a good day 🙂 .

    #5859
    alidabdul
    Participant

    Thank you for your fast respond. It worked like a charm 🙂

    For Whatsapp icon it did change but I need to change the URL also from “tel:0822xxx” into “https://api.whatsapp.com/send?phone=1544xxx” so people who click it will directed to Whatsapp application, not phone dial.

    Additional question: Is there any way to copy/duplicate the trip with different trip code generate? Sometimes I need to copy all TAB section contents to new trip package.

    You’re rock. Thanks once again.

    Alid

    #5864
    Support Team
    Keymaster

    Hello @alidabdul,

    Nice to know that your previous issues are solved.

    The theme has already provided the option to display the social icon in the top right header. So instead of customizing the existing one please use the social menu feature for Whatsapp.

    Further, the plugin itself does not have the option to duplicate the trips that you have created.

    However, you can use any plugin that allows the user to clone the posts they have created. There are many plugins available and below is the link to one of them.

    https://wordpress.org/plugins/duplicate-post/

    Hope this helps.

    Best Regards!!

    #17624
    alimhz
    Participant

    Sorry to bring this old post up but i want to show WhatsApp icon in my social links. After i read this topic, i tried a custom link in social link menu with https://api.whatsapp.com/send?phone=989131970628&text=&source=&data= and also https://wa.me/989131970628 but it doesn’t show WhatsApp icon there.
    I know i can change it with custom css but if theme doesn’t support these URLs, pls let me know to change it via css.

    Thanks.

    #17636
    wensolutions
    Keymaster

    Hello @alimhz,

    After adding the custom links in the social menu make sure to add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .top-header .menu-icons a[href*="whatsapp.com"]:before {
        content: '\f232';
    }

    Menu screenshot:

    https://prnt.sc/oc2r48

    Hope this helps.

    Thank you.

    #17658
    alimhz
    Participant

    Thanks for your help, Your code missed this:
    font-family: wt-icon-brands;
    so for others that may need this the complete code is:

    
    .top-header .menu-icons a[href*="whatsapp.com"]:before {
        content: '\f232';
        font-family: wt-icon-brands;
    }
    
    #17671
    Support Team
    Keymaster

    Hello @alimz,

    Glad to help you.

    Feel free to write back to us if you have any issues further.

    Thank you.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.