Close

Profile: hristo

Avatar

User posts

Bugs
8 years ago

swissy wrote:
It seems that the theme styling does not get carried over to any custom attributes.

I've noticed it in the product attributes as well as the customer attributes. Is there an easy fix for this or am I perhaps doing something wrong?

For example, a "required" form field has the green flag in the corner of the input in the theme, but a custom attribute input just gets the standard red asterisk.


Hello swissy,

styling should be inherited for the custom attributes too. can you please open a support ticket and provide us with a link to a page where the problem is present?

8 years ago

No, sorry, there are no plans to change the quantity box in this theme.


Regards

8 years ago

swissy wrote:
Is there a way to set the maximum width on the text boxes on the registration and customer info pages?

They look good for mobiles but on a computer it's just ridiculous - the text box takes up the entire screen!

And the boxes behind the radio buttons for gender look quite silly too - they are so wide on a computer screen. I don't want to mess up the css but would love to make these pages look nicer.

Any thoughts?




Hi,
you can't do that out of the box but it is achievable with a little extra css. No need to modify your files, just go to the "custom head styles" panel in your theme administration and paste this code there:

.registration-page .form-fields,
.account-page .form-fields,
.account-page .edit-address {
    max-width: 500px;
}
.registration-page .inputs,
.account-page .inputs {
    float: none;
    width: 100%;
    margin-left: 0;
  margin-right: 0;
}


You can edit the max-with value (which is 500px in this example) to whatever you like. Please keep in mind that this type of layout is not a part of the theme so it's untested and if you experience any side effects you have to fix it on your own.


Regards

8 years ago

bhavikm20 wrote:
Do We have plus minus button to Add Cart functionality rather than manually change number of quantity in Pavillion theme?

Regards
Bhavik


Hello Bhavik,

no, sorry, this functionality is not available for Pavilion theme.

Bugs
8 years ago

Hello Paul,

just answered your question in a support ticket. Please use the support ticket system if you need any further assistance.


Regards

Bugs
8 years ago

swissy wrote:
Hello,

I am new to nopCommerce and Nop Templates so I am not sure if this is an actual bug or if it belongs more in feature requests...

I have the Element theme and if I add items to my shopping cart, the cart in the header does not show any kind of badge or number to tell me how many items are inside. I tested this on the demo sites and they all behave the same away, so I do not know if it's by design? Clicking on the cart icon in the header does give an accurate list of the items inside; I just would like an indicator at quick glance.

Is there a way for me to add a badge?

Thank you!



Hi,

currently there's no any quantity badge in the header shopping cart link, but this has been scheduled for implementation for the next month. Please get back to us in two weeks for more info.


Regards

8 years ago

jirwin wrote:
Can placement of these elements somehow be de-prioritized so that they do not appear on top? It is strange that some elements (such as the title area) do not present this issue but others (such as the newsletter textbox) do. Any help would be greatly appreciated.



Hello jirwin,

technically you can decrease the z-index values of any elements in your theme, but this is not recommended at all. There are multiple elements stacked into a specific z-index hierarchy in the theme and decreasing any existing z-indexes could lead (and most probably will) to problems.

The better approach is to try to increase the z-index value of the Photoswipe image (or its placeholder). Usually we are using z-index values of up to 1200 in our themes, so a value higher than that will do the job.


Regards

set rich blog
8 years ago

webproject wrote:
Hi,
how set BESTSELLERS and LATEST FROM BLOG side by side.
Thanks


Hello,

can you please start a support ticket about this and make sure you include a link to your website so we can inspect what the problem is.

Thanks

8 years ago

Jowins wrote:
Hi,
I would like to add a border to the all the images shown in the theme as well through the plugins.  So any image in the site will have a border. I tried  to change in the css but it is not reflected though some other changes like some animation is working. Might be something else overriding it? Any help is much appreciated.


Hello,
you can add a global css rule together with "!important" rule, like this:

img {
    border: 1px solid black !important;
}

Add this either to your main css file (styles.css) or in the custom head styles panel in your administration.

If you have any further questions, please open a support ticket instead of writing in the forum.

Regards

8 years ago

Ebrahim wrote:
My site address: www.viera-ssb.com

the menu on pc is ok. but on mobile device not good.

the menu is open but this go to the left and must scroll the page and see this.
I recorde from screen. please see this and help me

http://s4.picofile.com/file/8285457634/Rec_2017_02_07_17_22_14.mp4.html



Hello,

the problem doesn't seem to be related to the Mega Menu plugin at all, but to the Motion theme. Please try this, go to your "Motion.js" file (Themes\Motion\Content\scripts), and look for this line of code:

movedElements: ".admin-header-links, .header, .responsive-nav-wrapper, .slider-wrapper, .master-wrapper-page, .footer",

When you find it - delete it (the whole line), then save the file, and test your site again (you may need to clear the cache of your browser).

If you still have any problems, please open a support ticket instead of writing in the forum.

Regards