Close

Profile: joster

Avatar

User posts

Hello-

I've got the Uptown theme installed on our 3.90 development site and for some reason, the Rich Blog plugin has a right-column layout instead of the left-column layout shown on the rich blog demo page.

How would I go about changing this?

Thanks!

6 years ago

hristian.dimov wrote:
We have a customer who would like to add a video to the banner (Vimeo link) - Ability to add video would be great

Hi Sapphire,

you can achieve this result with the Html Widgets plugin, which allows you to place everything ( including video ) to a certain place(s) on your page(s).

Have you considered it?


I think this is a great suggestion!
We're also interested in this same functionality, and the HTML widget doesn't really cut it for our purposes because we want to display the video slides responsively within the main slider div.

I hear you...
I'm not really thinking of including any more than just the main body elements, header elements like logo and search box, master column wrapper and maybe the styles from the mega menu in my critical styles in the head.

I was thinking of maybe just using a  

display:none;
  on the header-links-wrapper and main-slider in the head critical styles so they won't appear until the actual stylesheet in the footer is loaded.

Thanks for the information!

Hello-

We are currently running 3.40 of nopC and the Alfresco theme and in an effort to improve our Google PageSpeed Insights score, I want to move our bundled/minified stylesheet references into the footer and utilize inline critical path CSS to at least load some elements and hide other elements until the stylesheets in the footer have rendered.

I'm having trouble determining which styles are absolutely essential to having my pages begin to load without looking "un-styled" for a moment.
Has anyone using Alfresco theme put together a critical path CSS they'd be willing to share with me?

Also, we are planning to upgrade to 4.0 this winter and wondering if you guys have considered building this functionality into the themes so as to allow nop store owners to choose the location (header/footer) for their styles to be rendered and if so, which page element styles should be included in the inline "critical path" CSS.

Thanks!

Bugs
7 years ago

hristian.dimov wrote:
I checked "My Downloads" and see that I am entitled to download this version:
NopCustomerReminders_3.4.886.13608
Is that a newer version of the plugin? Will upgrading to it fix my problem?

Hi,

Yes, upgrading the plugin should fix your issue. The fix is available in the recent version of the 3.4 - 3.4.1168.22998

Hope this helps!


Okay, I will upgrade it tonight.
Can you confirm whether it is essential that I also upgrade the core plugin or not?

I recently (you may remember my support ticket) had a problem with different versions of the plugins causing problems on my website, and everything is working well, so I am hesitant to upgrade the Core plugin if not necessary.

Thanks!

Bugs
7 years ago

I checked "My Downloads" and see that I am entitled to download this version:
NopCustomerReminders_3.4.886.13608
Is that a newer version of the plugin? Will upgrading to it fix my problem?

Bugs
7 years ago

Hello-

I have a bug to report in this version of the CustomerReminders plugin: 3.4.1149.16357

I have two stores configured in my nopCommerce.

I became aware of the problem from Google Search Console reporting 404's.
They listed this address as a 404, but nowhere on my site does that link exist.
/antifungal-foot-cream

I then noticed in our AbandonedCart CustomerReminder that a customer of store1 is seeing items which are in his cart at my store1 AND my store2 in the same email, and showing links to my store2 products, but with store1 domain...which causes the 404s.
In other words, the link reported as a 404 for http://www.store1 (/antifungal-foot-cream) is actually a valid link, but only at the http://www.store2 domain.

I only have the plugin registered for the store1 domain and in the configuration of the abandonedcart reminder, it is set to my store1 domain, so I don't know why this is happening or how to fix it.

Please advise.

Hello-

We're running 3.40 of nopCommerce with the Alfresco theme.
We've just recently noticed that our mega menu isn't functioning properly when using a mobile device.

Everything works perfectly except for menu items that have sub-items. They do not expand when the plus sign is clicked. The minus sign does appear, but the menu does not expand.
I know that it worked correctly about 2 years ago, but it has been a long time since I tried it with a phone.

You can see it here: (use your phone or shrink your browser)
http://www.myfootshop.com/toe-care-products

My upgrade protection has expired so I cannot create a support ticket, but I am hoping that someone knows what can cause this behavior and will suggest a fix. Anyone?

Thank you in advance-

Bugs
8 years ago

Deni wrote:
 we have a workaround for this. It applies for all versions before 3.70.

1. Make a global search and replace in the nopCommerce folder. Find this: .isMobile() and replace it with: .isMobile7Spikes().

2. Go to the /Plugins/SevenSpikes.Nop.Plugins.Core/Scripts/SevenSpikesExtensions.js file and replace this: isMobile: and replace it with: isMobile7Spikes:


I hope this helped !


YES! Very much so!

Initially, I thought the isMobile() function appeared only on these scripts:
Plugins\SevenSpikes.Core\Scripts\SevenSpikesExtensions.js
Plugins\SevenSpikes.Nop.Plugins.QuickView\Scripts\QuickView.min.js
Plugins\SevenSpikes.Nop.Plugins.CloudZoom\Scripts\cloud-zoom-custom.min.js


Changing on these three scripts fixed CloudZoom only, but my quick tabs and jcarousels still did not work correctly.

But then, I also found this:
b.isMobile()
..on this script:

\Plugins\SevenSpikes.Nop.Plugins.AjaxCart\Scripts\AjaxCart.min.js

I also changed that per your instructions, and now everything works perfectly again!

Thank you very much for taking the time to help me resolve this issue!

Bugs
8 years ago

iliyan.tanev wrote:
Hi,

I would guess that the JS error is the reason for all the issues. Probably hotjar have some JQuery plugin named isMobile that conflicts with ours. 

We agree that hotjar is a nice tool and we are going to do something about this issues. In fact we already did, but it will be available for 3.70.

We can send you the latest SevenSpikesExtensions.js for 3.40. Please send an email to [email protected].


Ok, thank you. I will email you. Maybe the new version of your script will work.
I received a response from support at hotjar:

Hey Steve,

Unfortunately this is an incompatibility with the SevenSpikes script you're using and we can't resolve from our end. It sets up a $.isMobile() method, which normally should be a $.isMobile property and this breaks the whole script. We have encountered this once before with the SevenSpikes script and I've added an item in our backlog to see whether we can change our script, but since it's SevenSpikes using a non-standard method we may or may not try to change how our script works.

There are other users of the SevenSpikes template with the same issue and my recommendation would be to see if there's a newer version of the script to use instead.

Thanks,
Patrik