Close

Profile: Support

Avatar

User posts

Bugs
11 years ago

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!

11 years ago

imprintableswarehouse wrote:
Is there a way to remove the Alt Tags from the Menu?

All that happens is it hovers and displays what the text already reads.

Thank you!


Hi,

Yes you can. As you know all the views in the plugins are open to modifications, so you can easily edit them by removing the "alt" tags from the images and the "title" tag from the links. You can find the views for the Mega Menu in Plugins/SevenSpikes.Nop.Plugins.MegaMenu/Views/MegaMenu .

For the infinite category template please edit the CategoryMenuTemplate.InfiniteCategories.cshtml file and remove all "title" attributes within the <a> elements.

For the categories in grid with pictures, please edit the CategoryMenuTemplate.WithPictures.cshtml and remove all the "alt" attributes within the <img> elements.

If you need any further help, please let us know!

imprintableswarehouse wrote:
Is there a way to change the highlight (hover) color of the subcategories in the unlimited subcategories version of the 3.2 Mega Menu?

This was the ".mega-menu .box li a:hover {" in the previous Mega Menu version.


Hi,

You can change the hover color as you wish. The styles for the infinite subcategories list are placed in the Themes\Electronics\Content\CSS\styles.css because these styles are used for both the infinite subcategories template of the Nop Mega Menu plugin and the default nopCommerce's top menu.

So in order to change the link color on hover you need to edit the following styles:

.header-menu .sublist li:hover {
background: rgba(0,0,0,0.05);
}

.header-menu .sublist li:hover > a {
color: #000;
text-decoration: none;
}

Hope that helps!

LMOS wrote:
how can i get the hover color of the nav links to remain the same when the mouse goes into the dropdown box?
http://www.jomobags.com/merchandise-bags


Hi,

We have answered you in our email, but just to post the solution here, so that others can benefit from it to:

"
You should make the following change in the MegaMenu.css file

from
.mega-menu > li > a:hover {
color: #ffffff;
}

to

.mega-menu > li:hover > a {
color: #ffffff;
}

The line in bold is the changed one.
"

11 years ago

jburke wrote:
Thank you for the prompt response. I did the update, cleared the cache, added some spaced to my global asax. The quicktabs are working but the rating still only shows up by the price if I disable quick tabs all together.


Hi jburke,

Can you let us know which version of nopCommerce you use, as this was fixed in the latest 3.2 version. We can merge the fix for your version as well.

Looking forward to your reply!

11 years ago

SilhouetteBS wrote:
I have a few feature requests for Nop Smart SEO. I would like to see the following added:
- Google & Bing Webmaster Tools meta verify entry
- A Social tab to add Open Graph meta data for Facebook, Twitter, and Google +
-- Facebook - Facebook Page URL, Frontpage Image URL, Frontpage Description, Default Image URL.
-- Twitter - Twitter Username
-- Google+ - Author for homepage, Google Publisher Page.


Hi SilhouetteBS,

The features you have requested are really good and its worth implementing them. Can you propose them in our user voice portal, so that other clients can vote for them too. We will consider implementing if not all of them, at least most of them as they are really valuable I think.

Thanks!

11 years ago

cicciuzzo wrote:
hi

For this theme exist the language pack for example Italian?

because I downloaded from nopcommerce site but isin't complete.

hi


Hi cicciuzzo,

Unfortunately our plugins and themes come only with Italian. If you download the Italian language pack, you will have to manually translate the resources used in our products, which are not much.
By restarting the application all the resource strings will be added to the Italian locale with English default values. Then if you want to translate the public resource only, you should filter the resources by containing "sevenspikes" / "neofashion" and not containing "admin" which will result in a roughly 100 string.

You can refer to a similar forum post but for Swedish.

Hope that helps!

p.s. We will be very grateful if you translate the resources and can send them to us, so that we can include them in our products. Thus others can benefit from this too.

11 years ago

beatmaster wrote:
Hi there

When Quick tabs are enabled @Html.Action("ProductSpecifications", "Catalog", new { productId = Model.Id }) located at ProductTemplateSimple.cshtml stops working and you can only have your specifications in a tab, I would like to use the tabs for various information but display my specifications on another spot on the page and not in a tab, Is there something I can modify to do this or is it not possible? (I am using 3.1)

If it is not possible, it would be nice that if you uncheck the "Enable Product Specifications Tab" then it should work like they did before the tabs were enabled (same goes for review and overview checkboxes)


Hi BEATMASTER,

You can show the product specifications. Just open the Plugns/SevenSpikes.Nop.Plugins.NopQuickTabs/Themes/DefaultClean/Content/QuickTabs.css file
and change as shown below:


.product-details-page .full-description,
.product-details-page .product-specs-box,
.ui-tabs .product-specs-box .title {
    display: none;
}

the line in bold should be removed, so the above should be changed to

.product-details-page .full-description,
.ui-tabs .product-specs-box .title {
    display: none;
}

Hope that helps!

11 years ago

3deadseascrolls wrote:
Hi - I am using your Nop Categories Header Menu all is well and good except it is only displaying top level subcategories.

When i mouse of a (top level) category link from the menu there is a thin grey bar to the right of the link being displayed - it looks like it is trying to show something - any ideas appreciated

PS Please note i changed the first Z-Index from 1000 to 9 as the top level categories were being concealed by the Nivo Slider underneath. (I have played around with the other Z-Index entry (by default set to 100) assuming this to be the problem have tried several values but nothing made any difference

Have played around more and got it to work i think but dont know if this is best fix ---->

In .sf-menu ul        i changed overflow from hidden to visible (don't even know what it is but it works for some reason!)


Hi 3DEADSEASCROLLS,

As you have made modifications to the menu it will be hard to find out what might be wrong. Would it be possible to send us a link so that we can have a look at what might be wrong and fix it. Can you let us know which version of nopCommerce you use.

11 years ago

Hi joster,

I think you have written the system name for the About Us topic incorrect. Can you try with the following:

<div class="topic-html-content-body">
    @Html.Raw(Model.Body)
    @if (Model.SystemName == "aboutus")
    {
        @Html.Widget("aboutemployees_top")
    }
</div>


Looking forward to your reply!