Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 8,657 total)
  • Author
    Posts
  • in reply to: Homepage Main Slider #115306
    wensolutions
    Keymaster

    Hello,

    To display the slider, you can select pages or posts or categories following the path Admin Panel > Appearance > Customize > Sections > Main Slider and you can select the slider number where we can add the content as per the requirement.

    https://prnt.sc/qug4it

    Make sure you add feature images in each page/post so that it shows in the main slider.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Editing CSS #115303
    wensolutions
    Keymaster

    Hello,

    In the child theme, you can add the CSS or extra code as per your requirement. You can create a child theme by referring to the documentation below,

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

    Otherwise, you have to add edit by putting code in the Additional CSS section.

    Regarding your other queries,

    Response 1. In the latest version of the theme, you can change the layout following the path Admin Panel > Appearance > Customize > FrontPage > Main Slider and enable the Classic slider option.

    Response 2. To remove the image/link in the footer section you can add CSS following the path Admin Panel > Appearance > Customize > Theme Options > Footer Options and remove the image and the details as per the requirement.

    Response 3. To change the color of the top menu you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    #top-navigation {
        background-color: #212121;
    }

    To change the color of the main menu you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    #site-navigation {
        background-color: #212121;
    }

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Traveller Details and Billing Address #115301
    wensolutions
    Keymaster

    Hello,

    Thank you for providing your site URL.

    To remove the Date of Birth field from the form, you can add CSS following the path Admin panel > Appearance > Customize > Additional CSS,

    .wp-travel-form-field:nth-child(6) {
        display: none;
    }

    About the Stripe issue, when we inspected your site we found the console error from your site that there is a problem in the API key. So, once enter the correct API key and also you have to disable the test mode while checking to book in live mode.

    If the issue still persists, please provide us with your login details at wensolution[at]gmail.com

    Hope this helps.

    Thank you.

    in reply to: Static front page does not work #115298
    wensolutions
    Keymaster

    Hello,

    Please provide your site login detail so that we can inspect the issue and give the precise fix.

    Provide your details at wensolution[at]gmail.com

    Regards.

    in reply to: Cambiare la visuale del sito da mobile #115297
    wensolutions
    Keymaster

    Hello,

    To change the color of the menu, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .wrapper .widget  ul .page_item a{
    
        color: #4e1aea;
    }

    To change the color of the footer menu title, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS

    .wrapper .widget  .widget-title{
        color: #fb0527f7;
    }

    You can adjust the color as per your requirement.

    Regards.

    in reply to: Change font size and color #115059
    wensolutions
    Keymaster

    Hello,

    For the font size and color on menu buttons/text you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .main-navigation a, .main-navigation ul.nav-menu > li > a {
        color: #c71313;
        font-size: 20px;
    }

    Regards.

    in reply to: Static front page does not work #115058
    wensolutions
    Keymaster

    Hello,

    To get the same set-up as the demo, you can try using ‘one-click demo import’.

    Activate the ‘One Click Demo Import’ plugin which is recommended by the theme itself.

    https://prnt.sc/qeodc4

    It can be imported using a one-click demo import plugin. You can import the demo content directly.

    Import demo data following the path Appearance > Import Demo Data.

    Click ‘import demo data’ as the screenshot shows https://prnt.sc/qtyhi4

    You can then manually edit each content as per your requirement.

    Refer to this documentation link for the proper guidance :

    https://themepalace.com/instructions/themes/blog-diary-pro/

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Static front page does not work #114998
    wensolutions
    Keymaster

    Hello,

    After setting the static page then you have to enable the section from the customizer section and then only the frontpage will be filled with the section as shown in the demo.

    Also, after enabling the section make sure to chose the post, category as per the option available to display on the front page.

    For clear instruction please refer to below given doc link:

    https://themepalace.com/?post_type=wp_documentation&p=104435&preview=true

    Also can you please once provide your site URL so that we can inspect the issue further and help you?

    Thank you.

    in reply to: Traveller Details and Billing Address #114996
    wensolutions
    Keymaster

    Hello,

    To remove the billing address form, you can add the code given below in the child theme’s function.php folder.

    if ( function_exists( '__return_false' ) ) {
        add_filter( 'wp_travel_checkout_billing_fields', '__return_false' );
    }

    You can create a child theme by referring to the documentation below,

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

    About modifying the traveler details form, this feature is not available for now. However, we will consider this as the feature request and will fix this in a future enhancement.

    For the payment gateways issue, please provide us your site URL so that we can inspect and resolve the issue.

    Regards.

    in reply to: Change font size and color #114995
    wensolutions
    Keymaster

    Hello,

    Replace above CSS with this new CSS for font size and color. The previous CSS contains dot which didn’t fix the issue. So, here is the CSS which will help.

    body, button, input, select, textarea {
        font-size: 15px;
        Color: #46c4f3
       
    }

    Regards.

    in reply to: API licenses will not update (URGENT ATTENTION PLEASE) #114991
    wensolutions
    Keymaster

    Hello,

    Please provide us the login detail and the site URL to inspect the issue and for the precise fix at below given email,

    wensolution[at]gmail.com

    Regards.

    in reply to: Remove or reduce header image. #114988
    wensolutions
    Keymaster

    Hello,

    Glad you found the workaround.

    If you have further queries, let us know.

    Thank you.

    in reply to: Change font size and color #114987
    wensolutions
    Keymaster

    Hello,

    You can add the CSS for font size and font color by following the path, Appearance > Customize > Additional CSS,

    .body {
        color: #ea3434;
        font-size: 19px;
    }
    
    .select {
        color: #ea3434;
        font-size: 19px;
    }

    You can adjust the color and size of the font as per your requirement.

    Hope this Helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Static front page does not work #114985
    wensolutions
    Keymaster

    Hello,

    Everything is working fine on our side when we inspected the latest version of the theme. Regarding your query, after selecting the static page you have to select the page and post. You can also refer to the screenshot https://prnt.sc/qttvy0 and you have to set the front page following the path Admin Panel > Appearance > Customize > FrontPage and enable each section as per your requirement.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

    in reply to: Menu not Fully Scrolling down #114984
    wensolutions
    Keymaster

    Hello,

    You can extend the width of the header image by using this CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    #masthead {
      background-size: cover;
    }

    Regards.

Viewing 15 posts - 1,426 through 1,440 (of 8,657 total)