1070 comments found.
Hello,I would like to know how to change the tour page “Showing 1–10 of 20 results” to “Showing 1–9 of 20 results. Thanks
Hi, You go to Settings -> Reading and config Blog pages show at most
Hi, I am using the booking form on my tour page, but I need the ability to use different forms on different tours. I only see the ability to use one form though. Is there a way to use different booking forms on different tours?
Hi freshlyroastedweb
Can you create a topic on the http://support.physcode.com/forums/forum/travelwp-wordpress-theme/ . In that, we easy manager question of client.
About your question, Can you write more detail for example deail. We think you can use Tour Variation to do that, and hide another fields. Read more guide on the http://docs.physcode.com/travelwp-wordpress-theme-documentation/
Thanks.
Hi,
I’m very interested in this theme but I have a question for you. In my web I want to have these ranges of childs: 1) From 0 to 7 years. 2) From 8 to 16 years.
Adults will be the rest.
Is possible to generate this kind of ranges and pass from 2 types (childs and adults) to 3 types (chids-1, childs-2 and adults)?
I’ve seen your search box and I’d like to include this new kind inside it. If you write that is possible and easy to do, I’ll buy this fantastic theme.
Thanks a lot.
Hi betisimo76
“Is possible to generate this kind of ranges and pass from 2 types (childs and adults) to 3 types (chids-1, childs-2 and adults)?” => You can try use function Tour Variation of system to do that. Read more guide on the http://docs.physcode.com/travelwp-wordpress-theme-documentation/#how-to-create-a-tour-2 Video guide create Tour variation https://www.youtube.com/watch?v=SdKxKZQ--Fk
“I’ve seen your search box and I’d like to include this new kind inside it.” => you can add more attribute to search, ex: you want client can search by City, you create Attribute City and on this, you create term, ex: Tokio, London … and on each Tour you put terms which created. So client can search by City.
Thanks
i Have submit ticket please check it.
Hi, We have replied topic.
Hi, You find it in Theme Options -> Custom CSS
www.gelaleradicidelfuturo.com I modified the site from http to htpps all the pages are ok except the homepage that gives me this error Mixed Content: The page at ‘https://www.gelaleradicidelfuturo.com/' was loaded over HTTPS, but requested an insecure image ‘http://travelwp.physcode.com/wp-content/uploads/2017/02/bg-review.png'. This content should also be served over HTTPS.
Hi, You can remove it in Theme Options -> Custom CSS https://prnt.sc/ltglib
I first modified the link in “https://travelwp.physcode.com/wp-content/uploads/2017/02/bg-review.png” then I followed your advice and I deleted the link, but the problem remains
Oh, You need download file bg-review.png after that upload to your site and change link http://travelwp.physcode.com/wp-content/uploads/2017/02/bg-review.png to link image in your site
I did not understand what and how to do, can you write the various steps individually?
Hi, 1. You download images http://travelwp.physcode.com/wp-content/uploads/2017/02/bg-review.png to computer . 2. You upload it to your site, in Media -> Add new after that copy URL image https://prnt.sc/ltspyn 3. go to Theme Options -> Custom CSS and change to link http://travelwp.physcode.com/wp-content/uploads/2017/02/bg-review.png
Dear Support,
I have same problem with the one here ” Lots of white space between the main image and the gallery images”.
I have try given solution as well, but I could not find “Display” option on WooCommerce>Product. Could you help me please?
here is my woocommerce screenshot: https://prnt.sc/lrxuet
Also the price for product cannot be change, everytime I put 150000 it cannot be saved and always back to default price which is 70. Is it digit limitation?
Hi, You can config image size in Appearance -> Customizer -> WooCommerce -> Product Image, but image don’t crop. You need upload image same size. - Price not save, Please create a topic on http://support.physcode.com/ We’ll check it
I cannot login into your support site. When I register my purchase code it was succeed and ask me to check confirmation link on email. But I receive no email from physcode.com. I had try “Forgot my password” as well but no luck.
Please say the email you registered in forum. I’ll check it
I have reset pass and send it to email yanto.susanto@outlook.com, Please check your email
Hi, You can config image size in Appearance -> Customizer -> WooCommerce -> Product Image, but image don’t crop. You need upload image same size. ...this applied for product only or tour image as well? Because the one that have problem is images on Tour page as example below (not the product image): https://prnt.sc/ls8r6c there is a gap between product image and product gallery while the correct one should be like this: https://prnt.sc/ls8rg1 there is no gap between product image and product gallery
Hi, You can add custom code below to file functions.php of theme or child theme
add_filter( 'woocommerce_get_image_size_single', 'travelwp_theme_override_woocommerce_image_size_single' );
function travelwp_theme_override_woocommerce_image_size_single( $size ) {
// Single product image: square
return array(
'width' => 820,
'height' => 460,
'crop' => 1,
);
}
You can change “820” and “460” according to the image size you want
I had apply code given into functions.php through Appearance>Editor, then I resize my image to 860×460 and reupload it as a product image. The result still the same. Check out my link here: https://bit.ly/2zNcS58
I think I know what cause it, I must resize also all images of the product gallery, isn’t it?
Hi juicyseven7
You should upload image size(with, height) larger than config. example > 860×460
Thanks.
Hello Developer
1. I am facing some issue product (Tour) image is not uploading but images is saving in the upload folder. and same happening in Gallery image of tours. below screen.
https://prnt.sc/lru71b2. trying to add attributes with tour its loading only for long time.
Tahnks
Hi, Please create a topic on http://support.physcode.com We’ll check it
hello, sorry for the question but it is the first time I buy on the site. The application concerns the license. After testing the theme locally on my pc, can I install it again on my public web space? Thank you
Hi, You can install it again on your public web space
Thanks
Good afternoon,
Please I need to know where to set the “Special Tour in April, Discover Australia for 100 customers with discount 50%” and “Some statistics about Travel WP CENTER ACHIEVEMENTS ”, and how to eliminate the entries that appear on the main page.
Thank you so much.
Hi, You edit home page find element https://prnt.sc/lqu3wv
Good morning,
I would like to know how I can remove the part of opinions in the tours, and also how to edit these buttons.
Thank you,
Best regards.
Me refiero a las pestañas del tour
Hi, you can add custom code below to file functions.php of theme or child theme
add_filter( 'woocommerce_product_tabs', 'remove_tour_booking_tabs', 98 );
add_filter( 'tour_booking_default_product_tabs', 'remove_tour_booking_tabs', 98 );
function remove_tour_booking_tabs( $tabs ) {
//unset( $tabs['description'] ); // Remove the description tab
//unset( $tabs['itinerary_tab'] ); // Remove the itinerary tab
//unset( $tabs['location_tab'] ); // Remove the location tab
unset( $tabs['reviews'] ); // Remove the Reviews tab
return $tabs;
}
Good morning,
I do not know how to add this code, do you have a manual or tutorial to guide me in this process?
On the other hand I need to know how I can connect the page with a GDS system so that my users can make reservations online.
Please, this information is urgent.
Thank you very much…
Hi, Please create a topic on http://support.physcode.com/ We’ll add it,
- connect the page with a GDS system so that my users can make reservations online. Current the theme doesn’t have the option to do it.
good morning,
I can not register to create the theme, when I enter the purchase code, it does not progress anymore.
Please help me with that.
Thank you so much.
Hi, Please send me purchase code to info@physcode.com We’ll check it
Good afternoon,
I already sent the requested information to the mail and I did not get a response.
Thank you
We did not receive any emails from you
Good morning,
The mail was sent again.
Thank you
Stay tuned
Hi. We have create user and reply your email
We have Problem in Menu Nav when i load my website from mobile device the menu appear full dark and the pages not shown www.yallabook.ae
I have check your site, I see it working normaly, if still error please send me short screen
please send us an email to send screen shot . as I can see no attachment option here. info@yallabook.com
Hi, You can upload image to https://prnt.sc/ and send us url
ok.. I send 2 image for home page and 2nd one for the menu nav showing it is dark . www.yallabook.ae
Sorry, I don’t see image, Please send via info@physcode.com
email sent .. please check
We did not receive a email, please check again
ok I sent it again subject Yallabook.ae
Sorry, We don’t receive your email, and we have send a email to info@yallabook.com. Please check your email
Hi.Can i change calendar to Arabic? http://prntscr.com/loysda
Hi, You can change code in file travel-booking/assets/js/frontend/booking.js or create a topic on support.physcode.com We’ll change it
Hi there – we are chasing up a support email which we haven’t had a response too from some custom work we have had done – email sent to Tungnx and just resent to info.
Sorry missing your email. Please create a topic on http://support.physcode.com/ We’ll check it
We can’t – that’s why we have emailed you in the past and again now as it won’t allow us to sign up with your support page.
Hi. Please try register account on http://support.physcode.com/ If still can’t register please send me purchase code via info@physcode.com We’ll check and register account for you
I already purchase and you theme is good.
But i think it would be better if you can add stock to manage booking/purchase for the package similar woocommerce product stock because got some trip that only limited for only some amount of seats.
Hi crazeer
Currently, system us don’t support stock for many reasons, we’re developing it, but don’t still public, because it errors with some case, If you want manager stock for only ticket, we can do that for your site. Please create topic on the http://support.physcode.com/forums/forum/travelwp-wordpress-theme/. We’ll check it for you
Thanks.
Hola Buenas tardes, Me gustaría saber como puedo cambiar el logo que viene por defecto y poner el mio.
Gracias,
Sorry I don’t understand, Please speak English
Hello Good morning, I would like to know how I can change the logo that comes by default in the subject, and is in Video Slider. And put mine in the same position.
Thank you
Hi, - Change Logo: You go to Theme Options -> General Settings and change Logo - Change Video Slider: You go to Slider Revolution choose a slider edit it and change info
Thank you very much, it worked perfectly. On the other hand I would like to know how I can remove the button that appears in the video slider, the button is called “VIEW TOURS” and I also want to remove the titles that appear above the button.
Thank you so much,
Best regards.
Good evening,
I have other questions: 1. As I add, I configure and update the tours that appear on the main page, 2. How do I eliminate the entries that are on the main page, 3. How can I configure the entry where statistics for achievements appear, 4. How can I edit the entry where offers appear and show the regressive time, 5. How can I configure the imstagram in Footer so that the photos I post are added in this part.
Thank you very much, and I apologize for asking so many questions.
I hope you help me solve …
Best regards,
Hi, - Remove button “View Tours” You go to Slider Revolution choose a slider edit it and remove it
- Configure tour on the main page. You need edit home page after that edit short code list tour and chose Order
- Please create a topic on http://support.physcode.com/forums/forum/travelwp-wordpress-theme/
- Instagram: You need config Instagram in Instagram Feed after You go to Appearance -> Widgets -> and add shortcode instagram to Footer Sidebar
Muchas Gracias, por la información fue de gran ayuda.
is travelwp PHP 7.2 compatible?
Hi. It have compatible with PHP 7.2
Hello. I made a translation with WPML. I am on “Tours” inside proucts and when i choose to see the english ones , instead i get a message that says “No product was found”.But in the menu on top i have the number (31) inside. The picture below may explain it better :
https://imgur.com/f7dldEpEdit: i got them to appear. It was a wpml missconfiguiration but now it says 31 but i can see only the 29 products out of 31 total
Any thoughts?
Hi ydeliyia, Please create a topic on http://support.physcode.com/forums/forum/travelwp-wordpress-theme/ We’ll check it
Ok . Thank you . I will
When my page is translated, the booking engine that has dates from 1 to 30 is translated into one (one) and when the client wants reservations, nan / nan / nan appears in check in and check-out, so it can not be filtered Booking dates, I hope you can help me with it. if so, an email where I can send you my data for review, greetings
Hi ururistay, Please create a topic on http://support.physcode.com/forums/forum/travelwp-wordpress-theme/ We’ll check it
Hi, just a question. How to get registered guest/member databases? is there a way to generate a report or a list from this? or have to use additional plugin?
I think you need use additional plugin
Hello, I like the theme, I just want to know if We can classify instead of destinations by type of activity, I mean hiking, beaches, sport fishing, etc?
Hi, You can use Tour Typer or Attributes to classify it
thanks for your time, we can work with different service providers (vendors)?
Hi, the current system of us don’t have function multiple vendors.
Thanks.
When i change tour-category in woocommerce i have error msg.
https://imgur.com/a/SYVzEVxHi. Please create a topic on http://support.physcode.com/ We’ll check it