Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 8,657 total)
  • Author
    Posts
  • in reply to: Mobile view logo size #119654
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Regards.

    in reply to: Mobile view logo size #119595
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    @media only screen and (max-width: 1023px){
    .custom-logo-link img {
        max-width: 100%;
    }
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Hiding Header Image Everywhere #119584
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .single .page-section .content-area .featured-image {
        display: none;
    }

    Hope this helps.

    Thank you.

    in reply to: Hiding Header Image Everywhere #119535
    wensolutions
    Keymaster

    Hello,

    Once add a featured image for a post and provide us the link of that post so that we can help you. Also, that one post link will help us give CSS to remove the images of the post.

    Regards.

    in reply to: WP Travel Pro – Healthcheck #119534
    wensolutions
    Keymaster

    Hello,

    Thank you for the login details.

    After making a detail inspection of the issue, our developers suggest that the issue must have raised due to the server setting. It seems that the file permission is also not correct.

    Further, although the curl is enabled, make sure to update the config of other PHP as well.

    memory_limit
    upload_max_size
    post_max_size
    upload_max_filesize
    max_execution_time
    max_input_time

    So please once contact your server and find out the issue.

    Thank you.

    in reply to: partial payment and deposit in a bank #119532
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you will get the email after making the payment either its partial payment or full payment.

    But as for the remaining payment through the bank deposit, the user must upload the bank receipt from the user dashboard. After receiving the receipt, the admin will update the payment status from the backend as paid. But the user won’t receive the email.

    So as for now, in this case, the admin must inform the customer manually through the contact detail they have. Or you admin can send the email manually as well.

    Hope this clears the confusion.

    If you have any issues further then kindly let us know.

    Thank you

    in reply to: CHANGE PHP SECTION “DETAIL” IN A CHILD THEME #119528
    wensolutions
    Keymaster

    Hello,

    Regarding your query, since the file that you want to edit (inc/sections/details.php) is not the template file so it cannot be changed through the child theme.

    If you make the change directly then only the changes will be seen.

    Also, can you please mention the section that you want to change so that we can provide the information on whether the section can be modified through the child theme or not?

    Thank you.

    in reply to: WP Travel Pro – Healthcheck #119526
    wensolutions
    Keymaster

    Hello,

    Sorry for the inconvenience, as the above ways didn’t work out, to inspect the issue further we require your site login details. So, can you please provide us with your site login details at wensolution[at]gmail.com

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, the code for the tabs comes from the folder path: wp-travel/inc/template-functions.php. In this file you can find the function : wp_travel_frontend_contents .

    You can find the function wrapped in the below given hook:

    add_action( 'wp_travel_single_trip_after_header', 'wp_travel_frontend_contents', 15 );

    From this function, you can replace the custom function to get the custom fields.

    Make the changes mentioned above from the child theme’s function.php

    Below is the link to assist you in creating a child theme.

    https://wptravel.io/how-to-create-a-child-theme/

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Header Frontpage #119512
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the header image that you set appears on other than the front page.

    The front page slider is showing needs to be enabled from the front page section, you can add post/page/category following the path Admin Panel > Appearance > Customize > Frontpage > Slider.

    You can refer to the below-given screen record to be more clear.

    https://www.loom.com/share/87e3090084c74f2595bb4233fee5dbd4

    If you have further queries, let us know.

    Thank you.

    wensolutions
    Keymaster

    Hello,

    Please provide us with your site URL so that we can help you.

    Also, the screenshot you have sent is in a different language with which we are unable to find the page you referred to.

    Further, you can refer to the link given below to translate the strings:

    https://wptravel.io/translation-of-the-strings/

    Regards.

    in reply to: WP Travel Pro – Healthcheck #119506
    wensolutions
    Keymaster

    Hello @FIDITOURSJSC,

    Regarding your query, your hosting has a disabled curl module of PHP. So, please contact your hosting provider and enable it.

    Hope this helps.

    Regards.

    in reply to: Slider is not supporting RTL #119503
    wensolutions
    Keymaster

    Hello,

    Currently, the theme does not support RTL. However, we will note it as the requested feature and work on it.

    Hoping for your kind co-operations.

    Thank you.

    in reply to: RTL issue #119502
    wensolutions
    Keymaster
    in reply to: Form Contact Us #119501
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    If you have further queries, let us know.

    Regards.

Viewing 15 posts - 1,126 through 1,140 (of 8,657 total)