29719 comments found.
Hi, I just have a presale question: Does your script supports list by city? If yes, does it generates sef urls like /city/? I also want to ask if this also happens with cuisine, for example /city/cuisine or/and /cuisine/ urls
Thank you
edit: thx problem solved with setting defaults in intlTelInput.js.. btw. how to acticate Mobile App section from Admin panel? in source code; if ($theme_show_app==2):?> <!-MOBILE APP SECTION->
Hey, I realized I can’t login into my system using correct password anymore. Any idea?
Hello Basti! Look this : http://imgur.com/ckR5YNC ... “Delivery fee” It appears twice , how do I remove one?
here again : http://imgur.com/HzcERLK ... Concession Fee is “delivery fee”.. store/receipt
Hello, i work on previous them yet and i want to ask why id doesn’t store the logo? I upload a photo and the photo dissapears. not saving in admin settings website logo. I tried png jpg gif.
And were do i edit color for fonts? thank you
hi mate
i confirm there is a bug when saving the mobile logo it will be fixed on coming update soon
you can edit the colors on assets/css/store-v2.css
tanks
hello basti, could you please tell me also how can remove the image part from main page , which file contains the code of that div?
Hello Basti,u might be busy thats y i did not get ant reply from your side so i am posting the same queries that i posted already.
can you please add 1) feature to put website in Maintenance mode.
2) Can you please add Sort by on the left sidebar. http://multiple-restaurant.codemywebapps.com/store/searcharea?s=970%20N%20WESTERN%20AVE,Los%20angeles&display_type=listview
3) In Zip Code could you please tell me how to disable area field as compulsory because i only need zip code and city
4) Can you please add an option to select default listing view of restaurants ( grid or list ) 5) And is it possible in Merchant setting to select zip codes to which a merchant want to make delivery. i am using search as address but as the address also contains zip code, i want merchant to select zip codes to choose the cities to which he want to deliver food rather that to select delivery ares.
6) And as i think you should really add this feature, example when admin want to add a restaurant as a sponsored listing , then admin should select the zip codes to which that restaurant shows as a sponsored listing in search .
if u want you can add this feature as a addon. i really need this bro.
Hi, I emailed you a couple days ago regarding my website. I purchased the mobile app and merchant app and got them both set up correctly. the problem I was having was the maps weren’t working, however after setting them up and logging out of my admin panel, I can no longer login with admin or merchant. I did send you ftp information. Can you please help. Billsan
checked the code and don’t know what it was but fixed it. Thanks.
what do you mean? i just check your server all working fine
Sorry for the miscommunication, I was having problems and like 99% of the time it is the fault of the individual. A missed comma, misplaced bracket, etc. Your products are great that is why I gave a 5 star rating and would encourage others to purchase your products. As i look through the comments I find most of the problems are individuals not following instructions. Keep up the good work!
1. Can you make the reviews text located on the cover clickable? http://s9.postimg.org/4xyu5cwr3/Clickable_reviews.jpg
2. Can you add Youtube Channel and Instagram option on “Connect with us”?
1. sure
2. sure
Big thank you! 

hi mate my contact us page picture doesnt load for some reason? can you fix via ftp for me. and please check my other previous two questions. i sent a reply msg. thanks mate.
what picture?
the contact page us page picture on my site. it goes away when i dont have any geocoding api key in the box but when i put in the api key from google it bring the picture back. any idea why the picture is tied to the api activation on admin panel. The picture is there now but if i remove api code in admin panel it will dissapear.
https://universalgrub.com/store/contactah those are not image those are map
you might need the api key to work as your country has limit on calling api to google
its very easy mate i have done this several times just enabled the 3 api that i mention and you will be fine and create api key server
oops api key server not web one right. think that is where it wasnt working for me, i created web api not server api

I created server key and inputted but didnt work. i I did some research. it has to do with code. check this site out and let me know what you think mate.
http://stackoverflow.com/questions/31077481/alert-this-page-was-unable-to-display-google-maps-element-javascript-error-r
I am having bad luck today hahaha
. sorry mate. anyways if you could check via ftp for me i would be eternally grateful. and also thanks for the new update mate. you are very patient and humble and i respect that. you put alot into your work and to be honest i agree with most buyers out here. the price is too low for something this great and the support is great. thank you 
did you not manage to fixed the issue?
i can generate a key for you to use
no didnt fix it. yes please give me a key to see if works because i generated one and it is not working. please and thanks
i just emailed to you make sure you server has all the latest files
it is working. how come that api is working. i dont understand why the one generated from my project didnt work
i removed all the code and reinstalled it and i get the same error message using my own api code. i just dont understand what i am doing wrong here. yours seem to work but it isnt making the address accurate at all. it is off by 3 streets. 
HI there mate,
is there a way to just show drinks? or is there a option for drinks?
create category drinks and then add food item with your drinks
hope that helps
Hi Basti,
Hope all is well !
Just noticed that in the new theme you removed the following:
fixed remove view restaurant by map options on admin settings
I was actually using this feature… and with my test user base it was working out very well as we were showing all the available merchants within the surrounding region!
Is there an easy way to reactivate this easily in the new theme?
Thanks in advance as always for your precious help,
All the best,
M.W. @ GrapeSeeds.
PS. LOVE the new theme! 
hi mate
can you remind me again what this is ?
sorry mate i forgot
getting old lol 
Hi Basti,
No worries… I think we are all getting old… But the good news it means we are getting wiser! 
Here is what the menu looked like in main admin on version 2.6 and below…
http://imgur.com/gpNGUEhAnd here is what it looked like on the web browser…
(please note, as this is the test website… I have hidden all the place names… also as I have my own version of the “English” file… I have hidden those “branded” words as well… hope it does not cause any inconvenience ?)
http://imgur.com/8NosRw4All the best as always,
M.W. @ GrapeSeeds.ch
Hi Basti,
Extra info… It might also be also because of how you did the maps in the old version…
Did you change anything on how the following setting works?
In admin..
Enabled Maps? = When set to TRUE
Hope this also helps,
All the best as always,
M.W @ GrapeSeeds
ah
am using gmap.js https://hpneo.github.io/gmaps/for the new theme
you can re apply that on the file assets/js/store-v3.js
and look for this line you can just add an another parameter for the zoom
/*SEARCH MAP TOOGLE*/
$( document ).on( "click", ".search-view-map, #mobile-viewmap-handle", function() {
if ( $(".search-map-results").hasClass("down") ){
$(".search-map-results").slideUp( 'slow', function(){
$(".search-map-results").removeClass("down")
});
} else {
$(".search-map-results").slideDown( 'slow', function(){
$(".search-map-results").addClass("down");
dump('load map');
map = new GMaps({
div: '.search-map-results',
lat: $("#clien_lat").val(),
lng: $("#clien_long").val(),
scrollwheel: false ,
styles: [ {stylers: [ { "saturation":-100 }, { "lightness": 0 }, { "gamma": 1 } ]}],
markerClusterer: function(map) {
return new MarkerClusterer(map);
}
});
callAjax('loadAllRestoMap','');
}); /*end slidedown*/
}
});
Thanks Basti!
Answer highly appreciated as always. Will look at it later today and I am sure everything will work out fine!
Support highly appreciated,
All the best,
M.W. @ GrapeSeeds
cheers mate you need to check the gmap.js docs on what parameter should be added
No worries! Will do! Thx! 
cheers 
Cuisines does not show any shop when clicked, it shows no results.
My test site: http://fd.sait-a.gr
Also i’ve sent you an email about some customization’s, please answer to me.
Also, i cant find theme settings on my admin area.
am not sure if these with your language
cause this one is working http://fd.sait-a.gr/store/cuisine?category=burger but you can try to edit the file /views/store/index.php and change this line
Yii::app()->functions->seo_friendly_url($val)))
to
$val
and for the theme settings edit you admin account and tick the access to theme settings
Thanks, some hours after i posted here i found my config was edited and it was connecting to a remote server witch i dont know.
So i think someone hacked and edited my files, can you please remove my url from here and also check if there’s any kind of vulnerability ?
Thanks
P.S. i’ve fixed everything with your suggestions
P.S.2 i emailed you again 
Hey the test mail is working while using php mail but the mail isnt sending out
put a global sender in admin -> settings -> Global Sender email
hope that helps
if those not working please verify the mail php functions is working in your server you can test this by creating a php code and put the code was mention sample here http://php.net/manual/en/function.mail.phpHey checked everything it says success in admin panel when i click send test email but it doesnt send emails. I have uploaded it to a different server ,but still there is issue
Hi basti,the script isnt sending mails any help please! Using php mail
did you try using the send test email?
if the mail does not work then this is issue in your server try using smtp or mandrill
I used smtp but not working
Tried sending test mail it says sending failed,I’m running a dedicated server using webuzo any help will help me a lot
you will have to ask your hosting provider for this ask them why the mail functions does not work
Hey the test mail is working while using php mail but the mail isnt sending out
please only make 1 comment i already replied in your other comment
Hi Basti
New theme is great.
Is it possible to make a slider instead of main image on homepage?
hi mate
thanks 
you mean the banner on top ? actually you can change it if you have knowledge on css and html you can replace it with slider i believe there is so many slider out there that you can use
thanks
Can you tell me on which files and where i can change the color of the buttons?
hi mate
you can change it via css the file is /assets/css/store-v2.css
look for .orange-button
thanks
Sorry, i defined the question bad, how can i find where are the buttons for example for accept cookies (normal is green for accept, not the other way), sign up page, add to card to be green, not the close button…
???
Hi Basti I think you still have access can you look at admin dashboard a few orders are missing 3 customers called about order not recieved but I never got the order I look at the admin dashboard you will see order ref for instance order 1 2 3 then it skip to order ref 5 so in this instance order 4 is missing
To be more specific where is order ref 965 and 967
hi mate
first did you change anything on the payment gateway list ? like changing the cod to your own ? cause i have same issue as yours they change the cod key to there own language these will not work you will have to change all the ref on the code
can you send again all the info of your server
thanks
Hi Basti i sent you Some Email
hi mate i just replied in your email
can you email me again all the issue you are having in one email and include your ftp access
thanks
HI bastikikang,
how to update new version for Karenderia , already i made many changes in the existing code, please let me know thank you.
hi mate
sorry mate but you have do redo anything you have done if you want to use the new theme
you can use this tools http://winmerge.org/ just compare the folder protected vs with your filesthanks
Thank You bastikikang.
your welcome 
hi mate. nice work on the new theme. really like it. was wondering where and how to change the logo on the mobile app to mine?
i mean the mobile app picture on the main page
hi mate
admin -> settings -> mobile logo
on new version there is 2 logo now for desktop and mobile
thanks
no i am not taking about that. I am taking about when you activate “the Enabled mobile app section?” for google play and itunes. the picture on the mobile device display should be neutral colors. it has the karendaria name on it. How do i change that.
you have to change the images for that one you can replace that on assets/images/getapp-2.jpg
ofcourse you will have to edit the image with your app logo
awesome thanks mate will do. your awesome mate. 
