Close

Profile: Support

Avatar

User posts

10 years ago

Hi Rob,

As far as I see on your home page the featured categories are of the correct size. The images are scaled proportionally so if the setting is set to 310 and the images is wider than 310, the picture will be scaled to 310 wide while keeping the same ratio between the width and height.

Please let us know if you need any further help or information.

Best Regards!

aswaaq wrote:
Hi There,

i have tried this already. but when only 1 product is available, then this will not work for full row bottom border as the bottom-border is given on itembox, not the grid.

can you please give me some other solution to get the desired result.


thanks


Hi,

Can you try to insert the following in the admin -> plugins -> nop electronics theme -> settings -> custom head styles :

@media screen and (min-width: 981px) {
.product-grid .item-box:nth-child(3n+1):before {
content: " ";
border-bottom: 1px solid #eee;
display: block;
width: 500px;
}
}


This will display a border before every 4th product.

Hope that helps!

Best Regards!

10 years ago

UserThomas wrote:
It has to do with the custom.css file you have been helping me on.  The browser only accepts some of the settings.

Ex: it does accept the color changes but it does not accept the code to move the right column to the left side.


Hi Thomas,

We have replied to your forum post here

Please do not duplicate forum posts.

Best Regards!

Bugs
10 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!

10 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!


10 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!

10 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!

10 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!