Close

Profile: YashChandra

Avatar

User posts

10 years ago

You have only few categories and products in your website.
I don't think this performance is acceptable given your specs.
Please have a look at this website:

http://www.buyitalianfashion.com/en/

It runs along with a few others on a VPS machine with much less resources than yours, does not use any performance plugins and at least at our end works much faster than your website.
NopCommerce requires about 1GB of dedicated RAM per App Pool. So you should have plenty of resources for a good performance.

Regarding the styling issues, third party plugins should be changing the nopCommerce markup unless for themeing purposes, not to speak of a backend optimization plugin doing this.

10 years ago

You can change it via this resource name:

SevenSpikes.Themes.Motion.Common.Phone

On how to search and change resource names, please watch this video:

http://www.nop-templates.com/how-to-search-and-change-resources-in-nopcommerce

10 years ago

Hi,

No you cannot restore the database with the demo content without losing what you already have.

Best Regards

10 years ago

Hi,

I think your slider looks quite alright now. I believe you have edited the image after all?

10 years ago

You can parse the item.Body beforehand for all <img ... tags via Regex and replace it with String.Empty.

Bugs
10 years ago

Hi Matt,

Thank you for your feedback!

Please find my answers to your list of bugs:

1. Categories on home page only display category names if a home_page_slider is in place.

---> We cannot reproduce this.


2. Color squares selected color outline is too faint to see.

---> This the design of the square, we think it is quite alright.


3) Share boxes do not show under product overviews when activated via admin > catalog settings.

---> This is now fixed


4) My product ribbons don't work at all after upgrade. worked on a fresh install test site, yet they dropped down below the image holder and covered the price & add-to-cart buttons when placed in "Bottom-Left" position.

---> THIS IS NOW FIXED


5) Chrome mobile/tablet browsers - touching jCarousels products does not take me to the product page (it does nothing). works fine on firefox browser app.

---> We are currently looking into it. It is a strange behavior which is not always reproducible.


6) jCarousels detail button is partially cut off at the bottom. no short description displays (which is fine with me, actually)

---> CAN'T REPRODUCE IT.
---> THERE ARE NO SHORT DESCRIPTIONS IN JCAROUSEL ON THIS THEME


7) default padding on jCarousel navigation buttons is very wide and can throw the nav button off the screen on certain devices. I reduced padding on mine to about 17 and it seems to work great.

---> CAN'T REPRODUCE IT. IN OUR TESTS THE BUTTONS FIT WELL ANYWHERE.


8) tab header bars (black) above jCarousels, etc. are too wide and display wrong in the side-bar on certain screen sizes, especially in comparison to in-place (green) sidebars. I reduced my tab header width to 450px and that seems to be the perfect fit.

---> CAN'T REPRODUCE IT. THE TAB HEADERS ABOVE GRIDS AND CAROUSELS ARE 280px WIDE BY DEFAULT. I cannot imagine which browse would not respect a fixed width setting.


9) anywhereSliders placed in left_column are not displaying the picture titles.

Please elaborate or share an example?


11) product ribbons error reflects null entry for parameter "productPadeId"

Please elaborate or share an example?


12) Resource string (sevenspikes.themes.motion.common.gotopage) is not found. When a customer looks at their order details, they see "sevenspikes.themes.motion.common.gotopage" where it should say something like "Product's page".

This is now fixed.


13) News articles do not have any archive links or links back to the main news page.

News articles have never had such links, this is how nopCommerce works.

10 years ago

Hi,

This is quite easy to do in the Blog\List.cshtml view. On line 46:

@Html.Raw(item.Body) you can truncate the item.Body to as many characters as you need and format it as you need. Below it you can add a link to the blog post. So the code could be something like:

@Html.Raw(item.Body.Substring(0, 300) + "...")
<br/>
<a class="post-title" href="@Url.RouteUrl("BlogPost", new { SeName = item.SeName })">@item.Title</a>


I hope this is useful!

10 years ago

Hi Jenny,

Apologies for the delay! It was our national holiday yesterday and we were a bit slow with communication.
I am sending you an email with a link from where to download the demo database and the InstalledPlugins.txt.

Best Regards

10 years ago

Hi,

Thanks for this!
We have put this in our backlog and would implement it most probably for the 3.3 release.
We would also include it in the 3.2 release.

Best Regards

Bugs
10 years ago

Hi,

There changes in the new version of the plugin which require it to be uninstalled and installed again.
Please uninstall and install the Nop Ajax Filters in order to fix this error!

Best Regards