Home Forums Pro Themes Travel Ultimate Pro Change currency location

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #117298
    Ondrej Svirak
    Participant

    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.

    http://trailadventures.cz/

    Thank you!

    #117456
    wensolutions
    Keymaster

    Hello,

    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/03480b67f3104bac804a342f6ec88399

    Also, 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/ra4crp

    Also, please provide us the screenshot of the place where you found nothing changed.

    If you have further queries, let us know.

    Thank you.

    #117458
    Ondrej Svirak
    Participant

    1) Nothing happened on the main page: https://prnt.sc/ra4qhe

    2) How can I delete “From” a “Trip Code”? https://prnt.sc/ra4qzf

    Thanks!

    #117467
    wensolutions
    Keymaster

    Hello,

    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.

    #117470
    Ondrej Svirak
    Participant

    1) It is still there on the different place: https://prnt.sc/ra7h2f

    2) How can I delete “Trip Code”? https://prnt.sc/ra4qzf

    Thanks!

    #117472
    wensolutions
    Keymaster

    Hello,

    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.

    #117522
    wensolutions
    Keymaster

    Hello,

    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.

    #117527
    Ondrej Svirak
    Participant

    Thanks!
    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!

    #117540
    wensolutions
    Keymaster

    Hello,

    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.

    #117553
    Ondrej Svirak
    Participant

    Ok, thanks!

    How can I change the font h2.page.title from Comic Sans to Open Sans?

    Thanks!

    #117603
    healthboss
    Participant

    Ondrej have you tried in functions.php section?

    #117608
    wensolutions
    Keymaster

    Hello @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.

    #117877
    Ondrej Svirak
    Participant

    Thanks! 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/rcy06i

    4) How can I hide “trip enquiry” button?

    Thanks!

    #118161
    Ondrej Svirak
    Participant

    Hello,
    can I ask you about the overlay picture? How can I hide it?

    Thanks! 🙂

    #118192
    wensolutions
    Keymaster

    Hello,

    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:

    https://prnt.sc/rep1zv

    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.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.