Close

Profile: Boyko

Avatar

User posts

11 years ago

tarweb wrote:
Is there a way to add a Slide Title and Text field to this plugin? It would be nice to be able to display some text under each slide without having to hard code it each time.


Hi tarweb,

Sure you can do this out of the box.
When you create a new Nivo slider you need to enable the "Show Caption" option from the Nivo Slider Advanced Settings panel. Then you can enter specific text in the Title field for each image and this text will be shown for that image.
Please refer to point 3 in the online documentation of how to edit a slider picture and how to set the text.

Thanks

11 years ago

hayyam wrote:
Hi again,

Sorry about my english=)
nopcommerce generates an XML aoutomaticly for all the links for sitemapping in webmaster tool,
with " www.YOURSTORE.com/sitemapSEO.aspx " link. But when i enable smartSEO i cant use it.
I have thousands of products and lots of categories which i wrote every one of tham introduction for google SEO, now i need to add tham to sitemapping in webmaster tool to make google to index my website more quickly.

Thank you very much


Hi hayyam,

The problem is that when I uninstall the Smart SEO plugin and try to open /sitemapSEO.aspx nothing happens and I am redirected to the Home page. Are you sure that this is something that comes out of the box in nopCommerce and it is not something you have installed.
I also searched in the entire nopCommerce solution for sitemapSEO.aspx but I couldn't find anything.

P.S: your English is very good by the way :)

Thanks

11 years ago

Hi,

Unfortunately the grandchild categories are not available in the model, so you won't be able to show them anyway. As to replacing DataTable helper with a foreach you can refer to the post above.

Best Regards,
Nop-Templates.com Support Team

11 years ago

hayyam wrote:
Hi again,

I didnt updated my version yet, I'm still using nopcommerce 2,80:)
when i disable smart seo i can generate xml but when i enable smart seo, xml disables. wouldnt it be great if there is an way to get that xml because otherwise i'm gonna have to disable smart sea which i dont want but google sitemapping is more important for seo


Hi hayyam,

Sorry but I am a bit confused.
What do you mean by that when you disable the Smart SEO you can generate xml?
The part that I don't understand is "I can generate xml". How do you generate xml, what are the steps to do this, so that we can give it a try and check how this relates to the Smart SEO plugin.

Thanks

11 years ago

Hi,

By what you have described it looks like you have a css problem and I don't think you should change the markup of the Ajax Filters. I am not sure how familiar you are with css but basically you can achieve everything only by css changes.
You can checkout this web site that has the filters positioned above the category products.
http://www.bulrushop.com/c/95/diamond-necklaces

We could advice but you need to send us a link to your web site without any modifications to the Filters, so that we can take a quick look and help.

Thanks

Bugs
11 years ago

rpassante wrote:
We purchased and installed the Lighthouse theme for Nop. When we try to install the Nop Lighthouse Theme  & Nop Product Ribbons Plugins we get an error message that says "Parameter is not valid."

Hi rpassante,

Could you please write to our support mail with the username or orderId that you have purchased the Lighthouse theme as I can't find any orders associated with your account?

Thanks

11 years ago

Hi,

In order to set specific styles for each main category you need to change the code in the CategoryMenuTemplate.WithPictures.cshtml.


foreach (var category in Model.CategoriesModels)
        {
    <li><a href="@Url.RouteUrl("Category", new { SeName = category.CategoryModel.SeName })">@category.CategoryModel.Name</a>
        @if (category.SubCategories.Count > 0)
        {
            <div class="dropdown categories fullWidth @category.CategoryModel.Id">


The code in bold adds a class with the id of the category.
This way you can style the dropdown via the id of the category i.e 10, 20, 40 etc.

Thanks

Free Sample
11 years ago

Hi TSPEARMAN,

Thank you for the code but I still don't see how the sorting of the products relates to the price calculation.
Could you please let us know exactly what is not working in the sorting?

Thanks

11 years ago

hayyam wrote:
Hi,

I'm using smart SEO and im happy with that plugin but how can i get my xml for webmaster sitemapping?, Normally for nopcommerce when i enter" http://www.mystore.com/sitemap.SEO.aspx"
link i can get my sitemap but when i use this plugin i cant use that link

please help me about that asap.

Thank you.

Hi hayyam,

As far as I remember this used to be in the versions before nopCommerce 2.xx. I am not aware if this is possible in the current version.
Please note that the Smart SEO plugin has nothing to do with the generation of a sitemap xml file although it would be a nice addition to it.

Thanks

Bugs
11 years ago

weimchen wrote:
Hi,

I click the Specifications Filter. all products that has the same specifications shows. It also includes the products "Visible individually=False". is that a bug?

can anyone let me know how can I change it please?. I don't want the "Visible individually=False" product to show.

Thanks

Wei



Hi Wei,

Yes, it is a bug but not in the Ajax Filters. It is a bug in nopCommerce because it doesn't make sense to map a product to a category and at the same time to expect the product not to be shown in this category when "Visible Individually" is set to False. Simply don't add the product to the category rather than using the visible individually setting, which should be used when you have a parent product only. We will report this to Andrei to fix it as it really doesn't make sense and complicates everything even more.

Best Regards,
Nop-Templates.com Support Team