Close

Profile: Support

Avatar

User posts

Bugs
11 years ago

UserThomas wrote:
On my local machine, the only code I have in the custom.css file is the color lines I listed above and it still does it.

Here is the site with all the changes applied.

uat.premierdesignsincentives.com


Hi Thomas,

Would it be possible to create an admin user and send the credentials to our support account, so that we can browse the category and product page and see what might be wrong.

Please send the credentials to our support email.

Looking forward to your reply!

Best Regards!

Lauresta wrote:
Thank you.

I've did everything as you told, but now I have problem with mega-menu - there is duplicated unformatted items right below it. You can see it here http://staging.manoroletai.lt/

Thank you for help.


Hi Lauresta,

Unfortunately I could not open the link provided because of an error. Can you let us know what the error in the Log is so that we can help you resolve this in order to have a look at the mega menu issue.

Looking forward to your reply!

Best Regards!

11 years ago

sdvariations wrote:
Hi,
Can you take a look on this: http://themes.shopall.nop-templates.com/  and this http://feeling.sdvariations.ca/

What is missing in my css to be exactly like your search bar? I change the "search" text by a magnify like you did, I put the code you have from inspect element in chrome. And there is still something missing because the magnify and the box are not exactly the same. And not ate the same position also.

Thank you,

Bruce OBrien

PS: Is there some issues if we want to put all your theme on our nop 3.2 site? It is going to be multi-site so we can give different look to each site.



Hi Bruce,

Unfortunately I could not open the url provided so cannot see what is the difference.

As to the themes, you can use them on one nopCommerce installation with multi stores and for each store you can set a different theme. Just you should have in mind that for the different themes there are different recommended settings.

If you need any further help or information we will be happy to help!

Best Regards!

aswaaq wrote:
Hi There,

i want to show a separator/solid bottom border between the two rows of itembox.
please let me know how to do it as i have tried alot. i have alsoo seen the other nop-themes but nobody uses in this way.

appreciate your prompt reply

Thanks

Hi ASWAAQ,

You can try the following:

Add the following code in the admin -> plugins -> nop electronics theme -> settings -> custom head styles:

.product-grid .item-box { border-bottom: 1px solid #eee; padding: 0 0 10px 0; margin:0;}

Hope that helps!


11 years ago

[email protected] wrote:
Is there a setting or some css that I can add that will disable the vertical "float" on the menu when the user scrolls up / down the page.  I find that the menu takes up too much space on smaller mobile devices and also flickers a bit upon scrolling so Id like to lock that in its default location.

Thanks!


Hi Bob,

You can disable this by editing the Themes/Smart/Content/scripts/Smart.js as shown below:

line26: hasStickyNav: false,

Just change the value for the hasStickyNav from true to false.

Hope that helps!

11 years ago

UserThomas wrote:
IE 8 support?

Some of the css settings do not appear to work in Internet Explorer 8.  I couldn't find if it was supported or not.   Can you tell me?


Hi Thomas,

Could you be a little more specific. What do you mean by some "settings". The theme does support IE 8 and it can be tested on our demo site.

Best Regards!

11 years ago

jmbusquets wrote:
If I check the EU Cookies display in NopCommerce setting, when browse the page with Smart theme, the message is displayed in a form of dialog box, not in the form of message in the bottom as occurs in default theme of nopcommerce.
I have a problema browsing from Smartphone whit Android: when I click the button OK in message box, this remain and not close the message.


Hi jmbusquets,

Thank you for your feedback!

This had been fixed and uploaded on our site. In order to integrate the fix you just need to download the theme again from your My Downloads section and replace the following file with the one from the package:

Themes/Smart/Content/css/styles.css

Please let us know if the issue still exists!

Best Regards!

11 years ago

imprintableswarehouse wrote:
Using Nop 3.3 Default Clean theme.

Our mega menu is using gradients for the .mega-menu bar as well as the .mega-menu > li:hover and finally on the .mega-menu .sublist

Everything shows fine in IE9 (Windows 7) except for the .mega-menu .sublist, those are transparent and only the borders show.

What was interesting when testing was that if I disabled the gradient from the .mega-menu bar, the .mega-menu .sublist would become visible.

Due to this, and also experimenting with changing backgrounds to solid colors, I don't believe this is a gradient issue.

Any suggestions?

This site's code seemed to fix the issue: http://css3pie.com/
"PIE makes Internet Explorer 6-9 capable of rendering several of the most useful CSS3 decoration features."


Hi IMPRINTABLESWAREHOUSE,

Are you by any chance using the filter css property. Please have in mind that ifyou use the filter property in conjunction with the gradient css property they both conflict on IE 9 and that is why you see the sublist transparent.
You can freely remove the filter property and everything will work on IE 9.

Hope that helps!

Please let us know if you need any further help!

Bugs
11 years ago

UserThomas wrote:
When I copy the code in the style.css (lines 4216 to 4476) file to my custom.css file, the quickview does not correctly invert the colors. It looks like only the background color does not change on hover. It should turn from the set color to white.

I don't make any changes to the code, just copy paste. If I do change the color hex, the same things happens, just with the new color.

Other buttons work fine ie: All the buttons on the shopping cart page (update shopping cart, continue shopping, checkout...)

Getting the same issue with the mini-cart Go To Cart button.


Hi Thomas,

As far as I understand when hover on these 2 buttons the background does not change to white. Is this correct?

The white background has nothing to do with the color presets so if this particular styles are not changed the white background will be displayed on hover.

You can search for the following css styles and make sure they are present and not overridden with any custom code:

.mini-shopping-cart input[type="button"]:hover {
            border: 2px solid #e87772;
            background: #fff;
            color: #e87772;
        }

in 980.css file

and the following .product-grid .quick-view-button a:hover {
            background-position: left -21px;
            border: 2px solid #e87772;
            background-color: #fff;
            color: #e87772;
        }

in Plugins\SevenSpikes.Nop.Plugins.QuickView\Themes\Allure\Content\QuickView.css file.

If they are present but on hover the background is not white I am afraid that there will be some other styles that should not be applied. In this case we will need a link to the website so that we can have a look at what might be changed!

Best Regards!

Bugs
11 years ago

getsov wrote:
Hello,there is a slight problem with nopCommerce v3.30, with two column design the left categories menu is not in place when using the plugin. So its messing up the layout of the page. The browser is Chrome, same with FF.

Blagodarq


Hi,

I was not able to reproduce the issue. Would it be possible to send a screenshot to our support email or a link to the site with the issue so that we can have a further look at it and try to figure out what might be wrong.

Thanks in advance!