Forum Replies Created

Viewing 15 posts - 616 through 630 (of 8,657 total)
  • Author
    Posts
  • in reply to: remove meta data #128261
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with your site URL so that we can help you?

    Regards.

    in reply to: Permanent (on every page) scroll down button #128251
    wensolutions
    Keymaster

    Hello,

    Regarding your query about the scroll icon, you can add the CSS following the path Admin Panel > Appearance > Customize > Additional CSS to make the scroll icon visible on every page.

    @media(max-width: 575px){
        #page-site-header .wrapper::after{
            font-size: 25px;
            bottom: -42px;
        }
    }
    #page-site-header .wrapper::after {
        content: "\f103";
        font-family: "fontawesome";
        font-size: 45px;
        position: absolute;
        left: 50%;
        bottom: -57px;
        transform: translateX(-50%);
    }

    Regards.

    in reply to: Header on mobile and tablet issue #128247
    wensolutions
    Keymaster

    Hello,

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

    @media(max-width: 767px){
        div#page-site-header {
            padding: 248px 0;
            height: auto;
            background-attachment: inherit;
        }
    }
    @media(max-width: 575px){
        .site-title {
            font-size: 21px;
        }
        .menu-toggle{
            height: 42px;
        }
        div#page-site-header {
            padding: 0;
            height: 290px;
        }
        #page-site-header .page-title{
            font-size: 18px;
            margin-top: 36px;
        }
    }

    Regards.

    in reply to: Change color of links inside posts #128245
    wensolutions
    Keymaster

    Hello,

    Please provide us with specific screenshot of the section of which you are willing to change the font color so that we can provide you with precise fix.

    Regards.

    in reply to: Regarding magic blog free version #128244
    wensolutions
    Keymaster

    Hello,

    Can you please provide us with your site URL so that we can help you?

    Regards.

    wensolutions
    Keymaster

    Hello,

    When we inspected the issue in your site the menu is working fine as you can see in the screen record below:

    https://www.loom.com/share/9478e3440e8242beb96760857360cfb8

    The menu color is visible even in mobile version.

    So hope every thing is working fine.

    Thank you.

    in reply to: Social Menu On Same Line As Phone/Email #128236
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can arrange the header section on the home page and for this add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .home #tophead #quick-contact li {
        padding: inherit;
    }

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Changing colors and hovers #128235
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

    in reply to: WordPress Lite ecommerce theme #128156
    wensolutions
    Keymaster

    Hello,

    Please refer below given link for the list of themes so that you can choose appropriate theme for you.

    https://themepalace.com/downloads/tag/pro/

    If you have any queries further, let us know.

    Thank you.

    in reply to: Prices, Dates and Related Trips #128145
    wensolutions
    Keymaster

    Hello,

    As for now, short code for login section is not available. If you are willing to add login section before booking trip then you have to enable customer registration options by going to Admin Panel > WP Travel > Settings > Account as shown in screenshot below:

    https://prnt.sc/tddbb7

    Also, regarding filling information automatically, the feature is not available as higher code customization is required. So, we would like to suggest you to consider hiring a freelancer or our professional developer.

    If you have any queries further, let us know.

    Thank you.

    in reply to: PayPal Error Message at checking out #128139
    wensolutions
    Keymaster

    Hello @newtonsmom,

    We will inspect the issue further and let you know.

    Thank you.

    Best Regards!!

    in reply to: Responsive slider issue #128134
    wensolutions
    Keymaster

    Hello,

    Regarding making responsive slider for mobile view, please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 594px){
      #featured-slider article {
       background-size: contain;
       background-position: inherit;
       background-repeat: no-repeat;
      }
    }

    Also, regarding post title and excerpt, we are not quite clear wit the query as post title and excerpt are displaying properly under post image in mobile view as you can see in screen shot below.

    https://prnt.sc/td8xat

    If it is not what you meant then please explain in detail with specific screenshot of the section you are referring to.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Prices, Dates and Related Trips #128133
    wensolutions
    Keymaster

    Hello @style-travel-bg,

    Please find answer to your queries below:

    1. We have put WP Travel filters widget on the site but keyword doesn’t work.

    Response: When we tested the filter on our side everything is working fine as you can see in the screen record below:

    https://www.loom.com/share/a6ed2a12df5f4141a2b9980fb043a7cb

    So please make sure you have searched with the correct keyword in the filter.

    2. When we want to make a book a trip the “Book” button send us to the home page.
    Response:
    If you have used the WP Travel Pro plugin then make sure you have set the “Thank you” page from Settings > General

    https://prnt.sc/td84dh

    After making the booking, the page will be redirected to the Thank you page. If you have not used the Pro plugin then it must return to the trip single page unless you have any customization.

    3. How can we set the pages “Sign up” and “Log in”?
    Response:
    You can set the customer login from WP Travel > Settings > Account.

    https://prnt.sc/td86u1

    Hope this helps.

    Let us know if you have any issues further.

    Thank you.

    in reply to: Change color of links inside posts #128127
    wensolutions
    Keymaster

    Hello,

    Please remove the code we have provided earlier and add following given CSS code in Additional CSS section to change color of links inside blog posts by going to Admin Panel > Appearance > Customize > Additional CSS.

    .home .page-section .entry-container .entry-title a{
      color: #ec1e1e;
    }

    You can replace color code(#ec1e1e) with your desired color code.

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    in reply to: Thumbnail issue #128126
    wensolutions
    Keymaster
Viewing 15 posts - 616 through 630 (of 8,657 total)