Forum Replies Created

Viewing 15 posts - 496 through 510 (of 1,549 total)
  • Author
    Posts
  • in reply to: menu and header issues #188494
    Psink
    Keymaster

    Please add this CSS the to remove TOP Menu

    @media only screen and (max-width: 1200px){
    #header-top #top-menu-wrapper{
    display: none;
    }

    #header-top .wrapper{
    justify-content: right;
    padding: 0px 20px
    }
    }

    #header-top .open-bar-wrapper {
    display: flex;
    }

    #header-top .open-bar-wrapper .cart-contents .count {
    left: initial;
    }

    Regarding the menu, we will contact the theme author and let him know. Maybe in the future, he will manage in new release

    in reply to: Editing some stuff #188491
    Psink
    Keymaster

    @FASTFORWARD, really sorry for the late reply.

    Regarding the latest news in the header actually, there has been a little mistake in the code that I have given before it should be “visibility: hidden” but I have given you “visibility: none”

    #top-header .latest-news{
    visibility: hidden;
    }

    regarding the menu browser is it the menu background or is something else that you want to change the color

    And don’t worry We will be releasing the new update soon may be in the mid of the next week

    Also once again sorry for keeping you await

    • This reply was modified 2 years, 8 months ago by Psink.
    in reply to: Book now button doesn’t show up with custom link #188490
    Psink
    Keymaster

    please add this CSS in the additional CSS, you will find Additional CSS inside the customize, there you can paste the code

    #recommended-packages .section-header.align-center:before {
    content: “Hello world”;
    line-height: 61px;
    font-size: 22px;
    }

    you can change the content text for the gap you can change the line height value and for the size you can change the value of font size

    in reply to: Menu on mobile forced collapsed #188489
    Psink
    Keymaster

    Seems there is a conflict between the js files. Could you please disable all the plugins and check if the issue is still exists

    in reply to: Book now button doesn’t show up with custom link #188477
    Psink
    Keymaster

    could you please share your site URL?

    in reply to: menu and header issues #188475
    Psink
    Keymaster

    @RMINEH,

    Now I figure out the issue. Regarding the menu, it depends on the screen size – the dropdown menu will active for a screen size less than 1200. I guess the screen size of your desktop is less than 1200 Maybe 1040

    Regarding header text please add this CSS in the Additional CSS
    body.woocommerce .custom-header .custom-header-content-wrapper{
    display: none;
    }

    please let us know if the code works

    in reply to: Mobile version can’t show travel content and price details #188474
    Psink
    Keymaster

    @ELIANDYAO, This may be due to the browser cache in your phone, the changes are not working properly. Could you please clear your browser cache and recheck the issue and also check in others’ mobile phones as well

    in reply to: Menu and header issues #188473
    Psink
    Keymaster

    @RGMITTS, is the menu that is marked with the red circle in the screenshot?
    https://www.awesomescreenshot.com/image/37111090?key=a2d963762244cfb1b792067c4bd25bba

    if that is the case, please follow the screen record
    https://www.awesomescreenshot.com/video/14820591?key=d491a09e14c9e873e8b6c43acfd6efb6

    in reply to: Book now button doesn’t show up with custom link #188472
    Psink
    Keymaster

    @CIOCCOTRAVEL, IT is not possible to edit the homepage sections with the Elementor. Theme homepage sections are based on the customizer so we can’t change the content using Elementor. But no worries we can add using the CSS code if it is just a simple text,

    Regarding the hovering issue, I guess we need to add a few lines of CSS for the hover

    Could you please share your site URL? We will inspect and provide you with a CSS

    Also could you please share the screenshot with a marking where to add the text above the package section

    in reply to: Mobile version can’t show travel content and price details #188456
    Psink
    Keymaster

    Please add this CSS in the Additional CSS

    @media screen and (max-width: 1024px){
    .single-itineraries.left-sidebar #primary, .single-itineraries.right-sidebar #primary {
    float: left;
    width: 100%;
    }
    .right-sidebar #secondary{
    display: inline !important;
    }
    }

    GO to Dashboard >> Customizer >> Additional CSS there you can paste the code and published the site

    Please let us know if there is still an issue

    in reply to: Menu and header issues #188454
    Psink
    Keymaster

    @RGMITTS, Could you please share your site URL?

    in reply to: How to migrate site to Pro Version #188452
    Psink
    Keymaster

    please follow the screen record,
    https://www.awesomescreenshot.com/video/14787817?key=f3ccb6ccbb9780a7c4a784477477679d

    let us know if you have any confusion

    in reply to: How to migrate site to Pro Version #188442
    Psink
    Keymaster

    Quick Question
    Is it the home template and the header footer template that is changed after shifting to pro to free version?
    or there is an another stuff

    in reply to: How to migrate site to Pro Version #188436
    Psink
    Keymaster

    Shifting from free to pro version will not change the post/page and the WordPress Settings. But I guess you are talking about the templates that is not override after shifting to pro version.

    I guess we have to transfer template manually. Could you please share your site dashboard from our contact form? We will help you to transfer template

    • This reply was modified 2 years, 8 months ago by Psink.
    in reply to: Mobile version can’t show travel content and price details #188435
    Psink
    Keymaster

    @ELIANDYAO, could you please share your site URL? We will inspect and get you back once we verify the issue and solution for fixing the issue

Viewing 15 posts - 496 through 510 (of 1,549 total)