Forum Replies Created

Viewing 15 posts - 496 through 510 (of 1,557 total)
  • Author
    Posts
  • in reply to: Mobile version can’t show travel content and price details #188524
    Psink
    Keymaster

    Please try this one code and remove previous one

    .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__pricing-name button font,
    .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__pricing-name button{
    white-space: normal !important;
    }

    in reply to: I Can not edit theme appearance education hub pro #188523
    Psink
    Keymaster

    @SIMONKOUSKOUNIS, Please give us a access to the site dashboard? We will check and fix the issue

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

    Could you please manage to give dashboard access to the subdomain? we will inspect and try to get a solution to fix the issue.

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

    I got it, please add this CSS

    .wp-travel-calendar-view .wp-travel-booking__pricing-wrapper .wp-travel-booking__pricing-name button font{
    white-space: normal !important;
    }

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

    You did it in the right way, it’s strange it should work. Could you please share your site login? We will inspect and let you know about the issue

    Please send your site login through our contact form
    https://themepalace.com/contact-us/

    in reply to: Trip Featured image not showing on trip page. #188513
    Psink
    Keymaster

    @WHI_ADMIN, you can install the WP-Optimize plugin here is the link
    https://wordpress.org/plugins/wp-optimize/

    Also, I have noticed icon is not loaded properly on your site may be some other plugin is responsible for it. You can disable all the plugins except for the wp travel and check if the icon loaded properly in the trip pages

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

    Could you please send us the URL of that particular page?

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

    Sure, If it does not works, let us know

    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

    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

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