Increasing number of images

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

Hi,

You can not put metaboxes.php file in child theme. You only can put template files in child theme. 

And you can not put image in center in slider. You should put the same size images that are bigger than 900px for the sliders. 

And to add blank between price and currency symbol, please edit /inc/functions/currency.php file. 

Please find following code. 

return $price_label . $currency_symbol; 

Replace to following.

return $price_label . ' ' . $currency_symbol; 

Regards, C-Themes

Jan Aleite
4 years ago

Hi guys!

I found the file that was edited.

it was Travelo -> ind -> functions -> metaboxes.php

Is it possible to put this file in the child theme instead so that it doesn't overwrite with next update? If so, where in the child theme folder do i put it?

Also two more questions. (See images)

1. How can I center images in the tour slider?

2.  How can we add a blank space between price and currency? 

Jan Aleite
4 years ago

Well if I look at your demo page I can see the tabs.

See attached images.

I think however that a developer has changed that code.

Could you tell me where to find that?

And in your demo where can we change these tabs in admin panel?

Kelly R Support Agent
4 years ago

Hi,

Please check our demo site in http://www.soaptheme.net/wordpress/travelo/

As you can see, Tour page has not tab in Travelo demo site.

I think you added tabs in content using shortcode or WPBakery element.

Regards, C-Themes

Jan Aleite
4 years ago

Hi there!

I will try to explain best I can

I have updated the theme.

In front end you can see the different tabs for the tours. Se attached image.

But in the back end when editing or creating new, the fields for these tabs don't show at all.

What can have happened? What file are these stated in?

Very grateful for you assistance.

Kelly R Support Agent
5 years ago

Hi,

Sent you message in another ticket.

Regards, C-Themes

Jan Aleite
5 years ago

Hi!

ok new Ticket created. Ticket number:  #2763  

Kelly R Support Agent
5 years ago

Hi,

Please create another ticket with the new purchase code and send us your website url and admin credentials and cpanel information.

We will check your website.

Regards, C-Themes

Jan Aleite
5 years ago

Hi again.

OK, I just did. Please assist me with this.

Item Purchase Code:
aaf0f244-8bf9-4621-b8c7-06032cec11fb



Med vänliga hälsningar / Best regards,

Jann Aleite

Kundtjänst: 08 410 989 60
Försäljning: 08 410 486 20
Techsupport: 08 410 223 60






Missa inte två kraftiga konverteringsverktyg!
www.liveagent.se
www.mailjogger.com

Följ oss på Facebook!
www.facebook.com/referenser

Vad säger våra kunder?
www.reco.se

28 feb. 2019 kl. 16:57 skrev C-Themes Help Desk :

Kelly R Support Agent
5 years ago

Hi,

As I sent you last message, it is working well on my end.

To get our support, please purchase another support license.

Regards, C-Themes

Jan Aleite
5 years ago

Strange,

On my end it doesn't work.

See attached image. What could be the issue?

Do you need log in credentials to the web site?

Kelly R Support Agent
5 years ago

Hi,

I tested this code in my end, it is working well. http://prntscr.com/mr3wtk

I could upload 60 files.

Regards, C-Themes

Jan Aleite
5 years ago

Hi and thanks for your help.

The upload button however is still missing after I changed code.

Se attached images. 

Kelly R Support Agent
5 years ago
Resolved.
Kelly R Support Agent
5 years ago

Hi,

You can find following code in /inc/functions/metaboxes.php file.

array(

     'name' => __( 'Minimum Stay Info', 'trav' ),
     'id' => "{$prefix}minimum_stay",
     'desc' => __( 'Leave it blank if this accommodation does not have minimum stay', 'trav' ),
     'type' => 'number',
     'suffix'=> 'Nights'
    ),
    array(
     'name' => __( 'Gallery Images', 'trav' ),
     'id' => "trav_gallery_imgs",
     'type' => 'image_advanced',
     'max_file_uploads' => 50,
    ),

Please change to 'max_file_uploads' => 60 in this code.

Regards, C-Themes

Jan Aleite
5 years ago

Hi there!

Our client would like to increase the number of images available on the image slider.

It seems to be a limit for 50 pictures and the client says he needs 60.

Se example: https://indcen.se/resa/filippinerna-live-aboard-dykbat-dykkryssning

Where can we change that?