Additional Field

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6153
    gnexman
    Participant

    Hello Support Team,

    I am sure that there will be more features in premium version.

    I am testing it in one of site http://www.ghtnepal.com

    I need your help to solve these issues:

    1. Still Title & tagline below Logo on my site.
    I tried with Customize > Site Identity > Display Site Title and Tagline (Check/Uncheck)

    2. How can I add more fields below trip duration in the right side of single itinerary page?
    3. How can I change the word ‘Location’ to ‘Country’?
    4. Image of the Photo Slider doesn’t change and resize automatically even I change photo from gallery.

    I will be happy to hear from you.

    Thank you.

    Regards,
    Mani

    #6200
    Support Team
    Keymaster

    Hello @gnexman,

    First of all thank you very much for using the plugin.

    Now all of your queries have been answered below on points:

    Query #1:

    Response: The option “Display Site Title and Tagline” is working fine when we checked the theme locally.
    Screenshot:
    https://prnt.sc/jaanxa

    So please make sure you have the latest version of the theme (version 1.1.8).

    Query #2:

    Response: To add the new field in travel info section to the single trip page you have to activate the child theme of your current theme.

    You can activate the child theme manually or simply activate the child theme using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After the activation of the child theme, in your child theme functions.php file add below give code.

    https://gist.github.com/Steeru/a706e9611819e30d8b33d605937fafb3

    Query #3:

    Response: To change the string ” Location” to country add below-given code to your child theme functions.php .

    https://gist.github.com/Steeru/c8ae9cf134a5ad21e6e14e1f9273d18c

    Query #4:

    Response: The slider adjusts its height according to the image height. So please upload the image of your preferred height and also make sure to upload the image of uniform height otherwise the image of bigger height will create the white gap in the image with a smaller height.

    Hope this helps.

    Best Regards!!

    Have a good day.

    #6208
    gnexman
    Participant

    Hello Support Team,

    Thank you very much for this great support.

    1. Title and Tagline still same. The installed all plugins & themes are latest version. When I click it hides, but after clicking Publish and check it doesn’t save. And occur same problem. Anyway I will check it myself.

    2. I installed Advance Custom Field Plugins to add new field .Can you help me how can I set to hide if this field is empty?
    3. How can I hide Slick-Prev/Next button from banner. Or better if you suggest me the option to show only arrow without Orange background.

    2. Some suggestion to be manage in your theme are:

    a) Better to remove Excerpt on right part above Trip Type http://prntscr.com/jadz5e
    b) Trip Duration: Now it shows 15 Day(s) 0 Night(s). But better to hide nights/days if the value is 0
    c) It is good to be New pricing option. But this field is not displaying in front-end.
    d) It might be better to show Trip Duration even there is Fixed Departure date.
    e) It might be better to put pricing option for both per person or group. Now, you have only selection of anyone.

    Thank you.

    With best regards!

    #6209
    Support Team
    Keymaster

    Hello @gnexman,

    It is always a pleasure helping you guys.

    Now please find the response to the query in points below:

    Query #1:

    Response: If the available option is not working for you then please add below-given CSS to remove the site title and tagline by going to Admin Panel > Appearance > Customize > Additional CSS.

    #site-identity .site-title {
        display: none;
    }
    #site-identity .site-description {
        margin-bottom: 0;
        line-height: 1.333;
        display: none;
    }

    Query #2:

    Response: Actually this query is not related to the WP Travel plugin so we are unable to help you with this. You can contact with the respect plugin forum for the help 🙂 .

    Query #3:

    Response: If you wish to hide the pre/next arrow then add below given CSS in Additional CSS.

    .featured-slider .travel-banner.slick-slider .slick-next:before, .featured-slider .travel-banner.slick-slider .slick-prev:before { 
        display: none;
    }

    Also, if you simply wanted to remove the background then replace above given CSS with the CSS given below:

    .featured-slider .travel-banner.slick-slider .slick-next:before, .featured-slider .travel-banner.slick-slider .slick-prev:before { 
        background: none;
    }

    Hope this helps.

    We would also like to thank you very much for the suggestions and we will definitely discuss it further.

    Best Regards!!

    Have a good 🙂 .

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