Need to make some tour titles clickable

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme July 21, 2019
Login to reply
Kelly R Support Agent
4 years ago

I answered to your another ticket.

This ticket will be closed.

Ioannis Sampsonidis
4 years ago

Thank you for your answer.
Have checked and website style is set to default, this is not the reason of this problem. 
Please read carefully the screenshots attached and try to understand what the problem is.The problem is that the control fields for various features are missing at the end of the single tour pages.
For example, on page https://travelanddo.net/tour/gastronomy-mediterranean-cuisine-crete/ the gallery that was set using the preset gallery option of the tour page still shows at frontend but the gallery input fields at the backend are not there anymore!
On other tour pages like in this one https://travelanddo.net/tour/private-food-tasting-tour-with-optional-wine-tasting-in-chania-crete/ and this one https://travelanddo.net/tour/cretan-cuisine-cooking-class-at-a-traditional-farm/ I had set up a video to show. The video still shows but the video input field on the backend does not show. So I can neither change or delete this video anymore.
Thank you

Best regards
Στις Τρίτη, 26 Νοεμβρίου 2019, 11:43:12 π.μ. EET, ο χρήστης C-Themes Help Desk έγραψε:


|
|
|

Kelly R Support Agent
4 years ago

Hi,

I think you updated Travelo theme to 4.2.0.

Please confirm you set website style as default in theme options panel.

http://prntscr.com/q271sv

Then original functions will work well.

Best Regards,

Ioannis Sampsonidis
4 years ago

Thank you for your answer. These functions were standard until now and now you have disabled them??? Why?? 
What you are suggesting does not make any sense to me nor do I know how to add such functions to the child theme. 
Are you sure you have understoid the problem and which functions are missing? These gallery fields had content in it, photos and video links. Is it allowed to change a theme update to such a degree that deletes content and video links of existing webpages??? 
Also the new theme seems to require some paid plugins. What are all these meta box plugins for??? 
Is there a way to revert to previous theme version? Should I simply find in my hard drive and upload the previous theme? 




Στάλθηκε από το Ταχυδρομείο Yahoo σε Android

Στις Δευ, 25 Νοε, 2019 στις 11:02 π.μ., ο χρήστηςC-Themes Help Desk έγραψε: @media screen and (max-width:600px){#yiv6935482653 .yiv6935482653inner-body {width:100% !important;}#yiv6935482653 .yiv6935482653footer {width:100% !important;}}@media screen and (max-width:500px){#yiv6935482653 .yiv6935482653button {width:100% !important;}}
|
|
|

Kelly R Support Agent
4 years ago

Hi,

Please add your customized functions in childtheme's function.php file.

Best Regards,

Ioannis Sampsonidis
4 years ago

Hi, 

I use a child theme but nevertheless when I last updated your theme the following .php code changes were lost and I had to re-edit the .php file. Is there a way I will not lose those changes every time I update the theme?

Thank you

Ioannis Sampsonidis
4 years ago

Impressive really! It worked! Thanks a lot.

Kelly R Support Agent
4 years ago

Hi,

Please find following codes in /wp-content/themes/Travelo/inc/frontend/tour/templates.php file.

<a href="<?php echo esc_url( $url ); ?>"><?php echo get_the_post_thumbnail( $tour_id, 'biggallery-thumb' ); ?></a>

     <figcaption>
      <?php if ( ! empty( $min_price ) && is_numeric( $min_price ) ) { ?>
       <span class="price"><?php echo esc_html( trav_get_price_field( $min_price ) ); ?></span>
      <?php } ?>
      <h2 class="caption-title"><?php echo esc_html( get_the_title( $tour_id ) );?></h2>
     </figcaption>

And replace with following code.

<a href="<?php echo esc_url( $url ); ?>"><?php echo get_the_post_thumbnail( $tour_id, 'biggallery-thumb' ); ?>
     <figcaption>
      <?php if ( ! empty( $min_price ) && is_numeric( $min_price ) ) { ?>
       <span class="price"><?php echo esc_html( trav_get_price_field( $min_price ) ); ?></span>
      <?php } ?>
      <h2 class="caption-title"><?php echo esc_html( get_the_title( $tour_id ) );?></h2>
     </figcaption></a>

Regards, C-Themes

Ioannis Sampsonidis
4 years ago

On my homepage I have used one of themes presentation modules to present my tours but this is not working right enough for a smooth browsing experience. 

Especially if website seen from a smartphone customers cannot have enough space on the picture to click on. Title needs to become clickable too.

Please see the laptop screenshot attached to understand.