1380 comments found.
Hello, I’m having following issue
1920×1080 “best offers” images with are fine, however if I change resolution to 1600×900 it does not go full width.
I have the latest version. This also happens with your online demo
Thanks.
Hi,
Thanks for reporting. I will look for the better solution and release the update soon.
When I enable the sticky menu, the Altair logo appears on all pages except the home page. If I disable it, my logo appears, but the Altair logo is still on the Blog page. What am I doing wrong?
Also the icons for the Services are not appearing properly.
Please look at www.alexsadventures.com
Thank you! Stephanie
Ooo and one more thing- is there a way to disable the social media icons that I do not use? Thank you!
Please login with your purchased account.
Any way to v-align the menu to the middle?
I’m using a big logo, menu is v-align top at the moment and it kind of look weird.
test.jimstravel.com
thanks!
Hi,
Open Theme Setting > Header and adjust “Menu Margin Top”.
Hi
How can I translate “Copyright text” on footer?

Thanks
Hi,
Currently It doesn’t support that. I will consider to add it into the future if there are many requests from customers.
ok thanks!
Hello
I need a theme with a plugin who can calculate a trip fare from point A to point B and show the price at the end with buy now option. Or book now. Does your theme do something like this?
Thanks
Hi,
Currently It doesn’t support that. I will consider to add it into the future if there are many requests from customers. Generally speaking, if it’s not in the demo then it’s not in the theme.
Hi
I’ve uploaded a logo for my site but for some reason it isn’t showing on the tour pages. How do I change it from the Altair logo?
Here is a link: http://www.thegetgo.co.uk/tours/ultimate-croatia/
Thanks
Hi,
Open Theme Setting > Header and upload your logo image to “Transparent Retina Logo”
Pre Purchase question: I wanted to have tabs on the product pages for Specifications, Itinerary, Price details, etc. Is it possible to have it in this way?
Hi,
Yes technically you can add tab shortcode to page/post/tour content.
Hi, I just purchased this theme and I have received a message saying that it can’t install theme:
“The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.”
Any ideas?
UPDATE:
OK I just realised that the installable zip is inside the main zip! I should check before I talk. Thanks anyway!
OK 
Theme documentation’s located in your downloaded file from Themeforest Please follow the theme’s instructions in /manual folder it will help you get through all theme features.
Hello ThemeGoods, can you help me out with a few questions?
1. How can I turn off the font in the page title? I only want to display a picture in de page title, not the title (font) itself.
2. How can I change the icon color and font color in the animated counters? The font is some brown/red color right now. I wanna use a custom font color.
3. For some reason the animated content doesn’t animate. For example: when I give a picture the animation “Slide from right” and reload the page, the picture is already there; no sliding whats however.
Thanks!
Oh, and 4
How can I change the height of the image of the page title?
Hi,
1. It’s global setting so it will hide page title on all pages. Are you sure you want to do that? If so provide URL of page you want to hide please.
2, 3 Provide URL of page you mentioned please.
Thanks for your quick response!
1. I want to hide the page titles (only the font – not the picture) on all pages, except for the homepage. I’m still working on the website, so if you can teach me how to do it, I’ll fix it myself later. This is a page example: http://hermanhilhorst.nl/cyclingams/klederdrachtroute/
2 & 3. On this example you also see the animated counters, which I can’t change the colors from. The counters at the top are animating, but when you scroll down, the next counters you come across – don’t. Do you see what I mean?
4. How can I change the height of the image of the page title?
body.home #page_caption .page_title_wrapper
{
display: none;
}
2, 3 Sorry, I am not sure I understand you correctly, could you send me some screenshots with description please?
4. Open Theme Setting > Script > Custom CSS add
#page_caption.hasbg
{
height: YOUR_HEIGHTpx;
}
1&4 are working like a charm! Thanks!
I’ve send you an e-mail according 2&3.
Hello,
How I can modify all post_layout to Fullwidth, on single posts, avoiding have to choose one by one?
Thanks!
Hi,
Open single.php at line 51 to 68 replace to one you want. For example if you want fullwidth then replace with this
get_template_part("single-post-f");
Hi!
I want to design the latest news on front page so that it only shows headline and excerpt, a few hundred first words of an article. Found the latest news in contentbuilder.lib.php, but it doesn’t get the excerpt.
Also, I’d like to have 4 best deals on a row, instead of 3 on front page.
How to do that?
Thanks in advance!
Hi,
Currently It doesn’t support that. I will consider to add it into the future if there are many requests from customers.
If you’re interested in hiring a developer for building out this custom page template for you, we highly recommend to check out: Elto
I’ve problem with ‘book’ messages. Contact form don’t work (installed contact form 7 sending messages) – Oops! something went wrong, please try to submit later.
Second and last question
How to change eng months names to polish ones? FEB = LUT, MAR = MARZEC
HI,
1. Could you send your Wordpress account and FTP detail please. I will have a look.
2. Theme use default date/time setting of Wordpress so I think you have to use other plugin to translate that and you can find plugin from Google too.
I’ve send all accounts logins and passwords
Hi I am having a logo problem. I have uploaded a logo to the site that looks really good on all pages except on the tour pages. There I get the original logo (Altair) that I cant replace with my own logo. Any ideas?
Hi,
Provide URL of page which has issue please.
Can I send it to you privately in email?
Send it using my profile form mail please http://themeforest.net/user/ThemeGoods
Pre-Purchase question: I loved this theme a lot and am going to purchase it. I have only one query, I want my customers to be able to make payment via any payment gateway after booking a tour package. Is this possible in any way?
Hi,
Yes technically you can integrate to any booking platform because you can link each tour booking button to any custom URL.
<div id="nav_wrapper">...</div>
between the logo and the search icon?
This is my website
http://www.piedefranco.com/piedefranco/
Thank you
Please login with your purchased account
This theme was purchased by my client. I’m a developer. If you want i can send you License certificate & purchase code.
I have a few questions that I would like to ask 1. How to I change the price so that is shows a . (dot) instead of a , (comma)? 2. How can I move the currency behind the price instead of in front like it is by default. An example: I want it to look like this 10.000 kr
Hi,
You have to edit PHP code which is required very good knowledge of coding. Otherwise you will break overall function.
1. Open single-tour-f.php and you have to change number_format function applied to all $tour_price values. More info about number_format here http://php.net/manual/en/function.number-format.php
2. Open single-tour-f.php you have to edit PHP code related to $tour_price_currency and $tour_price variables.
For example at line 61 change from $tour_price_display = $tour_price_currency.number_format($tour_price); to
$tour_price_display = number_format($tour_price).’ ’.$tour_price_currency;
I dont want to make those changes unless I put them in a child theme. I am having a problem with setting up the child theme. Wordpress tells me The following themes are installed but incomplete. Themes must have a stylesheet and a template. Can you please tell me what is missing from my child theme folder? In the child theme folder I have placed the style.css document and nothing else.
Hi again, I have gone through this article and as I wrote I have done everything that it says but it still says that my child theme is broken. Any ideas about what might be wrong?
Hi,
Im having issues with the slider on my home page. It’s overlapping any type of content i place below it.
Sometimes it works with chrome but definitely not with firefox nor safari.
Here is the link to the page with the issue: http://escapetocali.com/
Thanks for the help.
D.
Hi,
I checked your site on both Chrome and Firefox and it works fine. Please see screenshot https://www.dropbox.com/s/ju7epcfqy8bak7e/Screen%20Shot%202558-01-29%20at%205.32.19%20PM.png?dl=0
Hello,
a great theme! Still I have a question: I want to install the “Home”-page like here in the Live Preview: “http://themes.themegoods2.com/?theme=Altair”. Meaning having this elegant slideshow on the top with the transparent menu. I can’t do it?! Can you please help me with that?
Further more the days for the tours what are automatically shown are not correct. One day is missing. Is there a possibility to change is manual? Thank’s for your support! Greetings
Hi,
1. Please see instruction here http://themes.themegoods2.com/altair_doc/demo-homepage/
2. Provide URL of tour which you mentioned please.
Hello, 1. thank’s for the link. At the Page Options I can’t find the option “Page Slider”. Same with “Make Menu Transparent”.
2. http://markusthek.com/tours/?tours=patagonien-klassik-tour here a example: the page is showing 9 days; but in reality the tour takes 10 days: form the 06th to the 15th. – everyday has to be included, so 10 days.
thank’s
1. You have to install RevSlider plugin first. Here is instruction http://themes.themegoods2.com/altair_doc/install-revolution-slider/
2. Could you send your Wordpress account and FTP detail please. I will have a look.
yes no probs: email-address would be great? thank’s
Send it using my profile form mail please.
I needed another Team plugin that allowed me to write longer bios and I’m running on a problem with that plugin; I tested it outside altair theme nd it’s working fine.
Wonder if that’s something you guys came across already…
http://test.jimstravel.com/about-usWhen I clicked on the TEAM MEMBER, the bio open in a new window, but it’s at the bottom of the page; I have to actually scroll down to see it.
Hi,
Please contact your plguin author about how it’s calculated popup position? Becaue on your site, it’s added top value of popup about 1,000+ pixels.
How can I remove the budget section in the search form?
Thank you
Hi,
Open /templates/template-tour-search.php remove line 97 to 100