- This topic has 7 replies, 4 voices, and was last updated 4 years, 4 months ago by
Support Team.
-
AuthorPosts
-
April 5, 2018 at 9:16 am #5848
alidabdul
ParticipantAfter 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
AlidApril 5, 2018 at 11:36 am #5858Support Team
KeymasterHello @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 🙂 .
April 5, 2018 at 2:27 pm #5859alidabdul
ParticipantThank 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
April 6, 2018 at 4:17 am #5864Support Team
KeymasterHello @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!!
July 8, 2019 at 8:31 am #17624alimhz
ParticipantSorry 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.
July 8, 2019 at 11:34 am #17636wensolutions
KeymasterHello @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:
Hope this helps.
Thank you.
July 8, 2019 at 5:13 pm #17658alimhz
ParticipantThanks 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; }
July 9, 2019 at 5:53 am #17671Support Team
KeymasterHello @alimz,
Glad to help you.
Feel free to write back to us if you have any issues further.
Thank you.
-
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.