Close

URL issue....

influenceuk
12 years ago
#76 Quote
Avatar
  • 1
Afternoon,
When you set the URL for one of the slider images it seems to add a ; at then end of the URL. With this the site then is unable to find certain pages. Why does it do this and is there a way to fix this please?

Regards,
Alan
Support
12 years ago
#77 Quote
Avatar
  • Moderator
  • 1044
Hi influenceuk,

thank you for your feedback. It is highly appreciated.

The bug is fixed now and the new versions of the plugin have been uploaded on the site. So you have two options - either to download it again(no need to make another order, just to download it again from your 'My Account' section) or to make the following changes in one of the files:

1. Locate the Plugins\SevenSpikes.Nop.Plugins.HomePageSliders\Views\HomePageSliders\HomePageCarouselSlider.cshtml from your web site.

2. Edit the file with a text editor as follows:

from
<a href='@sliderImage.Url;'>
    <img alt='@sliderImage.Alt;' src='@sliderImage.PicturePath' />

remove the semicolons from the Url and Alt properties. These lines of code should look like:

<a href='@sliderImage.Url'>
    <img alt='@sliderImage.Alt' src='@sliderImage.PicturePath' />


Thanks!
fadex
12 years ago
#96 Quote
Avatar
  • 4
Hi,

I've the same problem, I also checked manually the file and is ok,
but still get a HTTP 404 error.
The only page - from the menu 'Nop Home Page Sliders' - that the webserver can find is of course the readme.html

Any idea ?
Support
12 years ago
#97 Quote
Avatar
  • Moderator
  • 1044
There is a known issues with installing new plugins in nopCommerce.
Please read this post for more information.