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
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?
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?
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
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.
Hi,
Sent you message in another ticket.
Regards, C-Themes
Hi!
ok new Ticket created. Ticket number: #2763
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
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 :
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
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?
Hi,
I tested this code in my end, it is working well. http://prntscr.com/mr3wtk
I could upload 60 files.
Regards, C-Themes
Hi and thanks for your help.
The upload button however is still missing after I changed code.
Se attached images.
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
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?