Code

Discussion on Mega Store Locator Theme - Super Store Finder

Discussion on Mega Store Locator Theme - Super Store Finder

Cart 543 sales

highwarden supports this item

Supported

This author's response time can be up to 1 business day.

83 comments found.

Hi! In my .zip-file some files are missing! ...../includes/library.php and …../includes/class.database.php

This is a theme add-on and will require the core plugin here https://codecanyon.net/item/super-store-finder/3630922

You can refer to the item page for more info and installation instructions.

hello I have a question is MEGA_GOOGLE_API same as MEGA_GEOCODE_GOOGLE_API ? or it’s deferent ?

Hi there,

Thanks for reaching out, both are different:

MEGA_GOOGLE_API Key is for the map to load and it has different steps to create here.

MEGA_GEOCODE_GOOGLE_API is for import and it has different steps to create here.

hello, i install this theme but from front end where user can add place ?

Hi there,

Unfortunately, this theme does not have the request add store theme as per our live demo page link here, however, you can still use the old request add store link and the summitted info will still can be approved via administrator.

hello, will you update ? does it have any payment gateway for membership?

Hi there,

Thanks for reaching out, unfortunately, this feature is not available in the off-the-shelf plugin.

i try show view-source in browser and i cant found store list invisable in view-source browser how show code html store list in view-source browser , i need that for google analytics Because it does not provide statistics for it, and Google does not index it in the search engine i need show description and telephone show code in view-source browser

I can access, but the code is hidden because I use the statistics code to show the number of clicks on the phone number because it does not appear in view-source browser, which is why the statistics cannot access it

How do I get stats of clicks on a store’s phone number

The analytics tracking feature is currently available on the WordPress version but not in the standalone PHP version at this moment. If you’re interested to have this feature, you can request our devs team to perform customization via the contact form here.

ok i send i wait you :)

hello, Today I buy your script and try to install. but i face some problem. when try to install is, it show blank page. I think problem in install file line 369 and also i think you missing config file in admin/includes directory. please check and solved problem.

Hi there,

Thanks for reaching out, as per item description page, this item is a theme that will require the main product here. You can refer to the installation user guide here. Once installed, you can refer to the item page on how to install the theme by replacing the files.

Hi i used limit

SELECT * FROM stores WHERE id!=’’ AND approved=’1’ AND latitude!=’’ AND latitude!=’0’ ORDER BY name ASC LIMIT 0,6”

But i have problems not show he exceed results and hide results

Like : In my database 10 results after chose limit 6

Show like this : 1 ) show post around 1 km 2) show post around 1.5 km 3) hidden post around 2 km 4) hidden post around 2.5 km 5) show post around 5 km 6) show post around 7 km 7) show post around 28 km 8 ) show post around 54 km

Show 6 from 1 , 2 , 5 , 6 , 7 , 8 and hidden 3 and 4 in results

After removed limit he show all results

How to solve this problem limits?

Is required is to show results from 1 to 6, which is to skip 3 and 4 and show their place 7 and 8

I

Hi there,

Thanks for reaching out, the off-the-shelf plugin features / code come as it is as per live demo and item description page,

The SQL limit code is seems to be for the overall stores not for individual distance radius, for individual distance radius, there might be customization needed within the JavaScript.

If you wish to customize the code / request for customization, you can send you full requirements to our devs team so they can analyze if it’s doable or not, if yes they will provide the cost/timeline.

Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.

Hi,

Just bought this addon so I can add the extra features to my site.

It installs fine, folders have proper permissions, but when I try to get to either index.php or go to the html page where I have it embedded, it prompts install.php again, and again, no matter how many times I go through the install. If i remove install.php, it breaks the store finder.

I have reverted back to Super Store Finder until this is resolved. Thanks.

Hi there,

Thanks for reaching out, the reason it redirects because there might be missing settings in the config files.

If you’ve purchased an addon, ensure that you reinstall the core plugin as well by running install.php

Then you can install the add-on again by running install.php then the redirect behavior should not happen.

How to automatically geo-mylocation with load page, i’m not need to click the bottom blue button, how show direct msg accept visitor or not for share location

Hi there,

Thanks for reaching out, you can set Default Map Settings as Geo Location so it will detect your visitor location upon page load as per user guide section here.

As per browser privacy and security policy, the visitor will have to accept to share location once before the location is allowed to browser that web page and this will be out of our control.

Hi, in the mega theme I have added a right click listener on the markers using the following code.

