QUESTIONS

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme May 15, 2019
Login to reply
Tom Hiddleston
1 year ago

The information you share is very good and interesting, krunker and thanks to that, I know more useful things. Keep posting interesting things and I will keep an eye on your posts.

Romain NANA
4 years ago

Hello,


I would like to know how to remove the spinning wheel when I enter my domain name.


I noticed that as the site evolves, it rolls even more slowly and for a price comparison site, it is not obvious especially for the visibility and especially when it turns more than a minute ; it made people go so I wanted to know how to remove it and run my site with even faster visibility.


Thank you for your reply

Kelly R Support Agent commented privately
Sam Galsen
4 years ago

Hello thank you for your answer great customer service..


WP BAKERY: When i tried to update wpbakery, I got error message  "wpbakery page builder update package not available".

I looked for help on the wpbakery forum they say you guys have to update first then it will propagate to us. Please let me know how tp update new version of wpbakery. 

Kelly R Support Agent
4 years ago

Hi,

1. Please find following code in /inc/frontend/car/templates.php file.

<h4 class="box-title"><?php echo esc_html( $car_type ) ?></h4>

And replace with following.

<h4 class="box-title"><?php echo get_the_title( $car_id ); ?></h4>

And for #2, please give me page url. Then I will send me css code to fix it.

Regards, C-Themes

Sam Galsen
4 years ago

Thank you for the response..

1- I attached pictures to show you Question 2 about the car title. I nedd to display car name.

2- I attached screenshot to show you how the pictures are stretched out on mobile..

Kelly R Support Agent
4 years ago

Hi,

1. Please find following code in /inc/frontend/accommodation/templates.php file.

<a href="#" data-post_id="<?php echo esc_attr( $acc_id ) ?>" class="hover-effect popup-gallery"><?php echo get_the_post_thumbnail( $acc_id, 'biggallery-thumb' );  ?></a>

Replace with following.

<a href="<?php echo esc_url( get_permalink( $acc_id ) ); ?>" data-post_id="<?php echo esc_attr( $acc_id ) ?>" class=""><?php echo get_the_post_thumbnail( $acc_id, 'biggallery-thumb' );  ?></a>

And find following code in /inc/frontend/car/templates.php file.

<a href="#" data-post_id="<?php echo esc_attr( $car_id ) ?>" class="hover-effect popup-gallery"><?php echo get_the_post_thumbnail( $car_id, 'biggallery-thumb' );  ?></a>

Replace with following.

<a href="<?php echo esc_url( get_permalink( $car_id ) ); ?>" data-post_id="<?php echo esc_attr( $car_id ) ?>" class=""><?php echo get_the_post_thumbnail( $car_id, 'biggallery-thumb' );  ?></a>

Find following code in /inc/frontend/cruise/templates.php file.

<a href="#" data-post_id="<?php echo esc_attr( $cruise_id ) ?>" class="hover-effect popup-gallery"><?php echo get_the_post_thumbnail( $cruise_id, 'biggallery-thumb' );  ?></a>

Replace with following.

<a href="<?php echo esc_url( get_permalink( $cruise_id ) ); ?>" data-post_id="<?php echo esc_attr( $cruise_id ) ?>" class=""><?php echo get_the_post_thumbnail( $cruise_id, 'biggallery-thumb' );  ?></a>

Find following code in /inc/frontend/tour/templates.php file.

<a title="<?php _e( 'View Photo Gallery', 'trav' ); ?>" class="hover-effect popup-gallery" data-post_id="<?php echo esc_attr( $tour_id );?>" href="#"><?php echo get_the_post_thumbnail( $tour_id, 'biggallery-thumb' ); ?></a>

Replace with following.

<a  href="<?php echo esc_url( get_permalink( $tour_id) ); ?>" title="<?php _e( 'View Photo Gallery', 'trav' ); ?>" class="" data-post_id="<?php echo esc_attr( $tour_id );?>"><?php echo get_the_post_thumbnail( $tour_id, 'biggallery-thumb' ); ?></a>

2. Please tell me more details about it, Page url or screenshot, etc.

3. Please tell me more details about it, Page url or screenshot, etc.

Regards, C-Themes

Sam Galsen
4 years ago

Hello I need these modifications please.

1-when clicking on an image in the car, Tour, cruises or accommodation on homepage, I want a redirection to the inside page, instead of opening the image gallery.

2- On homepage, cars title show category name. I want to show the vehicle name instead.

3- When you open pages such as tours, Travel guide and Things to do on mobile phones, all the large pictures are distorted and dont render correct. Is there a CSS code that can help for the mobile responsiveness?

Thank you