543 comments found.
do you have wordpress theme ?
How can i use it by WP ? i see the one you published its not updates with the same things.. please help me how i can use it ??
the wordpress version can be a little different from the html version. the wordpress version is made by another author, some features are not replicable on wp or made for developer who wont to implement alone, other will be implemented in further wp version updates…but for this you have to ask to the wordpress version developer
Thanks for your quick answer. Ok. Is it possible for the developer to build the website using your HTML. i want to use the theme what to do ??
sure…but you need to hire a developer. envato studio or freelancer.com. all the best
Hello – Really loved your theme and new upgrades in 1.8. Gallery section is huge and exactly what thinking to build. We actually modified the theme to add Hotel room image and u included in your current upgrade
Should have checked with you. Check our site http://goo.gl/VKZPCN. Any plans to include city destination page integrated with hotels / tours / restaurants? would greatly appreciate if u can build something similar. Thanks again and keep up the good work.
I see there is a new update released (1.8) with a few great updates. Are these changes on your demo? They sound great!
i have update the demo and the item description page now. all the best
I downloaded the new 1.8 file and I really like your new additions. Very well done!
The sticky/pinned sidebar is nice and very useful. I have used a different solution for the same effect, but I like yours better. Maybe, for a future release, can you add the bootstrap scroll-spy to highlight the section you are viewing. Like for the FAQ page.
The new grid gallery pages are great. It is exactly what I needed. But when you click on an image the modal is not being placed over the fixed header nav does not scale properly. Also, the modal is not ‘on top” of all the page layers and there is still a scrollbar on the right. This is different then other gallery pages. Please take a look at the screenshot: http://imgur.com/yrIcl1x The screen on the left is gallery_3_columns.html and on the right is grid_gallery_1.html
This upgrade is VERY well done, and improves your theme tremendously. Moving forward I still hope you can add in an events page that displays a calendar of events, as well as adding a “contact” area on your hotel pages that will display contact info, links, addresses, etc. But even without this your theme is great. Keep up the good work.
Ansonika PLZ: how can achieve user menu, as-in after user hv sign in with the sign menu, the menu will change to Hello UserName which it will hv submenu like “My Account” “Logout” i try to use
<ul id="top_links">
<li>
<div class="dropdown dropdown-access">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" id="access_link"> Hello! <?php echo $row->username;?> <i class="icon-down-open-mini" /></a>
<ul class="dropdown-menu">
<li><a href="#">My Account</a></li>
<li><a href="#">Notifications <?php if($news):?> <img src="img/new.png" alt="" class="hidden-sm hidden-xs" style="position:absolute;" /><?php endif;?></a></li>
<li><a href="#">Logout</a></li>
</ul>
</div>
</li>
</ul>
which it look wrong, which i want to achive something like main-menu size with submenu
ref to my acc “codeplus0474” i told u i buy the item: that is that, am have some issue wen i extract the file into sub folder it work well, but wen i put the file in main root folder, the page change look, here are the screen shot: the one inside root folder http://www.screencast.com/t/f8io6RrYj and the one inside sub folder that work well http://www.screencast.com/t/kklCqjTL2S
basically what i just notice is that if i run any of the page or index.html nomail it work well but if i run it http://localhost/folder/index.html that is when it change…base on screenshot link i sent above…but it render perfectly well on mozilla
sorry…but throught the screenshots i don’t see changes? what are? i dont’know what can be the issue in your local computer…anyone buyers report a similar issue…try to upload online, so i can also check you code…and see. maybe you have some folder write permission to set. all the best
it render perfectly well on mozilla and IExplorer …on screenshot u will see the layout change, width size change on chrome
problem solve on width size change on chrome… the problem is with my chrome….i hv to clarify this so i wont confuse other buyer
could u kindly plz update citytours faq.html like quickfood/faq.html or is there way i can achieve that… i love the onclick scroll..maybe mk faq2.html plz
yes i will..but please when you post use the same account that you use to purchase the item…result that you have not purchased the item
Hello, can you please suggest me, how can i change the Dropdown Cart to make it in two column?
Fix it by change in style.css
ul#cart_items{ padding:5px 0 0 0; list-style:none; }
/* THIS NEW PART */
width: 500px;
-moz-column-count: 2;
-moz-column-gap: 2.5em;
-webkit-column-count: 2;
-webkit-column-gap: 2.5em;
column-count: 2;
column-gap: 2.5em;
thank you
Hi,
i would like to know if you have a pop up window in this template.
http://screencast.com/t/UxLhhH2nc1Im not sure if you have it already, as i couldnt find it.
Thanks, Ron.
yes they are
1) for large content i suggest to use the bootstrap modal, an example cam be find here http://www.ansonika.com/citytours/cart_hotel.html (click on the room thumbs) and give a look to the code of this page….it’s quite easy. just an id link and on footer the code of moda. here an example also http://getbootstrap.com/javascript/#modals
2) for short message http://www.ansonika.com/citytours/index_11.html, all the settings of the popup are in js/pop_up_func.js
Thanks!
Please take a moment to rate the item in your Themeforest downloads page. How to rate: http://ansonika.com/profile/how-to-rate-themeforest-item.jpg
How can I use the pop up for promotions and advertising? I don’t find the way to use pop up..
Also how can I cleanly remove pre-loader from home page? I removed pre-loader from home page but when the page loads the slider looks distorted until the page loads completely..
/* ==============================================
Preload
=============================================== */
$(window).load(function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
$('#preloader').delay(350).fadeOut('slow'); // will fade out the white DIV that covers the website.
$('body').delay(350).css({'overflow':'visible'});
})
2) go to style.css and on this class add display none
#preloader {
..........
display:none;
}
or delete all the styles under the comment /Preloading/
2) all the settings of the popup are in js/pop_up_func.js
but if you check this home page banner attractionsofamerica.com the banner doesn’t looks good when the page loads, the text and button on the banner appears first and then the image appears.. Is there a cleaner way to show banner without pre-loader on the page?
<div class="rev_slider_wrapper">
<div class="tp-banner-container">
<div class="tp-banner">
.....
</div>
</div>
</div>
2) in the head of the page place
<style>
.rev_slider_wrapper >ul { visibility:hidden }
</style>
Please take a moment to rate the item in your Themeforest downloads page. How to rate: http://ansonika.com/profile/how-to-rate-themeforest-item.jpg
Doesn’t seem to be fixed after wrapping banner in rev_slider_wrapper.. Can you check the page source please?
strange.you did a lot of changes on your theme. my demo works http://divinethemes.eu/test/citytours_3/ ...try to check
the only difference i see is in the slider images…this is missing src=”img/slides_bg/dummy.png” for each img slide…maybe is this
my demo
<img src="img/slides_bg/dummy.png" alt="slidebg1" data-lazyload="img/slides_bg/slide_1.jpg" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat" />
there was a missing space after >...maybe this…or contact me at support@ansonika.com...i will provide the last version of rev slider <style> .rev_slider_wrapper > ul { visibility:hidden } </style>
sure let me contact you at support
just sent u email from nikki@attractionsofamerica.com account
Hi.. I wanted to buy this theme, but how to install it? is there any special things to install it?
this one is an html site template and need some basic knowledge of html. here is available the wordpress version http://themeforest.net/item/citytours-hotel-tour-booking-wordpress-theme/13181652
hello author i will like color version to be purple how will i go about it to mk purple reflect like other color version… i buyer this item with acc bethechange01
COLOR FIXED, @vptcnt said he/she added $(window).scroll(); in functions.js is it necessary i will like to add that
if you open css/base.css you can understand how to apply your color scheme….$(window).scroll(); is for firefox small issue relative to the header if you refresh the page once scrolled
Is this possible to have more tours on the front page?
Some time page loading take too much time … is there any solution for this ?
some times? the preloader works on (window).load(function…this function display the content after that the entire page is loaded. is a standard function
loading time can be affected by 1) your site server perfomance (also if it is shared hosting) 2) your connection 3) your computer performance
of course you can optimize you site by minify/compress your css/js/other code, optimize your images, remove all the unecessary elements
all the best
Hi, what’s the difference between this theme and CityTours made by SoapTheme at 49$? http://themeforest.net/item/citytours-hotel-tour-booking-wordpress-theme/13181652/comments
?
this one is an html site template. to edit it you should have a basic knowledge of html. pros is that you have full control on the layout and code
with the wordpress version you can edit the content via an user friendly panel, and have some functions not available in the html version…like payment, searching, filters, multilanguage..
Hello
In the fie functions.js, I added this :
$(window).load(function() {
....
$(window).scroll();
}
It allows to set the sticky mode at the header when we have to refresh the page…
than you!!
Are we able to use this template w/ stripe as the payment processor?
this one is the html version so there are not payment processor available. the wordpress vesion works with paypal.
http://themeforest.net/item/citytours-hotel-tour-booking-wordpress-theme/13181652please ask more info to the wordpress version author
demo site does not work now.
hello…yes i know. i am monitoring it. it’s hosted on Mediatemple, it have some short downtime (5 minutes every time).....quite often in this period. they are looking to fix it
Hello
The images NEW in the “megamenu” don’t display well on firefox (Windows) They are not align with the text of the link – a little bit below..
hello…thank you. yes i know…these buttons are only for demo purpose. do you need theme for you site?
I wanted to use the image in the menu to display flags on certains tours.
<img src="img/new.png" alt="" class="hidden-sm hidden-xs" style="position:absolute; top:12px; right:10px;" />
thanks..it works…
this comment was placed on the wrong theme thank you sorry.