Close

Profile: Deni

Avatar

User posts

Bugs
9 years ago

Rönning wrote:
Hi there, I´m going to put this here because it´s most likely a bug.

I have 2 sites using this plugin and recently we changed them to be using SSL on all pages by ticking the "Force SSL for all site pages:" checkbox under General settings > Security

Now The map does not appear when you view a store details page, it shows up blank, see screenshot here:http://oi60.tinypic.com/9zq4m.jpg

This only happens under HTTPS

I am using Nopcommerce 3.5


Hi, 

Thanks for reporting this !

We have missed to add the "S" to the http link in the JavaScript and the browser refuses the connection, because it thinks it is unsecured - that is why the map does not show. We will fix this ASAP. You can fix it by yourself really easy:

Go to this file: \Plugins\SevenSpikes.Nop.Plugins.StoreLocator\Scripts\StoreLocatorShop.min.js and you will see this link:

http://maps.googleapis.com/maps/api/js?sensor=false&sensor=false&callback=initializeMap

Just edit is like this (add the "S" to the HTTP):

https://maps.googleapis.com/maps/api/js?sensor=false&sensor=false&callback=initializeMap

That is all !

9 years ago

justinhof wrote:
Great, that worked. However, I am required to use item-box as a class to get the infinite scroll to work, and that messes with all the responsive aspects style wise. 

Is there a way to specify a different class for this, instead of using item-box. I remove that and it all works great except the scrolling piece.


Hi, 

As I am looking at your site, I think you have found the answer - there are not any problems to modify the item-box class.

Keep up the good work !

9 years ago

gs1219716 wrote:
Staying one version behind makes perfect sense. I don't want to introduce to my site nor have to worry about "bugs" or "bug fixes" that are almost always present in any new software and then have to wait for a "fix". Applying the newest version, where it may fix old bugs, introduces newer bugs that could have detrimental effects on the site. For instance moving from nop 2.65 to nop 2.8 nearly destroyed our site, performance wise, so nop could accommodate fly out menus. The performance of fly out menus may have been enhanced but for anyone that has 2500 categories and 20,000 items it was a backend nightmare. We had to pay nopCommerce $300 for support to fix the issue in 2.8 pretty much bringing 2.8 back to the way 2.65 handled categories.

I already figured out that line of code and replaced it with the name of my theme and it works. The plugins are great. I will be purchasing them shortly or possibly just buying a template and modifying that.

Thanks


Hi, 

Yes, you have your point.

I am glad that you have figured the code and you like our products !

9 years ago

justinhof wrote:
I might be missing something, but is it possible to have the Ajax Filter results be parsed into the responsive aspect of the page? For example, on the page below, when you scroll down for the infinite piece (or filter), the results don't resize like they should using the responsive theme.

https://www.propellerdepot.com/acme-marine-3-blade-props

Is there a setting I can put in to force this action to happen? This is using a new Template page based off the ones already in the themes.


Hi, 

I see you are using a footable to modify your item boxes. Of course it works only for the existing boxes on the page. So after filtration you need to call the footable to the newly added item boxes.

So, hook on the ajax filters filtration completed event like this:
$(document).on('nopAjaxFiltersFiltrationCompleteEvent', function(){ /* Enter your code here */ });

and inside the function call the logic for applying footable to your item boxes.

I hope this will help you !

9 years ago

gs1219716 wrote:
Thank you for the quick reply. That worked perfect. One issue. The MegaMenu 'Menu' link, in Responsive state, only seems to work when I set the theme back to 'Default Clean'. It's not working with my theme. The Ajax Cart and Quick View work fine on my theme.

Forgot to mention I'm using nop 3.5 and your 3.5 trial plugins. I normally stay a version back until all the kinks are worked out of the newest version.


Hi, 

I am not sure if staying one version behind is a good idea, because this way you miss many new features and improvements.

In this case you will miss a bug fix - the issue I was talking about was fixed in v3.60. In your version you need to modify this code to check for the name of your theme too:
if(String.Compare(Model.Theme, "DefaultClean", true) == 0)


We recommend you to upgrade to the latest version of nopCommerce.

9 years ago

gs1219716 wrote:
How can I apply the styles from the plugins to my own theme. Nothing I do seems to work. I have tried renaming the DefaultClean theme to the name of my theme thinking this code would then apply the styles. It does not. During debug the below code doesn't even seem to execute. I have also tried adding the html.xxx() lines of code directly into _root.head of my theme and that doesn't work either. I like some of your themes, motion in particular but it doesn't have all the plugins i want. We like our site and want to use the plugins on our theme but can't seem to wire up the css and js from your plugin. We would also want to modify the css a bit. Thanks.


Hi, 

As far as I understand, you need to style our plugins to fit your theme styling.

To do this, you have to go to the desired plugin folder > Themes.
The easiest approach is to copy the Default Clean folder, paste it and rename it with the name of your theme.
Repeat this procedure for each of our plugins.
Now you can modify the CSS specifically for your theme.


By the code you pasted here:
if(String.Compare(Model.Theme, "DefaultClean", true) == 0)
    {
        Html.AddScriptParts("~/Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Scripts/MegaMenu.js");
    }


I guess that you are not using the latest version of nopCommerce or not the latest version of our plugins for 3.60.

We have removed this hard-coded check few weeks ago. The Mega Menu was the only plugin, which had it.

Our plugins are fully usable for the theme you have. Just add a folder named by your theme, with the proper CSS files inside and you can modify the plugin to fit your theme.

I hope this will help you !

Hi, 

Yes, all settings are stored into the Settings table.

We are glad that you have found them !

9 years ago

milspec-direct wrote:
I'm having trouble installing the plugin. I've copied and pasted the plugin into my plugin folder, and I already have the SevenSpikes.Core folder existing in my plugin directory previously, so I don't want to overwrite any of my files.

So, I only took the plugin files and not the core files and put it into my plugin directory. It resulted in my site crashing, so I had to remove the new plugin files to bring my site back up.

Must I overwrite my core files with the ones that are provided to me when downloading the sale of the day plugin?



Hi, 

As we have replied to your ticket - Yes, you must use the latest version of the Core plugin.

9 years ago

illutian wrote:
Ya, I used similar code and it's working. But, how many people would know to look up CSS floating DIV. :P

Plus it doesn't like resizing.

And then there's the side suggestion of a full screen pop up that shows when a visitor who hasn't clicked on the 'x' hits the main page. That would require some in-depth programming using Java and modifying the CSHTML. Stuff that most people looking to setup a website on their own wouldn't know how to do.

So..in comes the feature request.


Hi, 

The making of the fixed DIV is the easiest part of all. We can do it of course. But after that every customer should like to modify it to fit his theme. And again he should have good knowledge of CSS.

The full-screen popup can be achieved again only with the Html Widgets plugin. You just need to write 2-3 lines of JavaScript.

And, certainly, our user voice portal is always open for suggestions !

iqnetcom wrote:
I don't want to pull any pictures from the predefined data sources is there a way to pick images from just a custom directory or something?


Hi, 

The plugin can rotate only some of the nopCommerce entities: Products, Categories, Manufacturers. If you want to rotate only pictures you can use the Anywhere Sliders plugin.

You can also give your suggestions in our user voice portal.