Home › Forums › Pro Themes › Travel Ultimate Pro › Change currency location
- This topic has 12 replies, 3 voices, and was last updated 4 years, 9 months ago by wensolutions.
-
AuthorPosts
-
February 28, 2020 at 9:14 am #117298Ondrej SvirakParticipant
Hello,
can you please write me a code to change the currency location? In the settings I changed the currency position, but nothing happened on the front page. I need to use the Czech crown to be placed on the right with a space.Thank you!
March 2, 2020 at 12:57 am #117456wensolutionsKeymasterHello,
Regarding your query related to the change in the currency location, everything is working on our side.
You can refer to the screen record below to be more clear.
https://www.loom.com/share/03480b67f3104bac804a342f6ec88399Also, this is the screenshot of your site and the currency location is placed on the right with a space on a single trip page as per your requirement.
https://prnt.sc/ra4crpAlso, please provide us the screenshot of the place where you found nothing changed.
If you have further queries, let us know.
Thank you.
March 2, 2020 at 1:56 am #117458Ondrej SvirakParticipant1) Nothing happened on the main page: https://prnt.sc/ra4qhe
2) How can I delete “From” a “Trip Code”? https://prnt.sc/ra4qzf
Thanks!
March 2, 2020 at 4:01 am #117467wensolutionsKeymasterHello,
Regarding your query related to the change in the currency location on the front page, the position changing is the known issue. The front page currency location is managed by the theme so we have already informed the theme author about the issue.
So, we will soon release the update fixing the issue.
Also, regarding to delete the “From” you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.wp-travel-content span.price-from { display: none; }
Hope this helps.
If you have further queries, let us know.
Thank you.
March 2, 2020 at 4:28 am #117470Ondrej SvirakParticipant1) It is still there on the different place: https://prnt.sc/ra7h2f
2) How can I delete “Trip Code”? https://prnt.sc/ra4qzf
Thanks!
March 2, 2020 at 5:09 am #117472wensolutionsKeymasterHello,
Regarding to delete the “From” in archive page, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.content-area span.price-from { display: none; }
Regarding to delete the “Trip Code” you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.wp-travel-trip-code span { display: none; }
Hope this helps.
Regards.
March 3, 2020 at 2:53 am #117522wensolutionsKeymasterHello,
Regarding your query related to the change in the currency location on the front page, the position changing issue has been resolved in the recent version of the theme. Once update your site to the latest version.
Regards.
March 3, 2020 at 3:56 am #117527Ondrej SvirakParticipantThanks!
I have a few more questions…1) How can i change all fonts to sans-serif?
2) Is it possible to have Overview, Trip Includes, Trip Excludes, Gallery… on one single page?
3) How can I change the design of the trips from font page to this? https://prnt.sc/rarcp5
4) How can I add to my menu a social buttons? https://prnt.sc/rardpk
5) How can I delete “HOME / GALERIE, TÝM, BLOG…”? https://prnt.sc/rarfyi
6) How can I hide a standart shadow filter of the main photo on the page “galerie / tým / blog…”?
Thanks!
March 3, 2020 at 5:53 am #117540wensolutionsKeymasterHello,
Please find answers to your queries below:
Query 1) How can I change all fonts to sans-serif?
Response: Regarding your query about changing the font, all fonts are managed by the theme and comes with the theme settings.
Query 2) Is it possible to have Overview, Trip Includes, Trip Excludes, Gallery… on one single page?
Response: The feature you are requesting requires code customization, and is beyond support. You can consider hiring a freelancer or our professional developer.
Query 3) How can I change the design of the trips from the front page to this?
Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to get the front page as per your requirement
.entry-container .wp-travel-trip-time span { display: inline; } .wp-travel-trip-time.trip-fixed-departure{ width:100% !important; float:l } #recommended-packages .price-meta{ margin-top: 5px; width:100%; Padding:10px; }
Query 4) How can I add to my menu social buttons?
Response: To add social menu is possible from the customizer, you can follow the path Admin Panel > Appearance > Customize > Menus and you can add social links and assign them to locate either to footer or header position. You can refer to the below given screen record to be more clear.
https://www.loom.com/share/ea86b8447e0a421e981eb0ecdd5a3ccf
Query 5) How can I delete “HOME / GALERIE, TÝM, BLOG…”?
Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS which will remove the breadcrumb.
#breadcrumb-list { display: none; }
Query 6) How can I hide a standart shadow filter of the main photo on the page “galerie / tým / blog…”?
Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the shadow in the image of the page.
#page-site-header .overlay { opacity: 0; }
Hope this helps.
Regards.
March 3, 2020 at 7:26 am #117553Ondrej SvirakParticipantOk, thanks!
How can I change the font h2.page.title from Comic Sans to Open Sans?
Thanks!
March 3, 2020 at 9:59 pm #117603healthbossParticipantOndrej have you tried in functions.php section?
March 4, 2020 at 1:00 am #117608wensolutionsKeymasterHello @SVIRDA,
To change the font to Open Sans in page title, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
#page-site-header .page-title{ font-family: open Sans, sans-serif; }
Hope this helps.
Regards.
March 7, 2020 at 6:43 am #117877Ondrej SvirakParticipantThanks! I have afew more question.
1) How can I change size of “entry-title”?
2) How can I change size of “section-title”?
3) How can I stretch to full screen “about us” section?
https://prnt.sc/rcy06i4) How can I hide “trip enquiry” button?
Thanks!
March 11, 2020 at 2:51 am #118161Ondrej SvirakParticipantHello,
can I ask you about the overlay picture? How can I hide it?Thanks! 🙂
March 11, 2020 at 7:30 am #118192wensolutionsKeymasterHello,
Please find answers to your queries below:
Query 1) How can I change size of “entry-title”?
Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.featured-content-wrapper .entry-title { font-size: 80px; }
You can resize the font-size as per your requirement.
Query 2) How can I change size of “section-title”?
Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.section-header .section-title{ font-size: 61px; }
You can resize the font-size as per your requirement.
Query 3) How can I stretch to full screen “about us” section?
Response: You can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.section-header{ padding-right: 0px !important; width: 27% !important; } #about-us .section-content { width: 69% !important; } .section-content{ padding: 0px !important; }
Query 4) How can I hide the “trip enquiry” button?
Response: You can hide ‘trip enquiry’ by following the path Admin Panel > WP Travel > Settings > Misc. Options and disable Trip Enquiry to hide. You can refer to the screenshot below:
Query 5) About the overlay picture? How can I hide it?
Response: You can add CSS following Path Admin Panel > Appearance > Customize > Additional CSS,
.slick-track .overlay{ background-color: transparent; }
Hope this helps.
If you have further queries, let us know.
Regards.
-
AuthorPosts
- You must be logged in to reply to this topic.