Forum Replies Created

Viewing 15 posts - 2,836 through 2,850 (of 8,657 total)
  • Author
    Posts
  • in reply to: Decrease the height header #91181
    wensolutions
    Keymaster

    Hello @anggakrishna,

    Yes, but if you only want to remove the bottom space then please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .site-header {
        padding-bottom: 0px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Taps is not working #91103
    wensolutions
    Keymaster

    Hello @taxiincambodia,

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

    As for now, you cannot disable the tabs from the individual tab setting. So if you want all your trips to have the same setting then go to Admin Panel > WP Travels > Settings > Tabs and manage the setting from here.

    Finally, go to the individual tab setting and chose to use the global tab setting.

    Screenshot:
    https://prnt.sc/mlgvko
    https://prnt.sc/mlgx2s

    As for the issue, we will soon release the update fixing the issue.

    Thank you.

    Best Regards!!

    in reply to: Demo Data and Header #91101
    wensolutions
    Keymaster

    Hello @ckorona

    Glad that everything is working perfect in your side.

    If you have any query/confusion regarding the theme, feel free to write us back 🙂

    Regards!!

    in reply to: WP travel disappeared frontage from tourablepro #91098
    wensolutions
    Keymaster

    Hello @qaala11,

    We are extremely sorry for the delay in the response.

    The issues have already been fixed and the update has already been released.

    So please update to the latest version and verify the issue.

    Thank you.

    Best Regards!!

    in reply to: Demo Data and Header #91097
    wensolutions
    Keymaster

    Hello,

    Thank you very much for your interest in the pro version of the theme.

    When we inspected the issue that you reported, in pro version of the theme, header image seems to work absolutely fine.

    Regarding your query about the demo import, we are working to resolve the issue and will release the update as soon as possible with the proper fix.

    Regards!!

    wensolutions
    Keymaster

    Hello,

    We are extremely sorry for the delay in response.

    Please find the answer to your queries below :

    Query 1
    : To change the color of the menu to blue, please enter the below given CSS by going to, Admin Panel > Appearance > Customize > Additional CSS

    .main-navigation ul li a {
       color: #206fab;
    }

    for query 2,3,4 and 5, we couldnot figure out what exactly your issue is, so, please provide us the screenshot with proper highlight in the sections you want to make changes in so that we can inspect it provide you with a clear fix.

    Query 6 : When we checked the issue in our side, with the most recent version of the WP Travel plugin, date value is working perfectly well. Please make sure you are using the latest version of the plugin. If the issue still persist, kindly write us back.\

    Hope to hear from you soon,

    Regards!!

    in reply to: Problem with HTML on Front Page #91072
    wensolutions
    Keymaster

    Hello @fuchsr

    The issue that you have reported is quite unlikely to appear.

    Can you please provide us with your login credentials so that we can inspect your issue further and provide you with a precise fix ?

    Please provide your login credentials in the given email : wensolution[at]gmail.com

    Hope to hear from you soon,

    Regards!!

    in reply to: Hero Image for All Trips page #91071
    wensolutions
    Keymaster

    Hello @travelclub,

    //Please add below given CSS to change the color of the header title.
    
    .post-type-archive-itineraries .page-title {
        color: #07b3d6;
      }
    
    //To change the link color in the breadcrumb add below given CSS.
    
    .post-type-archive-itineraries #breadcrumb a {
        color: #e02222;
    }
    
    //To change the text color of the breadcrumb add below given CSS.
    
      .post-type-archive-itineraries #breadcrumb {
        color: #ff7550;
    }

    You can change the color code as per your requirement.

    Also, add all above CSS by going to Admin Panel > Appearance > Customizer > Additional CSS.

    Hope this helps.

    Best Regards!!

    in reply to: Display 4 columns of 4 Related Posts #91070
    wensolutions
    Keymaster

    Hello @brenners78

    The theme layout won’t suit that well with the customization that you have requested. However, if you want four column in a same row, please insert the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (min-width: 767px){
    #blog .column-wrapper:nth-child(1n) .blog-wrapper {
        background-color: #70CEE5;
        height: 100% !important;
    }
    }
    
    @media screen and (min-width: 767px){
    .two-columns .column-wrapper {
        width: 25%;
        float: left;
    }
    }

    Hope this helps,

    Feel free to reach us for any further query/confusion,

    Regards!!

    in reply to: List of existing css #91069
    wensolutions
    Keymaster

    Hello @brenners78,

    Thank you very much for your help.

    However, if you have any query further then kindly let us know.

    Thank you.

    Best Regards!!

    in reply to: Site Logo not showing Alt text #91068
    wensolutions
    Keymaster

    Hello @npiper

    Inserting the alternative text demands higher level of code customization and hence for the changes, you need to hire a professional developer.

    To hire a developer, please refer to the given link : https://themepalace.com/hire-a-customizer/

    Regards!!

    wensolutions
    Keymaster

    Hello @brlee7777

    Glad that everything is working fine now.

    If you face any problem or have any query/confusion, feel free to write back.

    Best Regards!!

    in reply to: Change Header Image Size #91066
    wensolutions
    Keymaster

    Hello @brenners78

    Hope the solution is working well.

    If you have any further query/confusion, kindly let us know.

    Regards!!

    in reply to: Hero Image for All Trips page #91004
    wensolutions
    Keymaster

    Hello @travelclub,

    No actually to make it work, it requires higher code customization as we need to define new option.

    Regarding the query about the changing the header font color, please make us clear which particular part are you referring to so that we can provide the precise CSS fix?

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello @anetter,

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

    Now to change the font of the price in the cart page please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .woocommerce span.woocommerce-Price-amount {
        font-family: sans-serif;
    }

    Here Change the font as per your requirement.

    Hope this helps.

    Best Regards!!

Viewing 15 posts - 2,836 through 2,850 (of 8,657 total)