Close

Profile: Valentin

Avatar

User posts

4 years ago

Hi freersupport,

this is not expected behavior. Could you please submit a ticket for this issue and include admin credentials for your store it in, so we can investigate what the problem might be.

Do not write your credentials here because other users will be able to see them too!

Social logins
4 years ago

OTH wrote:
Hi,

I was just wondering if the theme supported social logins? I'm mainly wondering for when the theme is configured for the login to appear as a pop-up.

Best regards,
OTH



Hi OTH,

normally any external authentication option you add to your site would also get added to the pop-up login form which is in the header of the theme.

The theme supports social logins, however, we have some styling for the Facebook external authentication plugins, but aby other plugins you might need to add some additional styling.

4 years ago

Hi jkrauss,

we cannot seem to reproduce this issue, are using any of our themes? Do you get the same problem on any of our demos?

Looking forward to your answer!

4 years ago

armscar wrote:
Could you tell me what code controls the height of the hover box? I have tried everything I can think of in the styles.css and can reduce the height of the manufacturers name box, but nothing I've tried will change the height of the hover box.
Thank you


Hi armscar,

if you have already removed the picture element and want to show only the name of the Manufacturer and not have the big square box with the hover information, you can add the following code to your theme`s Custom Head Styles section:

@media all and (min-width: 1025px) {
    .manufacturer-details, .vendor-details {
        display: none;
    }
}

.manufacturer-item .title,
.vendor-item .title {
    position: static;
}

4 years ago

Hi armscar,

in order to hide the Manufacturers images, you need to open the ManufacturerAll.cshtml file, located in the following folder:

~ Presentation\Nop.Web\Themes\Pavilion\Views\Catalog\


in your text editor and comment-out the <div class="picture"> like so:

  

            
@foreach (var item in Model)
               {
                    <div class="item-box">
                        <div class="manufacturer-item">
                            <h2 class="title">
                                <a href="@Url.RouteUrl("Manufacturer", new { SeName = item.SeName })" title="@item.PictureModel.Title">
                                    @item.Name
                                </a>
                            </h2>
                            @*<div class="picture">
                                <a href="@Url.RouteUrl("Manufacturer", new { SeName = item.SeName })" title="@item.PictureModel.Title">
                                    <img alt="@item.PictureModel.AlternateText" src="@item.PictureModel.ImageUrl" title="@item.PictureModel.Title" />
                                </a>
                            </div>*@

                        </div>
                    </div>
                }




Hope this was helpful.

Hi tjxx919,

we just tried again with the same version of Firefox and we cannot recreate this issue. Which version of nop-commerce are you using?

Could you please submit a ticket for this issue and include a working link to your store and admin credentials for it so we can investigate what the problem might be?

Do not submit your credentials here because other users will be able to see them too!

4 years ago

melek wrote:
Hi,
We testing with one project which includes Uptown Theme and PrevNextProduct  plugin not works with it .
can you check it please .

Thank you .


Hello Melek,

thank you for reporting this problem.

Indeed, there was a problem with the widget-zone required by the Prev/Next product in the Uptown theme, which we have now fixed. An update of the theme has been released and if you update the following file to the latest version you will not be having this issue anymore:

~ Presentation\Nop.Web\Themes\Uptown\Views\Product\_ProductBreadcrumb.cshtml

Hello tjxx919,

the reason why there is no select button is that normally you would need to click on the image and it gets selected and the pop-up closes.

If you are having any issues with this functionality then please share some more details on what browser or device you are using so we can try to reproduce it.

sknoptemplate wrote:
Hi Valentin,

Thanks for the update and fix.

It looks like we need to renew our license in order to download the fix, is that correct?  I wasn't sure if there was a download option available elsewhere for this issue.

Will the fix be posted to version 3.8?

Thanks!


Hello again sknoptemplate,

in that case, please submit a ticket and we will advise what will best to do in this situation.

This is a solution for version 4.2 only. For older versions, we would need to figure out a custom solution.

Hello sknoptemplate,

sorry for the inconvenience and thank you for pointing that out!

This bug is coming from the Kendo Core Library which is part of the Nop Commerce system, and on which our Ajax Filters Pro plugin is based on.

We have now made it so all of our plugins use the latest version of the Kendo Core Library and you will not be having such issues anymore.

For the purpose, you need to update your SevenSpikes.Core and AjaxFilters.Pro plugins to the latest version.

This is the full list of plugins affected by this change:

Seven Spikes Core
Ajax Cart
Ajax Filters
Ajax Filters Pro
Instant Search
Price Match
Quick View
Rich Blog