google.maps.event.addListener(map.markers.stores.list[j],’rightclick’, function() { //* // User has right clicked on the map marker * //** });

GetCurrentStoreDetails($targetStore);

This works fine. however now I am trying to capture a left click on the map but the following is not firing.

google.maps.event.addListener(map, ‘click’, function(event) { alert(“Test Click”); placeMarker(event.latLng); });

function placeMarker(location) { var marker = new google.maps.Marker({ position: location, map: map }); }

The alert is not working so I’m not sure what is happening here.

Am I missing something obvious?

Alan

Hi Alan,

For technical customization, best to get our devs team to perform customization as they will be more knowledgeable in this matter which can be requested via the contact form here https://codecanyon.net/user/highwarden

Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.

Hi, I want to be able to hide/not show the store list at the bottom of the page , how would I do this?

Alan

Hi Alan,

If you’re using standard layout, you can use CSS code below and paste it at the end of css/mega-superstorefinder.css

#storeLocator__storeListRow {
display:none;
}

To customize other elements, you can press f12 and use the arrow tool to find specific CSS element and use CSS override with !important to make the changes, more details available in this knowledge base article here https://superstorefinder.net/support/knowledgebase/css-conflicts-and-how-to-overcome-it/

Thanks again for your help.

You’re welcome :)

Hi, I have the Mega Theme..

1). Am I able to use Custom Markers for Categories? 2) Am I able to use multiple categories?

Alan

HI Alan,

As per item page here, yes these 2 add-ons are supported.

Hi, If I wanted to decrease the size of the Stores Near You area which appears below the map how would I do this?

Iy takes up so much space.

Regards

Alan

Hi Alan,

To change any part of the styling that are not in admin settings page, you can press f12 on chrome browser and use the arrow tool to identify the CSS element and CSS override for custom CSS, more details available in this knowledge base article here. For this theme, you can edit css/mega-superstorefinder.css and paste your CSS code at the end of the file, then you can clear browser cache and refresh to see the changes.

Hi, After having purchased the Mega theme I can confirm that I am having the same problem installing it as many of you buyers.

I downloaded the theme, unzipped it and replaced/copied all of the files to my server.

However I can not get the installation to run, it shows a blank page except the Super Store finder header at the top of the page. There is nothing else showing.

Looking through previous comments from those who have also purchased this extension I saw several users having the same issue but you gave no explanation of how to fix it.

Can you please help me sort this installation out.

Alan

Hi Alan,

Thanks for reaching out, blank page is usually referring to there’s some errors in htaccess or file/database permission issue. You can try to get your hosting provider to check logs for the error.

If you’re facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look

1) url of store locator
2) link to screenshot / description of the issue
3) temporary store admin access
4) temporary FTP access
5) error log message

Hello, Is it possible to delete the search bar without deleting the map?

Hi there,

Thanks for reaching out, yes, you can hide the search bar from admin settings page under Filter panels tab, more details available in this knowledge base article here.

Hi,
Installed superstore finder and all worked well. Then uploaded the Mega Store Locator Theme files and can’t access the admin anymore.
Got the fatal error below with 5 warnings (Warning: include_once):
Fatal error: Call to undefined function notification() in /.../public_html/locationfinder/admin/index.php on line 48
Thanks for your help.

Hi there,

Thank you for your inquiry, if you’re facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look

1) url of store locator
2) link to screenshot / description of the issue
3) temporary store admin access
4) temporary FTP access (or WP File Manager plugin installed)
5) Installation details (db host, db name, db user, db password)

In looking at your demo here when you click on a marker the map itself zooms in to that marker area. I can not get that to replicate. My map stays out “wide” and does not zoom in when a marker is clicked. I’ve copied your settings of Init Zoom = 13 and Zoom Here = 16 but it doesn’t change anything. What else am I missing?

Hi there,

Thank you for your inquiry, yes this happen due to Google Maps updates recently, you can refer to the resolution available in this forum post here http://superstorefinder.net/support/forums/topic/marker-centralize-zoom-issue-fixed-updating-infobox-packed-js/

The Mega Locator theme is using autofitbound function Google Maps API and the zoom settings does not reflect the fronted.

good day I bought this topic I am writing to you with super.admin2019@ukr.net but no one answers me help me solve problems on the installed and purchased this topic

Hi there,

Thank you for your inquiry, as per Codecanyon support policy here https://codecanyon.net/item/mega-locator-theme-super-store-finder/11099221/support , our support team should be able to reply your queries within 1 business day.

Can I use this has an import Stores Template? the reason I ask is because the “download CSV Template” is very different from the “Backup CSV file”

This question is based on the above HotFix you have completed

Hi there,

You cannot import the Backup CSV file, the Backup CSV file is used for the Restore Stores section (most bottom part of Import/Export page).

You can only import CSV file following the Sample CSV file which you can download via the “Download Sample CSV” link.

Hello, since updating to Mega Store Locator Theme Im not able to Backup my database it gives me an webpage error “This page isn’t working mydomain.com is currently unable to handle this request. HTTP ERROR 500” Can you help me with this error?

Hi there,

Thanks for reporting, you can try to redownload and patch admin/export.php, our devs team have hotfixed the issue.

Thank you it works!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey