Forum Replies Created

Viewing 15 posts - 1 through 15 (of 1,466 total)
  • Author
    Posts
  • in reply to: PHP Deprecated: Creation of dynamic property #209138
    Psink
    Keymaster

    @knut,

    Thank you for bringing the PHP deprecation issue to our attention. We truly appreciate your feedback. We will release an update soon that resolves the deprecation warning and ensures full compatibility with PHP 8.2.

    Thank you for your patience, and feel free to reach out if you have any further questions.

    in reply to: Remove activities from search on homepage #208902
    Psink
    Keymaster

    @radfactor, regarding disabling activities from search form. Please add this snippet

    add_filter( ‘wp_travel_search_filter_input_fields’, ‘prefix_wp_travel_search_filter_input_fields’ );
    function prefix_wp_travel_search_filter_input_fields(){
    $filter_search = array(
    ‘search’ => true,
    ‘trip_type’ => true,
    ‘location’ => false,
    ‘activity’ => false,
    ‘travel_keywords’ => false,
    );
    return $filter_search;
    }

    Here is screen record how to add the snippet
    https://www.awesomescreenshot.com/video/34938007?key=18527eda12708141980594c06f7f509b

    Regarding “changing font size” – query is quite not clear, is it a shortcode or itinerary page. Could you please share a url of the page?

    in reply to: Change the icons on the front page for services section. #208893
    Psink
    Keymaster

    @radfactor, It’s not possible to add custom icons on the service section. The theme doesn’t offers the options to set a custom icons

    in reply to: Change styles and colors dropdown menu #208835
    Psink
    Keymaster

    @radfactor, Could you please share the url of your site? We will inspect it and provide you with CSS to change the background of the dropdown menu. In a meantime time could you please explain regarding changing the style of the drop-down menu

    in reply to: Add to Cart button slide #208834
    Psink
    Keymaster

    @gandaflux, the theme does not offer the Add to Cart button on the slider. It is not possible to add the Add to Cart button on the slider, however, we can hide the slide arrow on hover

    Psink
    Keymaster

    @suziesquirrell,

    here is the Solution for the first link – Add this CSS on Additional CSS

    .page article .blog-post-wrap {
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    }

    .page article .entry-content {
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    color: #000 !important;
    }

    To hide the blue box – there is an option to disable homepage content
    here you can follow the screen record
    https://www.awesomescreenshot.com/video/34607671?key=714d91e6f2b220400885201ac82b4a7d

    Regarding the slider image – you can add this CSS

    #main-slider .slider-item{
    background-position: 50% 30%;
    }

    Please adjust the vertical image position currently there is 30%

    Regarding the footer image – you can add this CSS

    .site-footer {
    background-position: 50% 20%;
    }

    Please adjust the vertical image position currently there is 20%

    I hope this will fix the issue

    Psink
    Keymaster

    @suziesquirrell

    “The pages beyond the homepage all come up with a blue backing, how do I change this? This is on pages I had already created before changing the website theme, do I need to create entirely new pages?”

    – Could you please share a link of one of the page with a blue backing?

    “Photos at the footer of the homepage, how do I edit so the centre of the photo is shown and also this for the top sliding photos on the front page?”
    – Provide us your site url we will inspect from our side and provide you a CSS to show center of the photo.

    “Do you also have a green version of the background cloud images?”
    – No, we dont have any version of background cloud

    “Finally on the testimonials how do I change the round image at the top?”
    – You need to change the featured image of testimonial post. Please check this screen record
    https://www.awesomescreenshot.com/video/34523471?key=cb9d23782dbfec43d7eef1ac4b3b559a

    “Also I have a random blue box on the home page that I cannot delete as I gets rid of the whole page.”
    – Could you please share a screenshot of it?

    • This reply was modified 4 weeks ago by Psink.
    in reply to: Public Profile #208754
    Psink
    Keymaster

    @cortechdev, Your query is quite unclear, could you please explain in more detail?

    in reply to: move side bar to bottom in mobile view #208693
    Psink
    Keymaster

    @ruig, Could you please share your site URL? We will inspect and provide you a Additional CSS if its possible

    in reply to: Paralaax #208692
    Psink
    Keymaster

    @soarts, Sorry to say that, it is not possible to make the parallax section full width. Since the parallax section is wrapped with the theme’s container, it’s complex to make the parallax section full width

    Psink
    Keymaster

    @theseoguyindia, If you want to update your theme after a year, then you need to re-purchase it. But if you don’t need update then you don’t need to re-purchase it.

    in reply to: Change Language of theme on Frontend Tourable Pro #208690
    Psink
    Keymaster

    @radfactor, Apologies for the late follow up. Regarding your query seems its related to the WP Travel plugins. For the better guidance i would recommend you to get a support form WP Travel support team

    Here is the link, you can open the ticket
    https://wptravel.io/contact/

    in reply to: Demo import errors #208618
    Psink
    Keymaster

    @radfactor, Sometimes due to the internal server issue there may be a minor issue while importing data. If the import is completely done there will be no issue with the site performance, even if there were some import errors.

    in reply to: Compatibility issue? #208596
    Psink
    Keymaster

    @mahraun, Is it possible to share a temporary login of your site? We will take a look and let you know

    You can share it to prashant.themepalace@gmail.com

    in reply to: Compatibility issue? #208582
    Psink
    Keymaster

    @mahraun, Apologies for the late follow up. Seems is not a original theme file since i see a biography-pro_backup “backup” on the theme folder name. Could you please check on the original theme file? We have check there is no such error on the theme file

    Let us know if there is same issue on original theme file

Viewing 15 posts - 1 through 15 (of 1,466 total)