Close

Bugs

joster
10 years ago
#3772 Quote
Avatar
  • 130

Hello-

I feel stupid for not noticing this until now...it worked fine back when we were using the Fashion theme, but then we switched to Alfresco. We are now running 3.10 with the 3.10 Alfresco responsive theme.

I've got Captcha enabled in my general settings >> security, however, the captcha is not appearing on any of the forms that I have it enabled for???  Oh...and when a new customer tries to register, it says the text didn't match the picture...as if it IS being displayed..


What might cause this problem?

Thanks,
Steve
Support
10 years ago
#3776 Quote
Avatar
  • Moderator
  • 1044
joster wrote:

Hello-

I feel stupid for not noticing this until now...it worked fine back when we were using the Fashion theme, but then we switched to Alfresco. We are now running 3.10 with the 3.10 Alfresco responsive theme.

I've got Captcha enabled in my general settings >> security, however, the captcha is not appearing on any of the forms that I have it enabled for???  Oh...and when a new customer tries to register, it says the text didn't match the picture...as if it IS being displayed..


What might cause this problem?

Thanks,
Steve


Hi Steve,

Can you please send us a link to your site, so that we can have a look at the issue. We have checked in version 3.10 and 3.20 of the Nop Alfresco Theme and the Captcha is displayed correctly. You can have a look at our demo which is running version 3.2. I have checked in version 3.10 and the Captcha is displayed in the same way.

Looking forward to your reply!

Best Regards!
joster
10 years ago
#3780 Quote
Avatar
  • 130
Support wrote:

Hello-

I feel stupid for not noticing this until now...it worked fine back when we were using the Fashion theme, but then we switched to Alfresco. We are now running 3.10 with the 3.10 Alfresco responsive theme.

I've got Captcha enabled in my general settings >> security, however, the captcha is not appearing on any of the forms that I have it enabled for???  Oh...and when a new customer tries to register, it says the text didn't match the picture...as if it IS being displayed..


What might cause this problem?

Thanks,
Steve

Hi Steve,

Can you please send us a link to your site, so that we can have a look at the issue. We have checked in version 3.10 and 3.20 of the Nop Alfresco Theme and the Captcha is displayed correctly. You can have a look at our demo which is running version 3.2. I have checked in version 3.10 and the Captcha is displayed in the same way.

Looking forward to your reply!

Best Regards!


Hello-

Our development site is located here:
http://64.239.149.236/

Well..I remembered that we actually changed IP addresses not long ago...so I went and generated some new reCaptcha public and private keys and it's working again...sorry to bother you!

Thanks!
joster
10 years ago
#3834 Quote
Avatar
  • 130
Gosh I hate that it's always me reporting what turn out to not really be bugs...

Anyway.. here goes...

It is very strange.

Since updating to 3.20, images displayed throughout my site are stretched to 100% width, regardless if I have width and height defined. Product images aren't affected, but if the product description contains an img reference, that image is stretched to the full width of it's container.
(example:  http://www.myfootshop.biz/malleoloc-ankle-brace )

All images on my topic pages are stretched to 100% width as well..
(example: http://www.myfootshop.biz/t/product%20guarantee-st


All images on my nopArticles plugin-generated pages are affected as well:
(example:  http://www.myfootshop.biz/article/athletes-foot#Tab3

I assume this is something wrong in the alfresco stylesheet since it affects all these things, but I don't know what...

Thanks!
Support
10 years ago
#3839 Quote
Avatar
  • Moderator
  • 1044
joster wrote:
Gosh I hate that it's always me reporting what turn out to not really be bugs...

Anyway.. here goes...

It is very strange.

Since updating to 3.20, images displayed throughout my site are stretched to 100% width, regardless if I have width and height defined. Product images aren't affected, but if the product description contains an img reference, that image is stretched to the full width of it's container.
(example:  http://www.myfootshop.biz/malleoloc-ankle-brace )

All images on my topic pages are stretched to 100% width as well..
(example: http://www.myfootshop.biz/t/product%20guarantee-st


All images on my nopArticles plugin-generated pages are affected as well:
(example:  http://www.myfootshop.biz/article/athletes-foot#Tab3

I assume this is something wrong in the alfresco stylesheet since it affects all these things, but I don't know what...

Thanks!


Hi joster,

Sorry for the inconvenience.

This issue had been fixed and uploaded on our website. You can either download the theme again and replace the Themes/Alfresco/Content/Css/styles.css with the one from the package downloaded or just edit your existing styles.css as shown below:

line 145:

.category-description img,
.manufacturer-description img,
.full-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
  max-width: 100%;
    height: auto;
}

The line in bold is the changed one.

Thanks!
joster
10 years ago
#3848 Quote
Avatar
  • 130
That did the trick...thanks!
joster
10 years ago
#3936 Quote
Avatar
  • 130
Yep...it's me again....

I am not sure if this is a bug with the 3.20 Alfresco theme or with the 3.20 update from nopcommerce.

I didn't noticed until last night, but there is a big problem with the /boards (forums).

See here:  http://www.myfootshop.com/boards

As you can see on that page, there are topics and posts...but every link into a forum group looks the same...nothing shows. Try clicking any forum link to see what I mean.

Direct links to individual topics also now fail:
http://www.myfootshop.com/boards/topic/2/achilles-tendon-rupture

Does anybody else have this problem? What might cause this?

Thanks-
Boyko
10 years ago
#3947 Quote
Avatar
  • Moderator
  • 1570
joster wrote:
Yep...it's me again....

I am not sure if this is a bug with the 3.20 Alfresco theme or with the 3.20 update from nopcommerce.

I didn't noticed until last night, but there is a big problem with the /boards (forums).

See here:  http://www.myfootshop.com/boards

As you can see on that page, there are topics and posts...but every link into a forum group looks the same...nothing shows. Try clicking any forum link to see what I mean.

Direct links to individual topics also now fail:
http://www.myfootshop.com/boards/topic/2/achilles-tendon-rupture

Does anybody else have this problem? What might cause this?

Thanks-


Hi Joster,

We will double check if the problem is in the theme and let you know.

By the way we noticed that there is a chat script that causes some javascript errors in your web site that maybe you would like to fix - "Uncaught ReferenceError: checkRefreshTime is not defined".

Thanks
Regards,
Nop-Templates.com Team
joster
10 years ago
#3982 Quote
Avatar
  • 130
Hello again-

Have you had a chance to enable the forums on your demo and see if you have the same problem yet?

I am no expert at CSS, but I can't see any reason for the topic and post content to all be "hidden" like it is.

Very frustrating..
Boyko
10 years ago
#4010 Quote
Avatar
  • Moderator
  • 1570
joster wrote:
Hello again-

Have you had a chance to enable the forums on your demo and see if you have the same problem yet?

I am no expert at CSS, but I can't see any reason for the topic and post content to all be "hidden" like it is.

Very frustrating..


Hi joster,

Yes, we enabled the forums on the demo. The forum is working fine. We also tested locally and it is working fine too. I guess it is an issue with your forum (database). Does your forum works if you switch to the defaultClean theme?

Thanks
Regards,
Nop-Templates.com Team