Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
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.
PsinkKeymaster@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=18527eda12708141980594c06f7f509bRegarding “changing font size” – query is quite not clear, is it a shortcode or itinerary page. Could you please share a url of the page?
December 22, 2024 at 9:49 pm in reply to: Change the icons on the front page for services section. #208893PsinkKeymaster@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
PsinkKeymaster@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
PsinkKeymaster@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
December 13, 2024 at 12:13 am in reply to: Changing the back ground colour of an internal page & other questions #208804PsinkKeymasterhere 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=714d91e6f2b220400885201ac82b4a7dRegarding 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
December 10, 2024 at 11:13 pm in reply to: Changing the back ground colour of an internal page & other questions #208784PsinkKeymaster“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.
PsinkKeymaster@cortechdev, Your query is quite unclear, could you please explain in more detail?
PsinkKeymaster@ruig, Could you please share your site URL? We will inspect and provide you a Additional CSS if its possible
PsinkKeymaster@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
December 2, 2024 at 10:01 pm in reply to: Is wen business pro a one time purchase theme or it has recurring billing? #208691PsinkKeymaster@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.
PsinkKeymaster@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/PsinkKeymaster@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.
PsinkKeymaster@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
PsinkKeymaster@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
-
AuthorPosts